Summer Sales 20 Off for Piotnet Addons & Piotnet Forms
HIDE

Email Actions

Email and Email-2 actions allow you to assign where the form is sent to and customize the data that is sent.

Demonstration

How to configure email actions

Step 1: Create your own form

Create a simple contact form with Piotnet Forms

Click on Submit Button -> Action After Submit -> Add “Email” or “Email 2” actions

email actions 4

Step 2: Application and difinitions

Application

What are “email” and “email-2” actions?

  1. Email: Send Input Information to the Admin via email.
  2. Email 2: Send Email Confirmation to the User who submitted the Form. Email2 is very useful; for example, it could be a confirmation email received by your site’s visitor – immediately after he sent a form on your site.

Definitions

  1. To: Enter the email address of the recipient of the form, you can embed the shortcode of field (example as an above illustration). You can use multiple email addresses by separating commas.
  2. Subject: Enter the text you desire to be displayed in the subject of the email
  3. Message: Here you may use the shortcodes of your form to create the message sent by the form. By default, the “all-fields” option is used.
  4. From Email: Enter the address of the sender or use a noreply@
  5. From Name: Enter the name, title, or company you wish to show in the email
  6. Reply To: Enter the address of the sender or use a noreply@
  7. Cc: Enter the email address of the recipient to be Cc’d (carbon copy)
  8. Bcc: Enter the email address of the recipient to be Bcc’d (blind carbon copy)
  9. Meta Data: Here you may add or remove additional metadata that is displayed at the bottom of the form. By default, all options are displayed
  10. Send As: in the dropdown, select whether to send the form as HTML or Plain text.
email actions 2
email actions 3

Example of Email content

email actions
<p>
<p>You got a new message!</p>
</p>
<p>
<p>Username: [field id="name"]<br />
</p>
<p>
<p>Email: [field id="email"]<br />
</p>
<p>
<p>Phone: [field id="tel"] <br />
</p>
<p>
<p>Message: [field id="message"]</p>
</p>
<p>
<p>Don’t forget to call them back soon 🙂</p>
</p>