visitor Posted October 10, 2009 Share Posted October 10, 2009 Hi, Is there anything to watch out for if I want to install two contact forms (english and german) in one website? Thanks visitor Link to comment https://forums.phpfreaks.com/topic/177192-phpmailer-contact-form/ Share on other sites More sharing options...
nicephotog Posted October 11, 2009 Share Posted October 11, 2009 Two things for the HTML and PHP has an internal setable processing ISO for the charset. 1. lang="en" or whatever the country code is for german in the html head tag of 4.01 for the page language. 2. In the form itself, the input allowance of ISO charset should be set and made in the standard ISO of the language with a list of variants for each input text carrying field of the attribute by this attribute in the form element accept-charset="ISO_8859-1windows-1252" I'm not aware of what the german standard charset is. 3. The PHP in the server can have its internal processing engine set for ISO, the manual is not at hand at this time to me. Link to comment https://forums.phpfreaks.com/topic/177192-phpmailer-contact-form/#findComment-934748 Share on other sites More sharing options...
nicephotog Posted October 12, 2009 Share Posted October 12, 2009 oops! sorry note the commas in the attribute value should separate the entries!!! accept-charset="ISO_8859-1,windows-1252,UTF-8" Link to comment https://forums.phpfreaks.com/topic/177192-phpmailer-contact-form/#findComment-935161 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.