Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.DLandmark StructureAction4 landmarksFIX
Screen reader users cannot quickly navigate to the primary content. Wrap your main content in <main>.
Without a <main> landmark, screen-reader users can't skip past the navigation to the page content — every page starts with re-reading the menu.
Learn more ▾ ▴
The <main> element marks the page's primary content area. Assistive tech offers a 'jump to main' shortcut — but only if <main> exists. Without it, every page navigation forces re-reading the header. Wrap your primary content in a single <main>.
Source: WAI-ARIA / WCAG 2.4.1
Add a skip link as the first focusable element so keyboard users can bypass repeated navigation.
Without a skip-nav link, keyboard users tab through every nav item before reaching content — every page, every visit.
Learn more ▾ ▴
WCAG 2.4.1 (Bypass Blocks) requires a mechanism to skip past repeated content. The standard implementation is a 'Skip to main content' link that's the first focusable element, visually hidden until focused. Three lines of HTML + four of CSS.
Source: WCAG 2.1 SC 2.4.1
DForm AccessibilityAction4 of 13 controls have issuesFIX
| Control | Type | Label | Method |
|---|---|---|---|
| #osano-cm-dialog-toggle--category_MARKETING | checkbox | none | |
| #osano-cm-dialog-toggle--category_PERSONALIZATION | checkbox | none | |
| #osano-cm-dialog-toggle--category_ANALYTICS | checkbox | none | |
| #firstname-1877169c-26b5-4239-8a75-018a635a1053 | text | First name* | for/id |
| #lastname-1877169c-26b5-4239-8a75-018a635a1053 | text | Last name* | for/id |
| #email-1877169c-26b5-4239-8a75-018a635a1053 | Email* | for/id | |
| #company-1877169c-26b5-4239-8a75-018a635a1053 | text | Company name* | for/id |
| #customer_survey_company_size__c-1877169c-26b5-4239-8a75-018a635a1053 | select | Company Size* | for/id |
| #what_can_we_help_you_with_today_-1877169c-26b5-4239-8a75-018a635a1053 | select | What can we help you with today?* | for/id |
| #search-2 | search | (Search) | placeholder only |
| input | submit | (none) | none |
| #g-recaptcha-response | textarea | (none) | none |
| input | submit | (none) | none |
Form controls need a <label>, aria-label, or aria-labelledby for screen readers.
<input type="submit">; <textarea name="g-recaptcha-response" id="g-recaptcha-response">; <input type="submit">
Form controls without labels — assistive tech announces 'edit text' with no context; users can't complete forms.
Source: WCAG 2.1 SC 3.3.2
Placeholder text disappears on focus and is not a reliable label.
<input type="search" name="query" id="search-2">
Placeholder-only labels disappear when the user starts typing — they must remember what the field was for.
Learn more ▾ ▴
Placeholders are NOT labels. They vanish on input, fail color contrast checks (most are gray), and don't satisfy WCAG SC 3.3.2. Always use a real <label> alongside (or aria-labelledby).
Source: WCAG 2.1 SC 3.3.2 / Nielsen Norman
DLink & Button QualityAction3 issue(s) across 122 links and 8 buttonsFIX
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| https://www.formstack.com/legal/website-… | Privacy Policy | new tab | Add '(opens in new tab)' to text |
| /products/online-forms | FormsEnhance data collection t… | img no alt | Add alt attribute to the image |
| /products/documents | DocumentsAutomate revenue-gene… | img no alt | Add alt attribute to the image |
| /products/sign | SignCollect digital signatures… | img no alt | Add alt attribute to the image |
| https://www.intellistack.com/?__hstc=814… | Intellistack StreamlineMarket-… | new tab | Add '(opens in new tab)' to text |
| /products/suite | SuiteFormstack’s all-in-one … | img no alt | Add alt attribute to the image |
| /isv-partner | Formstack for Software Product… | img no alt | Add alt attribute to the image |
| /contact-sales | Talk to SalesWe'll help you ch… | img no alt | Add alt attribute to the image |
| /products/forms-for-salesforce | Forms for SalesforceSecurely c… | img no alt | Add alt attribute to the image |
| /products/documents-for-salesforce | Documents for SalesforceRobust… | img no alt | Add alt attribute to the image |
| https://www.formstack.com/industry/healt… | Healthcare | img no alt | Add alt attribute to the image |
| https://www.formstack.com/solutions/pati… | Patient Onboarding | img no alt | Add alt attribute to the image |
| https://www.formstack.com/solutions/hipa… | HIPAA Data Security | img no alt | Add alt attribute to the image |
| https://www.formstack.com/solutions/heal… | Healthcare Marketing | img no alt | Add alt attribute to the image |
| https://www.formstack.com/industry/finan… | Financial Services | img no alt | Add alt attribute to the image |
| https://www.formstack.com/solutions/clai… | Claims & Reports | img no alt | Add alt attribute to the image |
| https://www.formstack.com/solutions/sale… | Salesforce Automation | img no alt | Add alt attribute to the image |
| https://www.formstack.com/solutions/elec… | Esignatures | img no alt | Add alt attribute to the image |
| https://www.formstack.com/industry/highe… | Education | img no alt | Add alt attribute to the image |
| https://www.formstack.com/solutions/stud… | Student Engagement | img no alt | Add alt attribute to the image |
| https://www.formstack.com/solutions/pros… | Prospective Students | img no alt | Add alt attribute to the image |
| https://www.formstack.com/solutions/alum… | Alumni Experiences | img no alt | Add alt attribute to the image |
| https://www.formstack.com/industry/softw… | Software | img no alt | Add alt attribute to the image |
| https://www.formstack.com/solutions/empl… | Employee Onboarding | img no alt | Add alt attribute to the image |
| https://www.formstack.com/use-case/lead-… | Lead Generation | img no alt | Add alt attribute to the image |
| https://www.formstack.com/solutions/cust… | Customer Surveys | img no alt | Add alt attribute to the image |
| /customer-story/modernize-the-patient-co… | HealthcareModernize the patien… | img no alt | Add alt attribute to the image |
| /contact-sales | Ready to Get Started? Talk to … | img no alt | Add alt attribute to the image |
| https://www.formstack.com/customer-stori… | See All Customer Stories | img no alt | Add alt attribute to the image |
| https://www.formstack.com/integrations/s… | Salesforce | img no alt | Add alt attribute to the image |
| https://www.formstack.com/integrations/a… | Amazon S3 | img no alt | Add alt attribute to the image |
| https://www.formstack.com/integrations/p… | Paypal | img no alt | Add alt attribute to the image |
| https://www.formstack.com/integrations/s… | Stripe | img no alt | Add alt attribute to the image |
| https://www.formstack.com/integrations/h… | HubSpot | img no alt | Add alt attribute to the image |
| https://www.formstack.com/integrations/a… | Airtable | img no alt | Add alt attribute to the image |
| https://www.formstack.com/integrations/d… | Microsoft | img no alt | Add alt attribute to the image |
| https://help.formstack.com/?_gl=1*z1le7m… | Help Center & SupportSearch ou… | new tab | Add '(opens in new tab)' to text |
| https://academy.intellistack.com/trainin… | Formstack AcademyAccess course… | new tab | Add '(opens in new tab)' to text |
| https://roadmap.formstack.com/tabs/31-re… | Release NotesFind information … | new tab | Add '(opens in new tab)' to text |
| https://www.intellistack.com/resources/e… | Events & WebinarsExplore the l… | new tab | Add '(opens in new tab)' to text |
| /pricing | Start a free 14-day trialTry F… | img no alt | Add alt attribute to the image |
| https://www.formstack.com/contact-sales | See Formstack in actionRequest… | img no alt | Add alt attribute to the image |
| https://www.formstack.com/contact-sales | Talk with our Sales TeamContac… | img no alt | Add alt attribute to the image |
| https://academy.intellistack.com/pages/t… | Formstack AcademyExplore now | new tab | Add '(opens in new tab)' to text |
| https://www.facebook.com/Formstack | Facebook Icon | new tab | Add '(opens in new tab)' to text |
| https://www.linkedin.com/company/formsta… | LinkedIn icon | new tab | Add '(opens in new tab)' to text |
| https://www.youtube.com/user/FormStack | Youtube icon | new tab | Add '(opens in new tab)' to text |
| https://help.formstack.com/ | Help Center | new tab | Add '(opens in new tab)' to text |
| https://roadmap.formstack.com/tabs/31-re… | Release Notes | new tab | Add '(opens in new tab)' to text |
| https://developers.formstack.com/referen… | Developers and API | new tab | Add '(opens in new tab)' to text |
| https://www.webmerge.me/developers | Documents API | new tab | Add '(opens in new tab)' to text |
| https://www.formstackstatus.com/ | System Status | new tab | Add '(opens in new tab)' to text |
| https://www.intellistack.com/about?__hst… | About Us | new tab | Add '(opens in new tab)' to text |
| https://www.intellistack.com/careers?__h… | Careers | new tab | Add '(opens in new tab)' to text |
| https://www.intellistack.com/security?__… | Security | new tab | Add '(opens in new tab)' to text |
| https://www.intellistack.com/ccpa?__hstc… | CCPA | new tab | Add '(opens in new tab)' to text |
| https://www.intellistack.com/legal?__hst… | Legal | new tab | Add '(opens in new tab)' to text |
| https://trust.intellistack.com/?__hstc=8… | Trust Center | new tab | Add '(opens in new tab)' to text |
| # | (empty) | empty | Add link text or aria-label |
| https://formstack.io/B3E55 | click here | generic text | Replace with descriptive text |
Before: click here Suggested: B3e55 | |||
| <input> | (empty) | empty | Add button text or aria-label |
Links without text are announced as raw URLs by screen readers.
#
Links with no accessible text (empty <a></a>, image-only no alt, icon-only no aria-label) are unidentifiable to screen readers.
Source: WCAG 2.1 SC 2.4.4
Generic link text like 'click here' doesn't describe the destination.
https://formstack.io/B3E55 ("click here")
Generic anchor text ('click here', 'read more', 'learn more') tells screen readers and search engines nothing about the destination.
Learn more ▾ ▴
Out-of-context lists of links read by AT (one navigation pattern) become useless when every link says 'click here'. Use the destination's title or topic as anchor text. Doubles as SEO win — Google passes anchor-text relevance to the destination.
Source: WCAG 2.4.4 / Google Search Central
Image-only links need alt text on the image (or aria-label on the link) so screen readers can announce them.
a[href="/products/online-forms"]; a[href="/products/documents"]; a[href="/products/sign"]; a[href="https://www.intellistack.com/?__hstc=81470344.c756fa9167aff50c58bed82a8dfbfda…"]; a[href="/products/suite"]; a[href="/isv-partner"]; a#productNavCTA; a[href="/products/forms-for-salesforce"]; a[href="/products/documents-for-salesforce"]; a[href="https://www.formstack.com/industry/healthcare"] (+29 more)
Image-only links with no alt are unidentifiable to screen-reader users — link's destination is invisible.
Source: WCAG 2.1 SC 2.4.4
Add '(opens in new tab)' to link text or aria-label.
https://www.formstack.com/legal/website-privacy-policy; https://help.formstack.com/?_gl=1*z1le7m*_ga*MjAyNjA2MzcyOC4xNjgwMDIwMzE2*_ga…; https://academy.intellistack.com/trainings?__hstc=81470344.c756fa9167aff50c58…; https://roadmap.formstack.com/tabs/31-release-notes; https://www.intellistack.com/resources/events?__hstc=81470344.c756fa9167aff50…; https://www.facebook.com/Formstack; https://www.linkedin.com/company/formstack/; https://www.youtube.com/user/FormStack; https://help.formstack.com/; https://roadmap.formstack.com/tabs/31-release-notes (+9 more)
Links with target="_blank" without rel="noopener" leak the originating page's window context — security and UX issue.
Learn more ▾ ▴
Without rel="noopener", the new tab can navigate the original tab via window.opener (tab-nabbing attack). Modern browsers default to noopener for target=_blank but only since recent versions. Always set rel="noopener noreferrer" explicitly.
Source: MDN target / OWASP
Icon-only buttons need an aria-label so screen readers can announce them.
input[type="submit"].search-button-drop-down (#492 on page)
Buttons with no accessible text (icon-only, no aria-label) can't be activated by voice control or understood by screen readers.
Source: WCAG 2.1 SC 4.1.2
FFavicon & BrandingAction2 icon(s) detectedFIX
FWeb ManifestActionValid manifestFIX
DDark Mode SupportActionNo dark mode signalsFIX
Detection limited to meta tags and inline styles.
DPrint StylesheetActionNo print stylesFIX
C404 Error PageActionHTTP 404, custom pageREVIEW
AHeading Hierarchy20 headingsPASS
- H3 Modernize the patient consent process with Formstack and Welnfuse
- H1 Forms, Docs, and Sign.Designed to Work Together.
- H1 Build Smarter Forms. Create Better Documents. Capture Every Signature. duplicate H1
- H1 Simplify everything from Data Capture to Signature. duplicate H1
- H1 Forms, Docs, and Sign. Designed to Work Together. duplicate H1
- H1 Progress Shouldn’t Wait on Paperwork. duplicate H1
- H2 Save hours with the world's easiest-to-use forms builder.
- H3 Foster rapid innovation
- H3 Seamless system integration
- H3 Maintain clean data
- H3 We go beyond forms
- H2 Get up and running in minutes
- H3 Start a free 14-day trial
- H3 See Formstack in action
- H3 Talk with our Sales Team
- H3 Formstack Academy
- H2 Integrate Formstack with your business tools
- H2 Partner with Formstack
- H2 Take control of your data with Formstack
- H2 Talk to Sales
A page should have only one H1. Multiple H1s dilute the document outline.
Multiple H1s blur the page's primary topic — screen-reader users and Google both prefer one H1.
Learn more ▾ ▴
HTML5's outline algorithm technically allows multiple H1s within sectioning content, but no browser implements it. In practice: one H1 per page. Use H2-H6 for subsections.
Source: WCAG 2.4.6 / Google Search Central
AAlt Text Quality1 of 107 images have issuesPASS
| Issue | Count |
|---|---|
| missing | 1 image(s) |
| too long | 1 image(s) |
Images without alt text are invisible to screen readers.
Each image without alt text is a WCAG 1.1.1 failure — invisible to screen-reader users, lost from Google Image Search.
Learn more ▾ ▴
WCAG 2.1 Level A requires text alternatives for non-decorative images. Empty alt='' is fine for decorative; meaningful images need descriptive text. Common fixes: CMS audit + bulk add, build-time linter (alt-text-required ESLint rule), CI gate on Lighthouse a11y score.
Source: WCAG 2.1 SC 1.1.1 / WebAIM Million Report
A+Color Contrast (Screenshot)20 text elements analyzed, 0 fail WCAG AAPASS
Analyzes text contrast against the actual rendered page, including background images, gradients, and overlays that CSS-based tools cannot detect.
Show all checked elements (20)
| Element | Ratio | Required | FG | BG | Result |
|---|---|---|---|---|---|
| h1 Forms, Docs, a… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h1 Build Smarter Forms.… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h1 Capture Every Signat… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h1 Simplify everything … | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h1 Forms, Docs, and Sig… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h1 Designed to Work Tog… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h1 Progress Shouldn’t | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h1 Wait on Paperwork. | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Save hours with the … | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Get up and running i… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Integrate Formstack … | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Partner with Formsta… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 data with Formstack | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Talk to Sales | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Modernize the patien… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Foster rapid innovat… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Seamless system inte… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Maintain clean data | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 We go beyond forms | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 14-day trial | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
Methodology: The top 20 text elements by font size were checked. Background color was sampled from the desktop screenshot using a 5-point pattern. WCAG 2.1 AA requires 4.5:1 for normal text and 3:1 for large text.
ALighthouse Accessibility AuditsScore 91/100 — 3 failing, 26 passedPASS
Accessibility
These checks highlight opportunities to improve the accessibility of your web app. Automatic detection can only detect a subset of issues and does not guarantee the accessibility of your web app, so manual testing is also encouraged.
ARIA
Using ARIA attributes in roles where they are prohibited can mean that important information is not communicated to users of assistive technologies. Learn more about prohibited ARIA roles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
AI assistant body > q-focus-sentinel > div |
After AI assistant body > q-focus-sentinel > div |
AI assistant, start div#qualified-multimodal-host > div |
AI assistant, end div#qualified-multimodal-host > div |
These are opportunities to improve the usage of ARIA in your application which may enhance the experience for users of assistive technology, like a screen reader.
Contrast
Low-contrast text is difficult or impossible for many users to read. Learn how to provide sufficient color contrast.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Forms div.footer-right > div.footer-column > a.footer-link > div |
Documents div.footer-right > div.footer-column > a.footer-link > div |
Sign div.footer-right > div.footer-column > a.footer-link > div |
Formstack Suite div.footer-right > div.footer-column > a.footer-link > div |
Forms for Salesforce div.footer-right > div.footer-column > a.footer-link > div |
Docs for Salesforce div.footer-right > div.footer-column > a.footer-link > div |
Integrations div.footer-right > div.footer-column > a.footer-link > div |
Pricing div.footer-right > div.footer-column > a.footer-link > div |
Resource Center div.footer-right > div.footer-column > a.footer-link > div |
Templates div.footer-right > div.footer-column > a.footer-link > div |
Blog div.footer-right > div.footer-column > a.footer-link > div |
Site Map div.footer-right > div.footer-column > a.footer-link > div |
Help Center div.footer-right > div.footer-column > a.footer-link > div |
Find a Partner div.footer-right > div.footer-column > a.footer-link > div |
Release Notes div.footer-right > div.footer-column > a.footer-link > div |
Developers and API div.footer-right > div.footer-column > a.footer-link > div |
Documents API div.footer-right > div.footer-column > a.footer-link > div |
System Status div.footer-right > div.footer-column > a.footer-link > div |
Report Abuse div.footer-right > div.footer-column > a.footer-link > div |
About Us div.footer-right > div.footer-column > a.footer-link > div |
Partner Program div.footer-right > div.footer-column > a.footer-link > div |
Careers div.footer-right > div.footer-column > a.footer-link > div |
Cookie Preferences div.footer-right > div.footer-column > div.w-embed > a.footer-link |
Security div.footer-right > div.footer-column > a.footer-link > div |
Legal Notices div.footer-bottom > div.footer-bottom-container > a.footer-link > div |
CCPA div.footer-bottom-container > div.footer-bottom-right > a.footer-link > div |
Legal div.footer-bottom-container > div.footer-bottom-right > a.footer-link > div.footer-link |
Trust Center div.footer-bottom-container > div.footer-bottom-right > a.footer-link > div |
These are opportunities to improve the legibility of your content.
Names and labels
Screen reader users rely on frame titles to describe the contents of frames. Learn more about frame titles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
body > div > iframe.chilipiper-frame body > div > iframe.chilipiper-frame |
These are opportunities to improve the semantics of the controls in your application. This may enhance the experience for users of assistive technology, like a screen reader.