Registry entry

Florida Online Voter Registration

Register to vote (or update an existing registration record, or request a replacement voter information card) in Florida through the Florida Department of State, Division of Elections' online system at RegisterToVoteFlorida.gov. The wizard first collects an eligibility attestation and identity fields (Florida driver license/ID number and issue date, or the last four digits of a Social Security number, plus name and date of birth); if the Florida Department of Highway Safety and Motor Vehicles (FLHSMV) can verify that identity against its own records, the application is submitted electronically using the applicant's signature already on file with FLHSMV, otherwise the same collected data prefills a printable Florida Voter Registration Application (DS-DE 39) that must be signed and mailed or delivered to the applicant's county Supervisor of Elections. Both branches collect the same underlying field set modelled here (confirmed by exercising both paths live). Does not submit the application and does not perform the FLHSMV identity-verification check itself; the live registertovoteflorida.gov source is always authoritative (see VERIFICATION.md).

Registry entry

us/fl/doe/online-voter-registration

Jurisdiction
United States · Florida (subnational)
Version
1.0.0
Verification
draft

GovSchema spec v0.3

Authoritative source Florida Online Voter Registration System (live wizard, all 3 steps exercised end-to-end with mock data, stopping short of final print/submit); resulting prefilled 'Florida Voter Registration Application Instructions and Form (DS-DE 39, R1S-2.040, F.A.C.)(eff. 04/24/2024)' cross-checked field-by-field against the wizard's own inputs.

Machine access

Registry catalog
registry/index.jsonone record per schema id

Field reference

37 fields across 8 steps, read from the published schema.json — names, types, requiredness, and validation as the document states them. The live government form remains the authoritative source.

Reason for Application

  • reasonForApplication enum required

    The wizard renders these as three independent checkboxes, but only one was ever observed selectable in a coherent application; modelled as a single choice.

    enum: new_registration | record_update_or_change | request_replacement_voter_card

Eligibility

  • usCitizen boolean required

    Only U.S. citizens may register or vote in Florida. If false, the applicant is not eligible and the flow ends.

  • notAFelonAttestation boolean required

    A required affirmation checkbox; the wizard did not allow progress past Step 1 while unchecked. Notice: it is a 3rd-degree felony to submit false information (max penalties $5,000 and/or 5 years).

    classification: sensitive-pii
  • mentalIncapacityAttestation boolean required

    A required affirmation checkbox; the wizard did not allow progress past Step 1 while unchecked.

    classification: sensitive-pii

Personal Identification Information

  • isDLUnavailable boolean optional

    When checked, flDlNumber and dlIssueDate are not requested and the applicant must instead use the paper option and provide ssnLast4 (or check isSSNUnavailable if neither was ever issued).

  • isSSNUnavailable boolean optional

    I have never been issued a social security number.

  • flDlNumber string optional

    Use the most currently issued Florida driver license or Florida identification card number, issued by FLHSMV. Format confirmed live: one letter followed by 12 digits (the wizard's own 'Example — Florida Driver License and Identification Card' popup shows 'D123-456-83-789-0', displayed with separators but stored as 13 characters; the input silently truncated a 14th character typed during this review).

    patternclassification: sensitive-pii
  • dlIssueDate date optional

    Card issued (ISS) date

    classification: pii
  • ssnLast4 string optional

    The last four digits of your Social Security Number

    patternclassification: sensitive-pii
  • lastName string required

    Enter your name EXACTLY as it appears on your FL DL/ID card with the most recent issue date. If you only have one name, use this field.

    length: 1–50classification: pii
  • firstName string optional

    Labelled '(If applicable)' — left blank by an applicant who has only one name (recorded in lastName).

    length: 0–50classification: pii
  • middleName string optional

    Middle Name

    length: 0–50classification: pii
  • nameSuffix enum optional

    Suffix

    enum: 11 values
  • dateOfBirth date required

    Date of Birth (DOB)

    classification: sensitive-pii