CranialBlaze
02-17-2008, 08:41 PM
1) Script Title: formCheck
2) Script URL (on DD): currently not live
3) Describe problem: Not a problem per say, the script is working great, thanks.
Although i am wanting to have it check a drop down menu with 3 options in it, it just needs to check that 1 of the 3 options is actually selected and not the default option of "Select..."
Is this possible with this script?
Bellow is the snippet of the drop down options
[code]
<select name="select" size="1">
<option selected="selected">Select...</option>
<option>Agricultural Holdings</option>
<option>Businesses and Factories</option>
<option>Full and Sectional Title</option>
</select>
[code]
Thank You
2) Script URL (on DD): currently not live
3) Describe problem: Not a problem per say, the script is working great, thanks.
Although i am wanting to have it check a drop down menu with 3 options in it, it just needs to check that 1 of the 3 options is actually selected and not the default option of "Select..."
Is this possible with this script?
Bellow is the snippet of the drop down options
[code]
<select name="select" size="1">
<option selected="selected">Select...</option>
<option>Agricultural Holdings</option>
<option>Businesses and Factories</option>
<option>Full and Sectional Title</option>
</select>
[code]
Thank You