The ZIP file for Form2Mail includes a sample Contact Us form. We used Bulma CSS framework to design the user interface. The foundation, of course, is our own software. Form Validation is FormValidator. Processing of the form data is Form2Mail and the transport is PHPMailer Lite.
Form2Mail was originally designed as PHPMailer-FE. FE = Form Email edition. It was to showcase the powerful features of PHPMailer. Form2Mail now showcases the benefits of both PHPMailer Pro and PHPMailer Lite.
On these next few pages, I will take the time to describe the bulk of the forms strategy. I will also make available our Thank You page, the validation rules, and the code to validate and process.
Note the directory structure of these forms. And also note that Form2Mail, FormValidator, PHPMailer Lite, and PHPMailer Pro are downloaded from the SourceForge site.
/assets/ /assets/phpmailer2/ /assets/phpmailer2/Form2Mail.php /assets/phpmailer2/FormValidator.php /assets/phpmailer2/PHPMailerLite.php /assets/phpmailer2/PHPMailer Pro.php /contactus.php /thankyou.php... and note further, that PHPMailerLite.php and PHPMailer Pro.php are both optional. And you can use one or the other, but not both. If both are in the directory, Form2Mail.php will use PHPMailer Lite by default.
More forms are available at the Free Worx Tools website.