jc_gmk
01-22-2008, 12:31 PM
Does anyone know if this is possible:
I have a simple form with a select box that has three drop down options.
e.g.
<option value="one">One</option>
<option value="two">Two</option>
<option value="three">Three</option>
This is what i'm trying to do:
When someone selects option "two", another form field is then revealed.
Would be nice if this could be done with some kind of transition effect - but not essential.
Option "one" and "three" should have no effect.
Presumabley I would need to do this with Javascript as the field would need to be revealed before the form was submitted.
I have a simple form with a select box that has three drop down options.
e.g.
<option value="one">One</option>
<option value="two">Two</option>
<option value="three">Three</option>
This is what i'm trying to do:
When someone selects option "two", another form field is then revealed.
Would be nice if this could be done with some kind of transition effect - but not essential.
Option "one" and "three" should have no effect.
Presumabley I would need to do this with Javascript as the field would need to be revealed before the form was submitted.