• What are the criteria for AJAX / JQUERY submission to work? I have a very simple home grown template and this doesn’t work well.

    Is it simply a case of adding <script … > references to the jquery.form.js file?

    Thanks for any clarification you can give.

    Rich

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter rpb1001

    (@rpb1001)

    OK – ignore this – going to use a template made by someone who knows what they are doing! Problem is with some wordpress call I am missing.

    baronmunchowsen

    (@baronmunchowsen)

    I had this problem. You need to make sure you have the following in your footer.php file:

    <?php wp_footer(); ?>

    Hope this helps

    @baronmunchowsen thanks for the tip <?php wp_footer(); ?>
    I didn’t have this in my footer.php file custom theme… ajax works fine now ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: Contact Form 7] NO AJAX’ is closed to new replies.