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
[SOLVED] German Character in Subscribe Form
Moderator: moderator
[SOLVED] German Character in Subscribe Form
Last edited by bknaus on Tue Jan 22, 2008 10:21 am, edited 1 time in total.
-
- Site Admin
- Posts: 2628
- Joined: Thu Aug 03, 2006 10:20 am
- Location: Munich, Germany
- Contact:
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