I have a simple contact form. I want to add a checkbox to enable someone to optionally subscribe to an email list when they submit the contact form.
Is there a way I can look for whether the checkbox has been checked, and have an additional form action if it has been?
Thanks in advance!