Checkbox not working with Events Manager booking form
-
I see another user was able to add the checkbox to an Events Manager form, but I can’t get it working here
The checkbox code looks like this:
<label for="mc4wp-try-subscribe"> Sign me up for the email newsletter! </label> <input id="mc4wp-try-subscribe" type="checkbox" value="1" name="mc4wp-try-subscribe">
In the plugin’s settings, the MailChimp API is entered correctly (the green notice says “connected”), and I have the MailChimp list checked. I do have other forms on the site created with FormidablePro, which is submitting visitors to MailChimp, so the basic connection is working with that plugin, but not this one.
I am not requiring people to register to the site when they submit the form.
The relevant input field names & ids are:
name=”last_name” id=”last_name”
name=”first_name” id=”first_name”
name=”user_email” id=”user_email”Any idea how I can make this work?
- The topic ‘Checkbox not working with Events Manager booking form’ is closed to new replies.