If you're still stuck, I can help you dig deeper. Just let me know: Are you seeing a in the console?
| Cause | Why it breaks AJAX | |-------|-------------------| | | GF’s AJAX relies on jQuery. A custom theme/plugin loading an outdated or alternate jQuery version breaks the submission handler. | | 2. JavaScript errors on page | Any JS error (unrelated to GF) stops GF’s AJAX script from executing. | | 3. Missing gform_ajax class | The form container must have class gform_ajax . Missing due to theme’s gform_form_tag filter. | | 4. Form confirmation redirect | AJAX fails if confirmation type is “Redirect” (must be “Text” or “Page”). | | 5. Caching / minify plugins | Minified JS might exclude GF’s AJAX scripts; cached HTML might show non-AJAX version. | | 6. Malformed JSON response | A PHP notice/warning in a custom snippet or plugin corrupts the AJAX response. | gravity forms ajax not working
If you can share or a screenshot of the network response , I can narrow it down further. If you're still stuck, I can help you dig deeper
Example: [gravityform id="1" title="true" description="true" ajax="true"] 3. Conflict Testing (The Golden Rule) If the console is messy, you need to isolate the provider. A custom theme/plugin loading an outdated or alternate