Need help doing this. On a drop down list, on click of an option an input textfield appears.
e.g.
echo "<select>
<option>What is your opinion on</option>
</select>";
echo "<div id='pop'><input type='hidden' id='opinion' size='20' name='opinion' value='Type Keyword Here' /></div>";
i want it to be hidden and then appear on click of the option in the dropdown list... How do i do this?