mailchimp-for-wordpress icon indicating copy to clipboard operation
mailchimp-for-wordpress copied to clipboard

Make unsubscribe form with with just email field

Open hchouhan opened this issue 9 years ago • 2 comments

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.

hchouhan avatar Jul 01 '16 16:07 hchouhan

👍 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" />

dannyvankooten avatar Jul 04 '16 11:07 dannyvankooten

Relates to #499

dannyvankooten avatar Nov 28 '17 12:11 dannyvankooten