rpb1001
Member
Posted 2 years ago #
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
rpb1001
Member
Posted 2 years ago #
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
Member
Posted 2 years ago #
I had this problem. You need to make sure you have the following in your footer.php file:
<?php wp_footer(); ?>
Hope this helps
youghalonline
Member
Posted 1 year ago #
@baronmunchowsen thanks for the tip <?php wp_footer(); ?>
I didn't have this in my footer.php file custom theme... ajax works fine now :)