I have a group of 3 radio buttons that allow the user to pick how long to subscribe. 1st radio is free 30 day trial.
On this page I collect the user's contact info.
So I have a check box also that if the user has the same billto address to check it so they do not have to re-enter it on the next page.
What I would like to do is if they clicked the 30 day free trial and accidentally check the "same as" checkbox for the billing to alert them that this is not necessary as you do not need a billto for a free trial.
So in a nutshell I only need to make sure that if both my 30 day radio button is checked as well as my same as check box, then alert them. Thank you ahead of time.
My form name =acctsetup
3 radio names = accttype
1 checkbox name = billinfosame
On this page I collect the user's contact info.
So I have a check box also that if the user has the same billto address to check it so they do not have to re-enter it on the next page.
What I would like to do is if they clicked the 30 day free trial and accidentally check the "same as" checkbox for the billing to alert them that this is not necessary as you do not need a billto for a free trial.
So in a nutshell I only need to make sure that if both my 30 day radio button is checked as well as my same as check box, then alert them. Thank you ahead of time.
My form name =acctsetup
3 radio names = accttype
1 checkbox name = billinfosame