
FetchIt
Lightweight AJAX form submission in MODX via the Fetch API on top of FormIt or a custom snippet


MODX Revolution component: submit HTML forms through the Fetch API without a page reload. By default it drives FormIt. You can plug in your own snippet instead.
FormIt alone answers with a normal POST and a full reload. FetchIt keeps FormIt (or your code) on the server and adds a client layer: FormData, a JSON response, field errors, optional toasts, and events.
AjaxForm covers a similar job. The server side is close. On the front end FetchIt differs:
defer;fetchit.frontend.default.notifier).Via Package Manager:
Or build a transport package from GitHub.
Next: Quick start.