Disable/enable the form submit button.
Disable the submit button until the visitor has clicked a check box.using jquery
Sample Data :
<body>
<input id="accept" name="accept" type="checkbox" value="y"/>I accept<br>
<input id="submitbtn" disabled="disabled" name="Submit" type="submit" value="Submit" />
</body>
HTML Code:
JavaScript Code :