mailchimp-for-wordpress
mailchimp-for-wordpress copied to clipboard
Make unsubscribe form with with just email field
Currently, if a user wants to create a separate unsubscribe form, they also have to add mandatory fields (if there are) to make the form work. It would be great to be able to create a unsubscribe form where a user just has to add their email address.
👍 Good idea to turn this into a setting. Please note that you can accomplish this right now by including the following hidden HTML in a form.
<input type="hidden" name="_mc4wp_action" value="unsubscribe" />
Relates to #499