I have installed the form builder module and it works fine execpt it doesn't support special characters like æ ø å. In the e-mail recieved I only get a little square where the letters should have been. It is also a problem if I use the in the labels on some of the fields.
Does anybody know how to get this working?
Formbuilder and special characters
Re: Formbuilder and special characters
Please look at encoding of front and back end - for special chars it must be the same ...
Re: Formbuilder and special characters
The encoding in the same on both front and backend
Re: Formbuilder and special characters
Have you set locale for frontend in config.php?
Sometimes (dependingly on server defaults) you have to add there encoding too like
Sometimes (dependingly on server defaults) you have to add there encoding too like
Code: Select all
$config['locale'] = 'de_DE.UTF8';