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.