HTML or PHP Contact Form?

naritcom

New member
I want to use a form that when the user makes a choice from a radio button or drop-menu another field appears asking for more detail.
Each choice will require a different answer some will be single line txt, others will be text-area.
EG: Q1; Male or Female
If they choose male a different set of questions will load than if female was chosen.
I need four choices to choose from before continuing on to the next question
 
Definitely cannot use simple HTML.
PHP is basically for server side scripting. Since you are working on the UI, java script should be best for you.
 
Back
Top