I am fairly new to web design and need some help coding a form. What I am looking to do is take an HTML form that contains a birthday drop down section (mm/dd/yyyy – So 3 different select tabs) and redirect a user based on their age.
If the user is under 30 send them to a new page that says we can’t help them. If the user is 30 or over, send them to a second form where they will be able to answer follow up questions… so another form. When processed, I would need to display all the data the user has entered from the beginning of the process.
It’s basically 2 form pages, and the 2nd only appears if the user is 30 or over. I am trying to code this using PHP and can’t seem to get started. Any help would be appreciated.
Thanks!!
in the next form…