I have the drop box and check box on the same form. The check box is initially hide. It is only displayed when user selected type_id 2 from the drop box. type_ID can be from (1, 2, 4...)
some this like below but don't know how to do on jasvasript. Can anyone please help!!!
<select name="type_ID" id="type">
<option value="">[Select Type]</option>
<cfloop query="qryType">
<option value="#type_ID#">#qryStep.crw_step_description#</option>
</cfloop>
</select>
<cfif type_id eq 5>
Send Email<input type="checkbox" name="send" />
</cfif>
Thanks
North America
Europe, Middle East and Africa
Asia Pacific