As you can see, email sending is very easy with Php Form Builder.
Email content is built from html/css templates located in phpformbuilder/mailer/email-templates
The HTML templates are built with some placeholders which are replaced automagically with the posted values.
For instance, write {any-field-name} in your template and it'll be replaced with the real posted value.
This can be done in HTML templates as well as in CSS templates. This way you can customize content texts, colors, backgrounds or anything using simple placeholders.
The "table" shortcode allows to insert an html table with all posted keys/values.
Just write the shortcode in your HTML email template, and Php Form Builder will do the job.
|