0

I want to add a checkbox for people to subscribe to my Mailchimp when registering an account on my Woocommerce store. MC4WP provide the following code:

<label>
    <input type="checkbox" name="mc4wp-subscribe" value="1" />
    Sign-up to our newsletter.
</label>

How can I add this in to that form? Ideally with a snippet I can place in Codesnippets.

Thank you!

EHops
  • 47
  • 4
  • Normally when creating a form, MC4WP automatically provide a short code that you can then use? – 7uc1f3r Mar 05 '20 at 19:06
  • Hi there, yes it has provided the shortcode that I have used on several parts of the site. This displays a form for entering name and email. What I want to do is use the Woo new user registration on 'My Account' page, and add a checkbox to use those details to add to Mailchimp list. – EHops Mar 06 '20 at 12:55

1 Answers1

-1

you can easily add in the custom HTML field.

enter image description here

Minal Chauhan
  • 6,025
  • 8
  • 21
  • 41