Page 1 of 1

[SOLVED] German Character in Subscribe Form

Posted: Mon Dec 31, 2007 12:07 pm
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

Posted: Tue Jan 01, 2008 1:24 pm
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" />
    ...