Custom form not subscribing
-
Hi there,
I’m trying to set up a custom form with integration with MC4WP.
No matter what I try I haven’t been able to get it working.The form is working since I get what I’m supposed to get when a user submits it.
I’m not getting the opt-in e-mail from Mailchimp.
There are no errors in the log.
Double opt-in is enabled.
I’ve tried with GDPR and non-GPDR lists. None of them work.
I’ve tried using HTML Forms and it works.This is my HTML code for the custom form:
<form action="https://www.mycode.com/script.php" method="post"> <input id="name" placeholder="Name" type="text" name="name" autocomplete="off" required><br /> <input id="email" placeholder="Email" type="email" name="email" autocomplete="off" required><br /> <input type="checkbox" name="mc4wp-subscribe" value="1" /> Sign-up to our newsletter. </label> <label><input type="checkbox" required /> I accept the terms and conditions</a></label><br /> <input type="submit" value="Submit"> </form>
Can you help me?
Thanks!
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Custom form not subscribing’ is closed to new replies.