HTML content fields are not displayed in the body of sent emails.
-
For the display of the various fields I have studied the documentation on this page: https://cff.dwbooster.com/documentation/#special-tags and I am unable to display the content of the HTML fields in the body of sent emails.
I set for example the folowing fields:
– fieldname1, of type email (e.g. my@email.com);
– fieldname2, of type text (e.g. Peter);
– fieldname3, of type HTML content.The fieldname3 is for example somthing like this:
<p>Your perception is predominantly Auditory</p>
<p>You live in a universe of sounds, you appreciate those you meet by the sound of their voice. When you speak, you pay attention to the words you use, looking for those that sound good and match what you want to say. </p>Into the email I wrote the following special tags:
Dear <%fieldname2%>,
<%fieldname3%>Result should be:
Dear Peter,
Your perception is predominantly auditory.
You live in a universe of sounds, you appreciate those you meet by the sound of their voice. When you speak, you pay attention to the words you use, looking for those that sound good and match what you want to say.But the result is
Dear Peter,I’ve tried all possible tags and none work.
Please help.
Thank you,
Radovan D.
- The topic ‘HTML content fields are not displayed in the body of sent emails.’ is closed to new replies.