Form QA Checker
Pricing
from $15.00 / 1,000 browser page checkeds
Form QA Checker
Inspect web forms for labels, required fields, validation hints, broken submission indicators, and accessibility risks.
Form QA Checker
Pricing
from $15.00 / 1,000 browser page checkeds
Inspect web forms for labels, required fields, validation hints, broken submission indicators, and accessibility risks.
Records, snapshots, or source observations to process. Defaults to a tiny deterministic fixture.
[ { "sourceId": "form-good", "sourceUrl": "https://example.com/quote", "title": "Quote form QA pass", "description": "Form includes labels, required hints, and submit action.", "category": "form qa", "keywords": [], "metadata": { "html": "<form><label for=\"name\">Name</label><input id=\"name\" required><label for=\"email\">Email</label><input id=\"email\" type=\"email\" required><button type=\"submit\">Send</button></form>" } }, { "sourceId": "form-risk", "sourceUrl": "https://example.com/signup", "title": "Signup form missing basics", "description": "Form has unlabeled input and no submit button.", "category": "form qa", "keywords": [ "unlabeled input" ], "metadata": { "html": "<form><input placeholder=\"Email\"></form>" } }]Optional URLs reserved for live fetching when Fetch URLs is true.
[]Render each URL in Chromium before form analysis. Default is false for deterministic fixture runs.
Timeout for each browser navigation.
Capture one full-page PNG per rendered URL after the screenshot PPE charge succeeds.
Keywords or topics used to flag relevant records.
[ "unlabeled input", "missing validation", "broken submission"]Write JSON and Markdown report artifacts to the key-value store.
Maximum records to process in one run.
Maximum searchable text bytes per record.
Validate input and write a dry-run summary without PPE charges or dataset output.