However, in WWB we have added the ability to format the message.
Step 1
Make sure the built-in form processor is enabled.
Step 2
Click Message->Edit in the Form's properties.
Step 3
Select 'Rich Text' as the email format.
Step 4
Click 'Edit' to format the text
Note: if you select 'Rich text' (or HTML) then the submitted data will not be included by default otherwise there was no way to format it.
You will have to use variable to include the form data:
Code: Select all
The following data has been submitted to the online form:
Name: $name
Email: $email
Website: $website
When you select 'rich text' or 'HTML', the mail engine (in Advanced->Mail Engine) will automatically be set to 'Use PHP mailer', because PHP's standard mail() function does not support formatted messages.