An inaccessible form is not a slightly worse form. For someone using a screen reader, a PDF with untagged fields and no tooltips is a sequence of unlabelled boxes — the equivalent of being handed a page where every question has been blacked out but the answer lines remain. There is no partial version of that experience. The document either works or it does not.

For a growing number of organisations this has also stopped being a matter of goodwill. Government bodies, publicly funded healthcare providers, educational institutions and the suppliers who serve them now face specific technical standards with dates attached. Forms are the hardest part of any document accessibility programme, because a form has to be navigable, labelled, operable by keyboard and comprehensible when read aloud — not merely legible.

This guide covers what actually makes a fillable PDF form accessible, where the current requirements sit, the mistakes that fail an audit, and how to test properly. It is written for people who have to produce compliant documents, not for lawyers — treat the regulatory summary as orientation and confirm the specifics that apply to your organisation.

Where the Requirements Currently Sit

Rules differ by country, sector and funding source. The summary below reflects the position as at July 2026 and dates in this area have already moved once, so verify before relying on any of it.

United States — Section 508

Section 508 of the Rehabilitation Act applies to federal agencies and, in practice, to vendors supplying them. The 2017 refresh aligned its technical requirements with WCAG Level AA, which is why federal procurement documentation routinely asks suppliers to describe conformance. If you sell to a federal agency, the accessibility of the documents you deliver is part of what you are selling.

United States — ADA Title II

The Department of Justice's 2024 final rule adopted WCAG 2.1 Level AA as the technical standard for web content and mobile applications of state and local government entities. In April 2026 the DOJ issued an interim final rule extending the compliance dates by one year: entities serving populations of 50,000 or more now have until 26 April 2027, and smaller entities and special district governments until 26 April 2028. The standard itself did not change, and the extension does not suspend the underlying non-discrimination obligations.

United States — HHS Section 504

Recipients of HHS federal financial assistance — hospitals, clinics, community health centres and many others — fall under a parallel Section 504 rule adopted in 2024. In May 2026 HHS issued an interim final rule extending its web and mobile accessibility deadlines by one year: recipients with 15 or more employees now have until 11 May 2027, and those with fewer than 15 employees until 10 May 2028. As with the DOJ extension, only the technical conformance dates moved.

Outside the United States

The European Accessibility Act applies to a range of products and services in EU member states, with EN 301 549 as the reference standard for public procurement. The UK has public sector accessibility regulations built on WCAG. Canada has the Accessible Canada Act federally and provincial regimes such as Ontario's AODA. Australia's Disability Discrimination Act underpins WCAG-based government guidance. The technical target is broadly consistent — WCAG Level AA — even where the legal instrument differs.

PDF/UA — the PDF-specific standard

PDF/UA (ISO 14289) defines what an accessible PDF file must contain structurally. WCAG describes outcomes; PDF/UA describes how a PDF achieves them. Most well-built accessible PDFs satisfy both, and procurement documents increasingly reference PDF/UA by name.

Worth being clear about
None of this is legal advice. Which standard binds your organisation depends on your country, sector, size and funding, so confirm the specifics with whoever owns compliance where you work.

What Actually Makes a PDF Form Accessible

Tags and reading order

A tagged PDF carries an invisible structural tree describing what each element is — heading, paragraph, list, table, form field — and the order in which they should be read. Without tags, assistive technology guesses from visual position, which fails immediately on two-column layouts and boxed sections. Tagging is the foundation; almost everything else depends on it being right.

Tooltips are the field's accessible name

This is the single most important form-specific requirement, and the most commonly missed. A visual label sitting beside a field is not connected to it in any way a screen reader can use. The field's tooltip is what gets announced. A field with no tooltip is announced as an unlabelled edit box.

Write tooltips as the question, not as an internal name. “Date of birth, format DD/MM/YYYY” is useful. “txt_dob_2” is not. Where a field is part of a group — the second line of an address, for example — the tooltip should carry enough context to make sense when heard alone, because it will be.

Tab order must match the visual order

Keyboard navigation is the primary route for many users, and PDF fields inherit tab order from the sequence in which they were created rather than from their position on the page. On any edited or multi-column form this needs correcting explicitly. An incorrect tab order does not merely feel untidy to a keyboard user — it can make a section unreachable in practice.

Group related radio buttons

Radio buttons that belong to one question must share a field name so they are announced as a single question with several options, and so that selecting one deselects the others. Built individually, they are read as a series of unrelated checkboxes and the underlying question disappears entirely.

Required fields and error messages

Mark required status in the field properties so it is announced, and state the requirement in the tooltip as well. Never rely on a red asterisk or a red border alone — colour is not available to every user. The same applies to validation messages: an error must be conveyed as text that describes the problem and the expected format, not as a colour change.

