Page 1 of 1

Form processing to email fails when settings ... Message is set to rich text

Posted: Fri Jan 03, 2020 11:22 pm
by WebsiteYETcom
My form sends input data fine.
But when I change the form processing Message: text to rich text, the email received only shows the rich text for the Message text. the remaining data of the form fails.

Changing the Message: text back to plain text, save and upload the page, then the form sends all data to email correct.

Re: Form processing to email fails when settings ... Message is set to rich text

Posted: Fri Jan 03, 2020 11:59 pm
by MGD4me
You will need to include the variables yourself. eg:

Email: $email

Comments: $comments


Or, whatever you have named your own form variables.

Re: Form processing to email fails when settings ... Message is set to rich text

Posted: Sat Jan 04, 2020 7:56 am
by Pablo
This is intentional behavior to give you more control over the message text.
If you use Rich Text when you will have to use variables to include the values.

Please see this related FAQ:
https://www.wysiwygwebbuilder.com/forum ... 10&t=64476