Tuan,
I upgraded from 3.5 to 3.7 today. Despite an initial upgrade php error everything seems to be fine and the form processes payments.
When donating in the User email body the e-mail we receive is all in one column (looks like it strips the html), although I set up the e-mail to read like this:
Code:
<p><strong>Name:</strong> [FIRST_NAME] [LAST_NAME]<br /><strong>Organization Name:</strong> [ORGANIZATION]<br />
It sends like this:
Name:
[FIRST_NAME] [LAST_NAME]
Organization Name:
[ORGANIZATION]
But I want it to send like this;
Name: [FIRST_NAME] [LAST_NAME]
Organization Name: [ORGANIZATION]
Any suggestions why this is happening? Henrik