Page 1 of 1

*** SOLVED *** Form submission not working with Farsi Laguage

Posted: Tue Dec 28, 2021 10:29 pm
by aliroustai
Hi there I have created a basic Contact Us form for my site that seems to work fine with English text as I get the messages in my site admin Mailbox as supposed so.... However for Farsi language messages, When I open the emails, I get an unreadable crypted code like text for each section of the form where Farsi was used? I am using the build in PHP script for form submission. How can I fix this?
Thank You💐

Re: Form submission not working with Farsi Laguage

Posted: Tue Dec 28, 2021 11:34 pm
by BaconFries
Is Farsi going to be the main / primary language used for the form. If so then ensure you set 'accept charset' of the form to 'UTF-8' also ensure that your host / server is set to the same.

Re: Form submission not working with Farsi Laguage

Posted: Thu Dec 30, 2021 8:29 am
by aliroustai
It worked thank you!