Page 1 of 1

UTF-8 not working with built-in PHP-Form Processor

Posted: Tue Jun 25, 2019 7:34 am
by dan-priv
Hi Pablo

I have a strange problem and cannot solve it... Whenever I use a Mail Form i get the text in a different charset, than the specified UTF-8, sent to the Mail Clients.

Double checked all settings, talked to the Web Hoster and by definition everything looks ok.

Instead of 'äöü' I get 'äöü' in the mail.

Can you please help me with this issue. Thanks in advance.

Cheers

Re: UTF-8 not working with built-in PHP-Form Processor

Posted: Tue Jun 25, 2019 8:01 am
by Pablo
Did you also set 'accept-charset' to UTF8?

Re: UTF-8 not working with built-in PHP-Form Processor

Posted: Tue Jun 25, 2019 8:02 am
by wb_user

Re: UTF-8 not working with built-in PHP-Form Processor

Posted: Tue Jun 25, 2019 8:21 am
by dan-priv
Thank you (both) for the fast answer.

Pablo, I set the accept-charset="character_set" into the objects (Form) HTML-Code in 'Inside Tag', still not working.

The reply of wb_user seems to host a Trojan Horse! :(

Re: UTF-8 not working with built-in PHP-Form Processor

Posted: Tue Jun 25, 2019 8:59 am
by Pablo
There is no need to manually add the code.
Please make sure 'accept-charset' in the form's properties is to UTF-8

Re: UTF-8 not working with built-in PHP-Form Processor

Posted: Tue Jun 25, 2019 9:02 am
by dan-priv
Ok, found it.

Sorry for this. It's working now.

I appreciate your help, as always! :)

Best regards