Hi can anyone please tell me how i can include a tick box onto my form, as i have terms and conditions, therefore if the box isnt ticked i dont want the user to be able to submit the form.
if anyonecan help this would be great thank you.
Tick box on form
Moderator: General Moderators
-
DaiLaughing
- Forum Commoner
- Posts: 76
- Joined: Thu Jul 16, 2009 8:03 am
Re: Tick box on form
You won't be able to stop them submitting as the PHP will only run once the form is POSTed. You could use Javascript or just bounce them back to the form once you find it is not completed.