View previous topic :: View next topic |
Author |
Message |
flgrich
Joined: 05 Apr 2012 Posts: 3
|
Posted: Tue Oct 16, 2012 9:21 am Post subject: Text box multi line missing |
|
|
When you copy/paste out of something like Word, in to a text box-multi line, it appears blank in the received email.
Any ideas? http://www.myradioplace.com/calendar_submit.asp |
|
Back to top |
|
 |
mycontac Site Admin
Joined: 31 Dec 2003 Posts: 2860
|
Posted: Wed Oct 17, 2012 4:22 am Post subject: Reply |
|
|
It is probably a conflict with the character set Word uses and the one you currently have assigned to your site. Try changing the following on your your site from:
Code: |
<meta name="charset" content="ISO-8859-1"> |
To:
Code: |
<meta http-equiv="Content-type" content="text/html; charset=utf-8" /> |
Nick Ladd
myContactForm.com |
|
Back to top |
|
 |
flgrich
Joined: 05 Apr 2012 Posts: 3
|
Posted: Wed Oct 17, 2012 8:47 am Post subject: Works great! |
|
|
Thank you! |
|
Back to top |
|
 |
|