Viewing 5 replies - 1 through 5 (of 5 total)
  • What do you mean by “message feedback”?

    Thread Starter withinboredom

    (@withinboredom)

    Things like: “Your message was successfully sent” etc.

    Can you replicate the problem using the default Twenty Fourteen theme with all other plugins deactivated?

    Thread Starter withinboredom

    (@withinboredom)

    No, it wasn’t replicated in the standard theme, but still a plugin issue.

    I went through the js code, I noticed it calls
    $form.find("div.wpcf7-response-output");

    However, for some reason, the shortcode has output the response outside of the form. The output is showing the structure:

    <div class="wpcf7">
      <form></form>
    </div>
    <div class="formItem">
      <div class="div.wpcf7-response-output">
      </div>
    </div>
    Thread Starter withinboredom

    (@withinboredom)

    Ah, there was a stray </div> hiding in the template. No bug to report!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Messages aren't showing’ is closed to new replies.