Unsubscribe for third-party forms
-
Hi,
I’m trying to unsubscribe with a third party form, but unfortunately both ways I tried aren’t working:
<input type="hidden" name="mc4wp-subscribe" value="0" />
<input type="hidden" name="mc4wp-subscribe" value="1" /> <input type="hidden" name="_mc4wp_action" value="unsubscribe">
it would be great, if your plugin would support both ways. Because I want to have subscribe and unsubscribe in one form (it’s because the responsive layout).
Maybe you can solve it like this:
1. Check for mc4wp-subscribe
2. Check if _mc4wp_action is set3. if _mc4wp_action is set: use it
3. if _mc4wp_action is not set: use value of mc4wp-subscribeThank you very much. I’m going to read me through the snippets now, if there is another solution.
But – except for that – it’s a really great plugin!
Best wishes
RafaelKr
- The topic ‘Unsubscribe for third-party forms’ is closed to new replies.