Mandatory check box before form submission
Hello!
I have a PDF form that clients will fill out with their details.
A checkbox is required to be checked to agree to the terms and conditions. Finally, a send button that submits the form to an email address. Currently, the submit button negates the checkbox.
I know that some javascript is required for this to work as intended. I've gone through multiple forums to find the correct scripting but I've had no luck getting this to work.
Ideally, it needs to check the form to make sure that this checkbox is checked, if not a message pops up, if checked it will submit the form.
Thanks in advance
