I’m using this contact form
https://bootstrapious.com/p/how-to-build-a-working-bootstrap-contact-form?utm_content=cmp-true
In English it works great, but the second language of the website is Cyrillic and I didn’t succeed to configure it
Only ‘labels’ work with Cyrillic, but I need the data from the <input..> to be received correctly from the mail.
Only ‘labels’ work with Cyrillic, but I need the data from the <input..> to be received correctly from the mail.
/I’m using the second variant/
2
Answers
I've tried it but it doesn't work This is the code in the file contact-2.php
Do I have to add anything else in other files? I'm not sure in which file I have to make changes, that's why I've posted the link with the example and all files can be downloaded. Thank you!
PHPMailer allows you to set char encoding:
Also be sure to save your PHP file using UTF-8 encoding without BOM.
Docs