yukoner
Member
Posted 4 months ago #
Can someone help me create a signature for the confirmation email that looks like the following - with the links active. I have tried, but everything keeps flowing as a sentence instead of formatted like this.
--
Peace, Health and Harmony
Norm Hamilton, Freelance Writer and Photographer
137-1 Klondike Road
Whitehorse, Yukon Y1A 3L6
http://www.normhamilton.ca
email: norm@normhamilton.ca
PH: (867) 333-0595
http://wordpress.org/extend/plugins/si-contact-form/
I tested and it worked just fine. My email is sent to a gmail address.
Perhaps you have this setting enabled?
"Enable using HTML in confirmation email message"
If you enable that then you have to use HTML code in the message box and you then need to use HTML like you are coding a web page with paragraph tags and line break tags
<html><body>
<p>Peace, Health and Harmony</p>
Norm Hamilton, Freelance Writer and Photographer<br />
137-1 Klondike Road<br />
Whitehorse, Yukon Y1A 3L6<br />
</body></html>
yukoner
Member
Posted 4 months ago #
Thanks Mike. I did, indeed, have "Enable using HTML in confirmation email message" enabled.
This is a great plugin. Thanks.