Having some trouble with form submission in FF. Everything works fine when I use IE, but when I test my forms with FF (specifically 3), it hangs. I don't even get the "submitting" message. The page just doesn't do anything almost like I didn't hit the submit button.
Is this a FF3 issue, a cforms issue or a combination?
Okay...more detail...now the form is wrong in both IE and FF HOWEVER, if i use the FF ad-on IE Tab to render an IE page in FF, the form looks and works fine.
As a post/page comment form (for actual comments), or as a contact/feedback form?
A few tips:
On the index page, you should not have an actual comment form on the posts because it's the same thing: multiple forms of the same ID will cause issues.
That's why the comment form usually is on it's own page (single.php). See the default WP theme on how it's down out of the box.
I could not comment on this form with Firefox 3. I am now using FF 2 so we'll see what happens.
I upgraded my CFII to 8.6.2 on two diffent blogs, both running WP 2.6. In both cases my challenge question and the box to type the answer are not appearing in Firefox 3. They appear correctly in FF2, Safari and Opera.
I have to conclude this problem is related to FF 3.
I found that Problem 2 stopped when I changed all fields so they were not "required." In other words, "required" fields will prevent users who don't have JavaScript enabled from submitting the form.