Hi,
I've got a very simple CF7 form which I'd like to link to one of my MailChimp lists.
The setup was very simple, but somehow it does not work for me.
The CF7 form works, I get my contact info in the Contact Form DB, but it is not imported in my MailChimp list.
I'd like to have a hidden checkbox (since it is in an environment where the user already knows about giving her/his contact info).
There are 2 required Merge Fields: EMAIL and NAME.
In the contact form I've got:
Uw naam (verplicht)
[text* mc4wp-NAME]
Uw email (verplicht)
[email* mc4wp-EMAIL]
<input type="hidden" name="mc4wp-subscribe" value="1"/>
[submit "Verzenden"]
I've also tried a 'normal' checkbox instead of the hidden type, using:
`[mc4wp_checkbox "Inschrijven"]'
For further info:
I'm using 4.1.1, CF7 4.1.1, mc4CF7 2.2.7.
Also, I'm using WP-members 2.9.8.1, which blocks the content of the page (and thus the CF7 form) from non-members.
Hope someone can help.
Thanks!