Not signed in (Sign In)

Vanilla 1.1.5a is a product of Lussumo. More Information: Documentation, Community Support.

  1.  
    Hi Guys,
    For some reason an issue has arisen out of nowhere that 'Â' is showing at the end of every question. Do you know what is going on?
    http://filmindependent.org/spiritawards2008/form.php is the link for the form.

    There are a number of other issues that urgently need to be dealt with I'm afraid. Repeat question still has bugs, although they are being aligned correctly now (thanks for fixing that) the information is not going in correctly. Anyway, I have gone through this elswhere.

    Thanks
  2.  
    I noticed also that the problem with the character only occurs when the field is required. also there is tabbed white space after the Q.name and the <span class="reqMark">IE

    <div class="oneField labelsAbove">
    <label for="tfa_Company" class="preField">Company
    Â&nbsp;<span class="reqMark">*</span></label><input id="tfa_Company" name="tfa_Company" value="" size="88" class="required" type="text"><br><span class="errMsg" id="tfa_Company-E"></span>
    </div>

    unfortunately after saving the message, you no longer can see this here
    • CommentAuthorlibu1968
    • CommentTimeSep 10th 2008
     
    I am also getting the  character after each required field. Is there a fix for this, besides making the field "not required"?
    •  
      CommentAuthorcedsav
    • CommentTimeSep 11th 2008
     
    We'll see if we can fix it on our end, but in the meantime you should check the text encoding used on your page.

    Near the top of your page, you probably a line that looks like this:
    <meta http-equiv="Content-Type" content="text/html; charset=something">

    The charset parameter should be 'utf-8', as in
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">


    Once this is changed, the form should display properly (by the way, this also helps data processing because no character set conversion is needed when you use UTF-8)