Page 1 of 1

Tick box on form

Posted: Sat Mar 13, 2010 5:19 am
by scorpio90
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.

Re: Tick box on form

Posted: Sat Mar 13, 2010 6:24 am
by DaiLaughing
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.