B12 Form Test
This page tests the native B12 form in isolation. No React complexity, just a direct form submission.
Success! Your form has been submitted. B12 will populate this div with a message.
Error! B12 will populate this div with an error message.
Testing Notes:
- • This is a bare-bones form with all 23 fields
- • It submits to B12's /form endpoint with the correct form-id
- • No React logic, no multi-step UI, no custom handlers
- • If submission succeeds, B12 will populate the green success div above
- • If submission fails, B12 will populate the red error div above
- • Check the browser console and network tab for submission details