Skip to main content

WCAG 3.3.4 — Error Prevention — Legal/Financial Form Has No Confirm/Review

seriousWCAG 3.3.4 · Level AAcms scope

Your legal or financial forms allow users to submit irreversible transactions without a chance to review or confirm their entries. This creates serious problems for people with disabilities who may misunderstand fields or make input errors. Under ADA Title II, government forms that handle legal commitments or financial data must include error prevention mechanisms.

Who Is Affected

Users with cognitive disabilities, motor impairments that cause input errors, vision impairments who may misread form fields, users with attention disorders, and elderly users who may need extra time to review complex forms before submission.

What This Means

When your government website collects information that creates legal obligations or financial transactions (permits, licenses, tax payments, fines, contract submissions), users must have a way to prevent costly mistakes. WCAG requires one of these error prevention mechanisms:

  • Reversible submissions — User can undo the transaction after submitting
  • Data checking — System validates entries and allows corrections before final submission
  • Confirmation step — User reviews all data and explicitly confirms before the transaction processes

Common violations include permit applications that immediately charge fees upon "Submit," business license renewals that can't be corrected after submission, or tax payment forms that process immediately without review.

Fix: CMS / Theme

Most form builders and government CMS platforms can be configured to add confirmation steps system-wide.

Joomla

  1. Go to Components → RSForm Pro (or your form component)
  2. Edit each form that handles legal/financial data
  3. In Form Properties, enable "Confirmation Page"
  4. Configure the confirmation to show all submitted data for review
  5. Add explicit "Confirm and Submit" vs "Go Back and Edit" buttons
  6. Test the complete flow before publishing

WordPress

  1. Install a form plugin that supports multi-step forms (Gravity Forms, WPForms Pro, Formidable Forms)
  2. For existing legal/financial forms, add a "Confirmation Page" step
  3. Configure the confirmation step to display all form data in read-only format
  4. Add clear "Submit Final Application" and "Edit My Responses" options
  5. For payment forms, ensure the actual payment processing happens only after explicit confirmation

Fix: Content Editor

If you manage individual forms through your content management system:

  1. Identify affected forms — Any form that creates legal obligations, processes payments, or submits official applications
  2. Add a review step — Insert a confirmation page before final submission that shows all user entries
  3. Include clear options — Provide both "Confirm and Submit" and "Go Back to Edit" buttons
  4. Add explanatory text — Tell users this is their final chance to review before the submission becomes official
  5. Test the flow — Complete a test submission to ensure the confirmation step works properly

For forms that can't easily add confirmation steps, consider these alternatives:

  • Allow users to save drafts and return later
  • Send email confirmations with correction instructions
  • Provide clear contact information for post-submission corrections

Standard Reference

WCAG 2.1 Success Criterion 3.3.4 — Error Prevention (Legal, Financial, Data), Level AA

For Web pages that cause legal commitments or financial transactions for the user to occur, that modify or delete user-controllable data in data storage systems, or that submit user test responses, at least one of the following is true: submissions are reversible, data is checked and the user can correct it, or a confirmation mechanism is available.

Check if your government website has this issue

OctoComply scans your website and documents for WCAG 2.1 AA violations. The free tier covers up to 10 pages.

Run a Free Scan