Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Back End Utf-8 Encoding in the email contact form

  • This topic is empty.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #27620
    haemps
    Member

    I need this to be in utf-8 encoding for the characters åäö to work! I have tried but with no sucess. I would very much appreciate an answer!

    Code:
    “);

    // redirect to success page
    // CHANGE THE URL BELOW TO YOUR “THANK YOU” PAGE
    if ($success){
    print ““;
    }
    else{
    print ““;
    }
    ?>

    #69729
    zorro
    Member

    It agree with TT_Mark:) Such record <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
    should be at the top of a page code (inside <head> tag). The information on php form can be looked here – http://phpforms.net/tutorial.html

Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘Back End’ is closed to new topics and replies.