I have this dropdown
what i would like to acheive is when some one select other they are given a text area to type in. But I would like to have it hidden until they select other from the drop down
Code:
<select name="dropdown">
<option value="No selection">Make a Selection</option>
<option value="test1">test1</option>
<option value="test2">test2</option>
<option value="Other" >Other</option>
</select>