Hi, below is where im at now. Ive got my JS toggling on and off a form from any
selection below. Allt he options below turn on the same form. My problem is
that i dont understand how to make the option "Estate Agent" toggle on/off a
different form. Could anyone offer some please help? tar

<select name="select" id="select" onchange="javascript:showForm(this.value,
servdetails);">
<option value="0">Select...</option>
<option value="1">Architect</option>
<option value="2">Caterer</option>
<option value="3">Estate Agent</option>
<option value="4">Garden/Landscape Designer</option>
<option value="5">Interior Designer</option>
<option value="6">Surveyor</option>
<option value="7">Structural Engineer</option>
<option value="8">Solicitor</option>
<option value="9">Vet</option>
<option value="10">Other professional</option>
</select>