2
I have a registration form, with a Selected, but one of the options of this Selected when selected should appear an input. Example:
<select>
<option>value1</option>
<option>value2</option>
</select>
<input type="text" style="display:none" />
when option 2. appeared input(display:block)
Does anyone know how to do that? Thank you
Right buddy! Thank you very much!
– Naldson