Facing Issues in AJAX Form Submission with Gravity Form? Are you using Gravity Form in a custom popup and things getting worse, Ya well, I got stuck into the same problem today but was able to overcome the issue by following the steps below hope this will help you as well.
Step 1:
Check Out the console if you got some error over there.
Step 2:
If you got some gravity form error as follows then continue to read this blog.
Uncaught ReferenceError: gformInitSpinner is not defined
Step 3: Add the following where you have added you js files in functions.php
// gravity_form_enqueue_scripts($form_id, $ajax);
gravity_form_enqueue_scripts(4, true);
Now Cheers !😊
Comments
Post a Comment