Send to Email

Configure your contact forms email forms to send the user's input in an email to a specified email address.


Form Setup

Set the action attribute on your form to forms/smtp.php. This points your form submissions to the provided Email form handler.

You may use any type of input in your forms, and have the details sent in an email to an address you specify. You may also opt to send the user a confirmation email.

You may also like to include a required checkbox which offers a disclaimer about your privacy policy and how the user's data is handled.

Email form Configuration

Proceed to the Email Form Handler documentation to complete the Email form setup.