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!