hello, I create a form in russian, but te text in form and input text is wrong encoding, in old version phpformgenerator the russian language was supported, can you consult me in this case? thank you
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I insert that but I have wrong encoding on calendar, error page on web and form data to email is wrong encoding, the problem is on processor.php I think, can you help? thank you
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
The processor.php is only responsible for processing form data after "submit".
The calendar is an option added in and is not supported here ( * Details and latest version at: * www.dynarch.com/projects/calendar). However if you want to correct your version you can change or replace the following file "calendar-en.js" in the calendar folder.
There is a section of the processor.php that reports an error by printing text. This text can be replaced. The confirmation page "confirm.html" is separate and can also be modified like your form.html file.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
hello, I create a form in russian, but te text in form and input text is wrong encoding, in old version phpformgenerator the russian language was supported, can you consult me in this case? thank you
Coding can be changed at the top of the form.html file.
Put somthing like this between the <head></head> tags.
<meta http-equiv="content-type" content="text/html;charset=utf-8" />
I insert that but I have wrong encoding on calendar, error page on web and form data to email is wrong encoding, the problem is on processor.php I think, can you help? thank you
The processor.php is only responsible for processing form data after "submit".
The calendar is an option added in and is not supported here ( * Details and latest version at: * www.dynarch.com/projects/calendar). However if you want to correct your version you can change or replace the following file "calendar-en.js" in the calendar folder.
There is a section of the processor.php that reports an error by printing text. This text can be replaced. The confirmation page "confirm.html" is separate and can also be modified like your form.html file.