Contrast and visual design

Field borders, label text, entered text and background tints all need sufficient contrast. Light grey placeholder-style text on a pale tint is a common failure. Entered text should be a normal readable size rather than auto-shrinking to fit, since a field that shrinks type to six points is inaccessible in a plainer sense than any standard describes.

Document properties

Set the document title and configure the file to display that title rather than the filename. Set the document language so screen readers pronounce content correctly, and mark any passages in another language. These take a minute and are checked by every automated tool.

Tables, images and decoration

Data tables need header cells identified so a screen reader can announce which column a value belongs to. Images that carry meaning need alternative text; purely decorative graphics should be marked as artefacts so they are skipped rather than announced as unidentified images.

The Mistakes That Fail an Audit

MistakeWhat the user experiencesFix
No tooltips on fields“Edit box” with no indication of the questionWrite a descriptive tooltip for every field
Untagged documentStructure guessed from layout; sections read out of orderTag the document and correct the reading order
Tab order left at creation orderFocus jumps unpredictably; fields become unreachableSet tab order to match visual order per page
Radio buttons built separatelyOptions read as unrelated; question lostGive grouped options a shared field name
Required status shown only in redRequirement invisible to screen reader usersSet required in properties and state it in the tooltip
Scanned image of a formNothing to read at allRebuild as a real tagged document with live fields
Decorative graphics untaggedMeaningless images announced repeatedlyMark as artefacts
Auto-sizing field textAnswers shrink to illegible sizesFix font size; allow scrolling instead

Several of these overlap with general build quality — which is why an accessible form is usually a better form for everyone. The wider set is covered in PDF form design best practices.

Testing: Automated Checks Are Not Enough

What automated checkers do and do not catch

Automated accessibility checkers verify what can be verified mechanically: whether tags exist, whether a language is set, whether fields have tooltips, whether images have alternative text. They cannot judge whether a tooltip is meaningful, whether the reading order makes sense, or whether alternative text describes what the image actually conveys. A file can pass every automated check and still be unusable.

Manual testing that matters

  1. Navigate the entire form using only the keyboard — Tab, Shift+Tab, arrow keys, Space and Enter.
  2. Confirm the focus indicator is always visible and never lost.
  3. Read the form with a screen reader and check each field is announced as a comprehensible question.
  4. Confirm grouped options are announced as one question with several choices.
  5. Trigger a validation error and confirm it is announced as text.
  6. Check the reading order follows the visual layout, especially across columns.
  7. Verify contrast on borders, labels and entered text.
  8. Test in more than one reader, since behaviour varies.

Testing with actual users

Where the stakes justify it — a public-facing government form, a patient-facing consent document — testing with people who use assistive technology daily finds problems no checklist anticipates. It is also the only way to know whether a form is merely conformant or genuinely usable.

Remediate or Rebuild?

Source documentRealistic approachWhy
Well-structured file with stylesRemediateStructure exists; tagging largely derives from it
Manually formatted documentRebuild the source, then exportFixing tags on a badly structured file is slower than starting again
Scanned or image-only PDFRebuild entirelyThere is no text or structure to tag
Form used every yearRebuild once, properlyAccessibility carries forward to every future version

The economics usually favour building accessibility in at the source. Retrofitting is possible but consistently costs more than doing it correctly the first time, and the result is more fragile.

Sector Notes

Government and public bodies

Public-facing forms — permits, applications, payments, benefits — are the highest priority because they are the documents residents cannot avoid. They also have the widest possible audience, which means assuming the least capable viewer and the widest range of assistive technology.

Healthcare

Patient-facing intake and consent forms carry both an accessibility obligation and a practical one: these documents are completed by people who are unwell, elderly or anxious. The design decisions that satisfy a standard are the same ones that reduce completion errors.

Education

Admission forms, enrolment packs and published policies are typically in scope, and institutions often have both a legal obligation and a student body that includes disabled applicants. See the guide to fillable PDF forms for schools and universities for the wider context.

Suppliers and contractors

If you sell to any of the above, expect accessibility questions in procurement. Being able to state plainly that your documents are tagged, tested and conformant is increasingly a qualifying criterion rather than a differentiator.

An Accessibility Checklist for Any Form

  1. Document is tagged with a correct reading order.
  2. Every field has a descriptive tooltip written as a question.
  3. Tab order matches visual order on every page.
  4. Related options share a field name and are announced as one question.
  5. Required status is set in properties, not signalled by colour alone.
  6. Error messages are conveyed as descriptive text.
  7. Contrast is sufficient on borders, labels and entered text.
  8. Document title and language are set correctly.
  9. Data tables have headers identified; decorative images are artefacts.
  10. Tested by keyboard and screen reader, not only an automated checker.

