Shows a form for email unsubscribe from a group.
template_id(optional): use a predefined format template for the form (see below).
If you use a template for this shortcode, the placeholders mentioned below can be used:
#_EMAILasks for the email (required)#_MAILGROUPSdisplays a list of EME groups designated as “mailgroups” a person can unsubscribe from#_MAILGROUPS{xx}(with “xx” being a comma-separated list of group ids): see#_MAILGROUPS, but limit the mailgroups to unsubscribe from to those listed between brackets. Eg.#_MAILGROUPS{2,5}The special id “-1” is used for unsubscribing from the newsletter.#_GDPR(optional) asks for confirmation to store your info#_GDPR{}(optional) asks for confirmation to store your info with between the braces the text you want as extra label text for the field#_REMEMBERMEand#_REMEMBERME{xx}will show a “Remember me?” checkbox if the remember-me functionality is activated in the EME settings. By default the label is “Remember me?”, but using#_REMEMBERME{xx}you can change the label to “xx”.#_SUBMIT{}displays displays the submit button with between the braces the text you want for the button (qtranslate compatible).#_SUBMITdisplays displays the submit button with the text you want for the button the text configured on the Settings page.#_CAPTCHAdisplays the captcha field if required. If required and the placeholder is not present, it will be added just before the submit button.
#_EMAIL and #_SUBMIT are required