I have received complaints that forms are being submitted, but they never arrive. I do receive most submissions, however. What's going on?: Difference between revisions


(Created page with 'This may happen if your visitors are submitting foreign characters with their message. In order to properly process any international characters which get submitted, please ensur…')
 
m (Text replacement - "Email Forms" to "Contact Forms")
 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
This may happen if your visitors are submitting foreign characters with their message. In order to properly process any international characters which get submitted, please ensure that the following line occurs in the head of your web page:
This may happen if your visitors are submitting foreign characters with their message. In order to properly process any international characters which get submitted, please ensure that the following line occurs in the head of your web page:<br />
 
<pre>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /></pre>
 
<br />
This will ensure that anything submitted through your form will make it to your email address.
This will ensure that anything submitted through your form will make it to your email address.<br />
 
<br />
[[Category:Email Forms]]
[[Category:Contact Forms]]

Latest revision as of 11:24, 17 August 2016

This may happen if your visitors are submitting foreign characters with their message. In order to properly process any international characters which get submitted, 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" />


This will ensure that anything submitted through your form will make it to your email address.