Which Solution Fits Your Needs?

Your needBest solution
Build an accessible interactive formFillable PDF Forms
Design an accessible layout from scratchPDF Form Design
Add calculations to an accessible formInteractive PDF Forms
Remediate existing published PDFsPDF Editing
Rebuild a scanned form as a real documentScanned PDF Editing
Create a properly structured source documentMicrosoft Word Formatting
Collect responses on an accessible platformGoogle Forms / Microsoft Forms
Complex online workflowsJotform
Accessible data tables and reportsExcel Templates
Readable, high-contrast document designGraphic Design

Why Choose SBTEXMEDIA?

  • Fast delivery — most forms built and tested within 24 to 48 hours.
  • Secure document handling — files handled privately and deleted on request.
  • Fillable PDF experts — tagging, tooltips, tab order and grouped controls handled properly.
  • Professional PDF editing — existing layouts preserved while structure is corrected.
  • Business form specialists — government, healthcare, education, HR and legal experience.
  • Unlimited revisions — refinement until the form passes your own testing.
  • Worldwide clients — regular work with US, UK, Canadian and Australian organisations.
  • Affordable pricing — fixed per-document quotes agreed before work begins.
Need professional help?
Send the form along with the standard you have been asked to meet — Section 508, WCAG 2.1 AA, PDF/UA or a procurement specification. You will get an assessment of whether remediation or a rebuild is the sensible route, a fixed quote and a delivery date before any work starts. Request a free quote.

Summary

Accessible fillable PDF forms come down to a handful of things done consistently: tag the document and get the reading order right, give every field a tooltip written as a question, set tab order to match the visual layout, group related options under one field name, convey required status and errors as text rather than colour, keep contrast adequate, and set the document title and language.

Then test properly. Automated checkers confirm that tags and tooltips exist; only keyboard navigation and a screen reader reveal whether the form can actually be completed. Where a document is badly structured or scanned, rebuilding is usually faster and always more durable than remediation.

The compliance deadlines in the United States moved out by a year in spring 2026, which is useful breathing room and nothing more — the underlying obligations did not move, and the work takes longer than most organisations expect. Forms are the hardest documents to make accessible, so they are the right place to start rather than the thing to leave until last.

Frequently Asked Questions

A tagged document with a correct reading order, a descriptive tooltip on every field so screen readers announce a meaningful question, tab order matching the visual layout, related options grouped under a shared field name, required status and errors conveyed as text rather than colour, adequate contrast, and correctly set document title and language.
Because a visual label sitting next to a field is not connected to it in any way assistive technology can use. The tooltip is what a screen reader announces as the field's name. Without one, the field is announced as an unlabelled edit box and the question effectively disappears.
WCAG describes accessibility outcomes for digital content. Section 508 is US federal procurement law that adopts WCAG Level AA as its technical requirement. PDF/UA (ISO 14289) is the PDF-specific standard describing how a PDF file must be structured to achieve those outcomes. Well-built accessible PDFs generally satisfy both WCAG and PDF/UA.
As at July 2026, ADA Title II entities serving populations of 50,000 or more have until 26 April 2027 and smaller entities until 26 April 2028, following a one-year extension issued in April 2026. HHS-funded recipients with 15 or more employees have until 11 May 2027 and smaller recipients until 10 May 2028, following a separate extension in May 2026. Underlying non-discrimination obligations already apply. Confirm what applies to your organisation, as dates in this area have already changed once.
No. Automated checkers verify what can be tested mechanically — whether tags exist, whether fields have tooltips, whether a language is set. They cannot judge whether a tooltip is meaningful, whether reading order makes sense, or whether alternative text describes what an image conveys. A file can pass every automated check and still be unusable.
Not by remediation alone. A scanned form is an image with no text or structure to tag, so it must be rebuilt as a real document with live text and interactive fields. This is one of the clearest cases where rebuilding is faster and more durable than attempting to retrofit.
Usually very little. Most requirements are structural and invisible — tags, tooltips, tab order, field grouping. The visible changes are typically improvements anyway: adequate contrast, readable field text, and required fields marked with something other than colour alone.
Building accessibility into a new form adds relatively little to a normal build, typically completed within 24 to 48 hours. Remediating an existing document depends heavily on how well it was structured originally; a poorly structured or scanned form is usually faster to rebuild than to repair.
BK

Bayazid Kajol

Founder of SBTEXMEDIA

Bayazid Kajol is a document specialist and the founder of SBTEXMEDIA, working with businesses, HR departments, schools, hospitals, consultants, legal firms, NGOs and government organisations on professional PDF editing, fillable PDF forms, interactive PDF form design and Microsoft Office document formatting. Every guide on this blog comes out of real client projects rather than theory. Get in touch if you have a document that needs fixing properly.