Hi,
My website is set to UTF-8, do i have to set my forms also to utf-8 using the accept-charset for forms?
My guestbook for example allows multilanguage so my guestbook database table is utf8_unicode_ci and all my webpages use the same template so the encoding for all pages is utf-8, because i set the charset for my webpages as utf-8 do i have also set the form charset to utf-8 or no because i already set it for the webpage itself?
Reason why is i am converting my website to utf-8 and don't really want to go through all my site forms adding the form charset utf-8 attribute.
Thanks for any help