Jan 6th, 2011, 6:53 PM
Hi Waizen,
Sorry! You're absolutely right - I missed that in your post.
I think the problem may be due to some invalid markup. I took a look at the source of your form and see that you have TWO closing </form> tags. The first closing tag appears before the submit button, the second one after.
What's probably happening is that IE8 is reading the form differently and not associating the submit button with the form (since it's been closed). Firefox and other browsers are more forgiving.
Try removing that first </form> tag (it appears after "characters left") and try to re-submit. I suspect that will fix it!
- Ben
Sorry! You're absolutely right - I missed that in your post.
I think the problem may be due to some invalid markup. I took a look at the source of your form and see that you have TWO closing </form> tags. The first closing tag appears before the submit button, the second one after.
What's probably happening is that IE8 is reading the form differently and not associating the submit button with the form (since it's been closed). Firefox and other browsers are more forgiving.
Try removing that first </form> tag (it appears after "characters left") and try to re-submit. I suspect that will fix it!
- Ben