[eme_subform]

Shows a form for email subscribe to a group.

  • template_id (optional): use a predefined format template for the form (see below).

If no template id is given, a default form layout will be used instead.
If you use a template for this shortcode, the placeholders mentioned below can be used:

  • #_EMAIL asks for the email (required)
  • #_LASTNAME and/or #_FIRSTNAME ask for lastname and/or firstname (not required). If you want to have these as required fields, you can use #REQ_LASTNAME and #REQ_FIRSTNAME
  • #_MAILGROUPS displays a list of EME groups designated as “email only” a person can subscribe to. This “email only” option can be selected when you create/edit an EME group.
  • #_MAILGROUPS{xx} (with “xx” being a comma-separated list of group ids): see #_MAILGROUPS, but limit the mailgroups to subscribe to those listed between brackets. Eg. #_MAILGROUPS{2,5}
  • #_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
  • #_REMEMBERME and #_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).
  • #_SUBMIT displays displays the submit button with the text you want for the button the text configured on the Settings page.
  • #_CAPTCHA displays the captcha field if required. If required and the placeholder is not present, it will be added just before the submit button.
  • #_RECAPTCHA displays the Google reCAPTCHA field if required. If required and the placeholder is not present, it will be added just before the submit button.
  • #_HCAPTCHA displays the hCaptcha 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

Scroll to Top