utf danish letters in contact form
-
Hi all,
I made this contact form and now then I tested I receive these symbols instead of danish letters.
Comment: ?| ?? ?¥ ???|???¥
I made the following changes:
in wp-config:
define('DB_COLLATE', 'utf8_general_ci');
in header.php:
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
and in the form:
$headers = 'MIME-Version: 1.0' . "\r\n";
$headers .= 'Content-type: text/html; charset=utf-8' . "\r\n";
$headers = 'From: Page <'.$emailTo.'>' . "\r\n" . 'Reply-To: ' . $email;
any ideas how to make it work?
I am receiving the email in outlook.thanks in advance.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘utf danish letters in contact form’ is closed to new replies.