Hello, I have the following problem. I use the contact form on a German website. Unfortunately, in the e-mails, no umlauts displayed. (ä ö ü ß)
Can you help me?
Hello,
i have trhe same problem and search a reason for this.
I guess its a UTF-8 problem. in my form.html is in header:
<meta http-equiv="content-type" content="text/html; charset=UTF-8"><link href="style.css" rel="stylesheet" type="text/css">
an in the processor.php is nothing. hmnn can anyone help?
ok i found it:
in your form.html
look for this line in header:<meta http-equiv="content-type" content="text/html; charset=UTF-8">
delete it and use this:
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
now you recieve all ä ö ect normal in german :)
bei mir gehts wunderbar.
Log in to post a comment.
Hello,
I have the following problem. I use the contact form on a German website. Unfortunately, in the e-mails, no umlauts displayed. (ä ö ü ß)
Can you help me?
Hello,
i have trhe same problem and search a reason for this.
I guess its a UTF-8 problem. in my form.html is in header:
<meta http-equiv="content-type" content="text/html; charset=UTF-8"><link href="style.css" rel="stylesheet" type="text/css">
an in the processor.php is nothing. hmnn can anyone help?
ok i found it:
in your form.html
look for this line in header:<meta http-equiv="content-type" content="text/html; charset=UTF-8">
delete it and use this:
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
now you recieve all ä ö ect normal in german :)
bei mir gehts wunderbar.