[ad_1]
Good day,
My Contact Form 7 is not allowing users to submit even when they have checked the checkbox to accept the Terms and Conditions. It keeps popping up the error saying “The field is required” at the checkbox.
This is the current code:
‘<label> First Name*
[text* firstname] </label>
<label> Last Name*
[text* surname] </label>
<label> Email*
[email* email] </label>
<label> Message*
[textarea* message] </label>
<label> Terms of Service*
<div style=”margin-top: 5px;”>
</div>
[checkbox* termsandconditions use_label_element “”] I accept the Terms and Conditions </label>
Any assistance would be greatly appreciated.
The page I need help with: [log in to see the link]
