Skip to content

Documentation

Extensive Documentation for PowerPack & WooPack to help you with common questions and issues.

PowerPack

  1. Home
  2. Docs
  3. PowerPack
  4. Modules
  5. Registration Form
  6. How to Setup Notification Template for Admin?

How to Setup Notification Template for Admin?

PowerPack Registration Form provides the option to send Post Registration emails to the website administrator for new user registration. Let us learn how to set up the Notification Template.

Merge Tags

The notification template uses merge tags to insert the variable values in the mail template. These tags can be added to the template anywhere and they will output the relevant values for the registered user in the mail.

Currently, Registration Form supports the following Merge Tags:

  1. {{all-fields}} – Outputs all the other merge tags together
  2. {{user_login}} – User’s Username for WordPress
  3. {{user_email}} – User’s Registered Email
  4. {{user_pass}} – Adds the password in plain text format
  5. {{first_name}} – Adds the first name for the user
  6. {{last_name}} – Adds the last name for the user
  7. {{user_url}} – Adds the user’s registered website address

Meta Data

Admin Notification email also provides additional features of adding metadata related to the user registration in the mail. Once selected this data will be added at the bottom of the mail after the content.

Available metadata options are:

  1. Date – The date of the user registration
  2. Time – Timing of the user registration
  3. Page URL – URL of the page on which the user registered. Useful if you have multiple registration forms on the site
  4. User Agent – User Agent String of the browser used for registration
  5. Remote IP – IP Address from which the user has registered

Building Notification Template

Notification template can be edited at Action > Email Notification – Admin > Email Content for mails sent to the new users.

As you will see in the screenshot above editing the template is a very simple process. You have to add the content of the mail in plain text and use merge tags to display the variable info such as username, email, first name, password, etc.

Was this article helpful to you? Yes No
×