HTML in the Mail – Message body
-
Hi Guys
I am trying to setup CF7 so the output is in a nice but simply html table. Should be simple enough I thought, few examples online, something like this:
<table border=”2″ bordercolor=”#000000″ style=”background-color=”#ffffff” width=”100%” cellpadding=”2″ cellspacing=”2″> <tbody> <tr> <td>Name:</td> <td>[your-name]</td> </tr> <tr> <td>Email:</td> <td>[your-email]</td> </tr> <tr> <td>Phone:</td> <td>[phone]</td> </tr> <tr> <td>Enquiry:</td> <td>[your-message]</td> </tr> </tbody> </table>
So when I add this to CF7 in mail/message body and hit save, it clears the whole form and saves blank.
I have not come across this before. Any ideas why this is happening?
thanks
Nobby
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘HTML in the Mail – Message body’ is closed to new replies.