Quantcast
Channel: Topic Tag: contact-form | WordPress.org
Viewing all articles
Browse latest Browse all 5998

Ov3rfly on "[Plugin: Contact Form 7] Nothing happens after submitting form"

$
0
0

There is an html nesting error on your page:

Within the CF7 form there is another form tag with ..id="contactform" class="comments-form" method="post".. and a closing tag below which should not be there.

The closing tag of that inner second form tag is seen by the browser (FF 43.0.4) as the end of outer CF7 form tag, and due to this the CF7 script can't find the relevant div within its form to output the error/success response.

Note to plugin author: $responseOutput is used without a check for empty in scripts.js


Viewing all articles
Browse latest Browse all 5998

Trending Articles