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
Templates replace shortcodes with posted values automagically.
For example, write "{user-value}" 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 shortcodes.
The "table" shortcode allows to insert an html table with all posted keys/values.
Just write "table" between braces, and Php Form Builder will do the job.
|