HTML Help

Recommended Videos

The_Healer

New member
Jun 17, 2009
1,720
0
0
Yes I know this isn't a tech forum but I'm sure someone around here has some idea about website design.

I'm trying to add a form to my website in Dreamweaver cs4. I can do basic forms but I want a form that has conditional fields.

Eg. If you select something in a drop down menu, a previously hidden/non-existent field appears.
To make my example even more clear, if I gave the choice between say Yes and No. I want to be able to make a text field appear with the title "why not?" if and only if the user selects no.

Does anyone know what this is called and/or how it can be done?
 

iLikeHippos

New member
Jan 19, 2010
1,837
0
0
I've forgot most of the web-making processes and its many forms, but I got all the information I needed from here.
http://www.w3schools.com/html/default.asp

Sadly, this is all the help I can contribute with.
 

Tharwen

Ep. VI: Return of the turret
May 7, 2009
9,144
0
41
That sounds like a job for Javascript to me. I'm not sure that HTML is that powerful.