Hide Checkbox Not Working
-
I have created an email subscription form in Contact Form 7 using this code:
<div class="subscription-form-wrapper"> <div id="subscription-form-container" class="email-submit"> <div class="column1"> [email* your-email placeholder "? Enter Email"] </div> <div class="column2"> [submit "Subscribe!"] </div> </div> </div> <input type="hidden" name="mc4wp-subscribe" value="1" />
As you can see, I have added a hidden field, but nothing is being sent to MailChimp. Any help would be appreciated.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.