Edit email settings

Edit email settings

Email details

Form submissions will be emailed to this address. Any email, select, or hidden form element may be selected as the recipient address. Multiple email addresses may be separated by commas.
Any textfield, select, or hidden form element may be selected as the subject for emails.
Any email, select, or hidden form element may be selected as the sender's email address.
Any textfield, select, or hidden form element may be selected as the sender's name for emails.

Email template

An email template can customize the display of emails.

Token values

You may use special tokens in this field that will be replaced with dynamic values.

Basic tokens

  • %username - The name of the user if logged in. Blank for anonymous users.
  • %useremail - The email address of the user if logged in. Blank for anonymous users.
  • %ip_address - The IP address of the user.
  • %site - The name of the site (i.e. eyecare-studio)
  • %date - The current date, formatted according to the site settings.

Node tokens

  • %nid - The node ID.
  • %title - The node title.

Special tokens

  • %profile[key] - Any user profile field or value, such as %profile[name] or %profile[profile_first_name]
  • %get[key] - Tokens may be populated from the URL by creating URLs of the form http://example.com/my-form?foo=bar. Using the token %get[foo] would print "bar".
  • %post[key] - Tokens may also be populated from POST values that are submitted by forms.

In addition to %get and %post, the following super tokens may be used, though only with logged-in users: %server, %cookie, and %request. For example %server[HTTP_USER_AGENT] or %session[id].

Email tokens

  • %email_values - All included components in a hierarchical structure.
  • %email[key] - A formatted value and field label. Elements may be accessed such as %email[fieldset_a][key_b]. Do not include quotes.
  • %submission_url - The URL for viewing the completed submission.

Submission tokens

  • %sid - The unique submission ID.
  • %value[key] - A value without additional formatting. Elements may be accessed such as %value[fieldset_a][key_b]. Do not include quotes.