Empty Form Start
No prefill data โ all fields empty, user fills manually
Empty Config
โฌ No Prefill Data
FunderialConfig has only customer_ref. No customer object. All fields render empty.
๐ซ No Config At All
Comment out the window.FunderialConfig block below. SDK must not crash. Card renders with "Get Funding".
๐ Partially Missing Fields
Only some fields provided. Missing fields render empty without errors.
๐ข Numeric Config Values
Some values passed as numbers (e.g., amountRequested: 150000). SDK converts them to strings.
- All 14 Step 1 fields render empty and functional
- All 12 Step 2 primary fields render empty, SSN is password type and blank
- Second borrower section hidden by default
- Validation shows errors on all required fields when empty
- Phone auto-formatting works on empty start
๐ก Developer Note: To test "No Config", comment out the window.FunderialConfig script block below and reload.
To test "Partial Config", remove specific fields from the customer object.
To test "Numeric Config", change string values to number types.