• Resolved tomvtzand

    (@tomvtzand)


    Hey Guys,

    I’m working with this plugin and contactform7 and the service to my crm (suitecrm) works as a charm. the only problem is that there is no feedback to the user of the form after hitting submit.

    Without the 3rd party plugin there is a message like your submission is send succesful, with the plugin there are no submit messages.

    Any know how to fix this?

    Thanks,

    Tom

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author zaus

    (@zaus)

    Sounds like a JavaScript error caused by something breaking the ajax response. Hit F12 to open the web debugger, then choose the “network” tab. Submit your form, there should be a red entry appearing in the list. Select it to see the response (might be called “preview” in chrome) and see if it says anything understandable. Could also check the “console” tab to see what it says about JavaScript errors.

    Usually this means there’s a server-side conflict, might also need to turn on wp_debug to find the real reason.

    Thread Starter tomvtzand

    (@tomvtzand)

    Hey Zaus,

    Thanks for the reply.
    When I turn on f12 I see my confirmation message in the network tab.
    Under console I see something about: JQMIGRATE: Migrate is installed, version 1.4.0

    no error or anything..
    The onlything that looks odd to me is in the resource tab
    <div class=”wpcf7-response-output wpcf7-display-none”></div></form></div>

    where it looks like the output is set to display none..

    I’m starting with the wp-debug now..

    Thread Starter tomvtzand

    (@tomvtzand)

    Still don’t know the problem, but created a whole new form with new tags and it works again.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Not showing messages’ is closed to new replies.