[SOLVED] German Character in Subscribe Form

Use this forum to report bugs and to check for bugfixes and new releases of OpenEMM

Moderator: moderator

bknaus
Posts: 3
Joined: Mon Dec 31, 2007 11:38 am
Location: Wiesbaden
Contact:

[SOLVED] German Character in Subscribe Form

Post by bknaus »

Hi,

i have problems with german "umlaute" like ä,ü,ö. If someone typing one of these characters in subscribe form, the error-from will appear. "Umlaute" in Mailings works fine...

Anybody knows a solution?

Nice regards
Last edited by bknaus on Tue Jan 22, 2008 10:21 am, edited 1 time in total.
maschoff
Site Admin
Posts: 2609
Joined: Thu Aug 03, 2006 10:20 am
Location: Munich, Germany
Contact:

Post by maschoff »

Please make sure that the webpage with your form is UTF8 coded and not ISO-8859 coded:

Code: Select all

<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    ...
OpenEMM Maintainer
Post Reply