Skip to content

Documentation

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

PowerPack

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

How to Setup Notification Template for User?

PowerPack Registration Form provides the option to send Post Registration emails to users. 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

Building Notification Template

Notification template can be edited at Action > Email Notification – User > 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.

×