Compulsary check in Checkboxes validation

liunx

Guest
Hi there everyone,<br />
<br />
Just a strange question really. On my website we have a series of rules that you must agree to in order to register on the site.<br />
<br />
Unfortunately most users ignore this and click the submit button at the bottom to proceed further.<br />
<br />
Can someone help me write a bit of code where the Submit button is liked greyed out until all the boxes are ticked, or, when someone clicks the box it does some validation to check all the boxes and if not filled in properly, informs the user in a pup-up box.<br />
<br />
Sorry about this, but its getting to me a bit..... <br />
<br />
This is the page in question: {{click here}} (<!-- m --><a class="postlink" href="http://www.boltlightning.co.uk/policy.asp">http://www.boltlightning.co.uk/policy.asp</a><!-- m -->) <br />
<br />
Thanks<br />
<br />
Si172.<!--content-->This could be done, however, I would not rely on it because users can disable JavaScript and get past this validation; therefore, you should always have the server process form requests.<br />
<br />
[J]ona<!--content-->
 
Back
Top