Ajax submission
Overview
Use AJAX submission to submit forms without a full page refresh. This keeps users on the same page and gives a smoother experience.
Form types covered
Validate AJAX submission for all form types you use:
Setup checklist
- Open your page in the Divi 5 Visual Builder.
- Select the Form module and enable AJAX submission in form settings.
- Save and test each active form type from the front end.
- Confirm success/error notices render correctly without reloading the page.
Verify it works
- The page does not refresh on submit.
- Success or error message appears in place.
- Redirect rules still work if enabled.
- Submission data still reaches email/database/webhooks when those are configured.
What's Next
- Configure Email notification for admin alerts.
- Configure Email confirmation for user-facing replies.
- Continue with Webhooks if external systems need submission data.