Viewing 4 replies - 1 through 4 (of 4 total)
  • 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

    Thread Starter Metehan Kul

    (@metehan-kul)

    @ov3rfly and others!

    So this is the form, at least what I filled in: https://prntscr.com/9s8p1e

    Please let me know what actions I need to take or what I need to do, to fix this and get it back working again. I tried adding, removing some tags etc. but I lack knowledge so I’m just trying stuff without knowing what I’m doing. Some help from someone with knowledge woth be very helpful and appreciated.

    Best regards,

    Metehan

    Remove the opening and closing form tags, CF7 adds these automatically.

    https://i.imgur.com/wfdcMjU.png

    Thread Starter Metehan Kul

    (@metehan-kul)

    Finally, thank you very much Ov3rfly!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Nothing happens after submitting form’ is closed to new replies.