create checkbox when choice is made from dropdown
Posted: Mon Mar 30, 2009 4:31 pm
hello @LL,
I have some dropdown
<select name='selectedProd'>
<option value='code1'>event 1,IL</option>
<option value='code2'>event 2, IL</option>
I want to create checkbox visible only if user picks event 1 from dropdown, but checkbox would not show up if event 2 will be selected.
is that possible?
thanks
I have some dropdown
<select name='selectedProd'>
<option value='code1'>event 1,IL</option>
<option value='code2'>event 2, IL</option>
I want to create checkbox visible only if user picks event 1 from dropdown, but checkbox would not show up if event 2 will be selected.
is that possible?
thanks