How to check if a checkbox is checked in contact form 7? – WordPress
To begin with, I have a contact form that looks like this: The contact form 7 editor code is: <input type="checkbox" id="katoikia" name="tracking-777">Tracking Acceptance</input> <label> Your Name: [text* your-name] </label> <label> Email: [email* your-email] </label> <label> Subject [text* your-subject] </label>…