Submit either form below. The catcher script in the <head>
will capture the fields and forward them to your collector. Check the dashboard at
formcatcher.aiims.group/dashboard
to see the data appear.
fetch()Submits a JSON POST to a non-existent endpoint. The network call will fail (that's fine — we're testing capture, not delivery), but the catcher's fetch hook will still record the payload and forward it to the collector.
Tip: open DevTools → Network and filter on collector.php to confirm the
capture POST is firing on each submit.