Skip to main content

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

  1. Open your page in the Visual Builder.
  2. Select the Form module and enable AJAX submission in form settings.
  3. Save and test each active form type from the front end.
  4. 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