When I submit the form, the text that appears in the Verification box is all garbled and unreadable. Why?: Difference between revisions


No edit summary
No edit summary
Line 1: Line 1:
This could be happening if you're submitting foreign characters into the form. In order to properly process forms with international characters, please ensure that the following line occurs in the head of your web page:<br />
This could be happening if you're submitting foreign characters into the form. In order to properly process forms with international characters, please ensure that the following line occurs in the head of your web page:<br />
<br />
<pre>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><br />
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /></pre>
<br />
<br />
[[Category:Email Forms]]
[[Category:Email Forms]]

Revision as of 12:46, 1 December 2009

This could be happening if you're submitting foreign characters into the form. In order to properly process forms with international characters, please ensure that the following line occurs in the head of your web page:

<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />