Use this page only if a Chosen Technology team member has directed you here — for example, as part of contractor onboarding, background check authorization, or credential verification.
READ BEFORE BUILDING THIS OUT
This page is a visual mockup only — it does not currently transmit or store anything securely, and it should not go live as-is. Collecting SSNs, dates of birth, driver's license numbers, or certification documents carries real legal exposure: most states (including Minnesota) impose specific data-security and breach-notification obligations on businesses that collect this kind of information, and getting it wrong can mean liability well beyond a normal data leak. A static form on a website is not a safe place to collect this data, even over HTTPS, because HTTPS only protects data in transit — it does nothing for how the data is stored, who can access it, or how long it's retained.
RECOMMENDED PATH
Before wiring this form to anything, talk to a lawyer about your specific obligations, and strongly consider routing this data through a purpose-built vendor instead of custom infrastructure — a background-check platform (e.g. Checkr, HireRight) for SSN/DOB/DL verification, or a dedicated secure document portal with encryption at rest, role-based access, and audit logging. Those vendors have already solved the compliance problem; a homemade form and database means you're taking that liability on yourself. I'm not a lawyer — this is general information, not legal advice.