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.
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
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)