Form fixture
- Input
- test form → required identifier field
- Expected output
- U.S. driver license → plausible synthetic value
Use it when a form needs to accept U.S. driver license without depending on real data.
U.S. driver license in privacy-first sandboxes
This page focuses on using synthetic U.S. driver license in test scenarios. The goal is plausible data without touching real identifiers or implying official validation.
Use it when a form needs to accept U.S. driver license without depending on real data.
The local rule covers explicit state patterns for CA, FL, NY and TX; it does not cover official lookup or registry existence.
No. States issue their own licenses and patterns vary.
No. It is a test value with plausible format or digits, without lookup in official databases.
there is no single national pattern; the number does not query a DMV or prove driving authorization.
Generate the value in the browser, do not store it in URLs or logs, and ensure analytics receives only action metadata, never the identifier.
Generation happens locally in the browser. Analytics receives only action, status, type and format — never the generated number.