I have a select box with this structure:

<select name="taxonomy[3]" class="form-select required" id="edit-
taxonomy-3" >
<option value="4">OPTION1</option>
<option value="5".>OPTION2</option>
<option value="984".>-OPTION3</option>
<option value="983">-OPTION4</option>
<option value="35">OPTION5</option>
<option value="986">-OPTION6</option>
<option value="25">-OPTION7</option>
<option value="100">-OPTION8</option>
<option value="6". >OPTION9t</option>
</select>

And I'd like a different div containing other forms to show up and
hide the others depending on what choice is made in the select box.
I've tried to get it to work, but couldn't quite get all of it working.

Reply via email to