Accessibility
· 24 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.DLandmark StructureAction6 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
Multiple navigations need aria-label to distinguish them for screen readers.
Some <nav> elements lack aria-label — screen-reader users hear 'navigation' multiple times with no way to distinguish them.
Learn more ▾ ▴
When a page has multiple <nav> regions (primary, footer, breadcrumb), each needs aria-label or aria-labelledby. AT users navigate by landmark; identical 'navigation' announcements force them to enter each one to discover purpose.
Source: WAI-ARIA Authoring Practices
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
FHeading HierarchyAction58 headings, 13 skip(s)FIX
- H6 info@business-money.com
- H6 +44 (0)1458 259483
- H2 This month's edition of Business Money
- H2 Business Money Subscribers Directory IF/ABL
- H1 Our latest editions
- H3 Edition 330 – May/June 2026 skipped
- H3 Edition 329 – March/April 2026
- H3 Edition 328 – January/February 2026
- H3 Edition 327 – December 2025
- H3 Edition 326 – October/November 2025
- H3 Edition 325 – August/September 2025
- H3 Magazine subscription
- H5 With a subscription you can read your edition online as well as in print. skipped
- H3 The Forum of Private Business
- H5 Business Money is the commercial finance partner for the Forum of Private Business. skipped
- H3 Magazine subscription
- H5 With a subscription you can read your edition online as well as in print. skipped
- H3 The Forum of Private Business
- H5 Business Money is the commercial finance partner for the Forum of Private Business. skipped
- H1 Jobs duplicate H1
- H1 News duplicate H1
- H5 Daily business finance and industry news from Business Money – free to you. skipped
- H2 Latest news
- H5 Five of the top ten fastest scaling global data centres markets are in EMEA skipped
- H5 Iran war pushing up the cost of borrowing for county businesses
- H5 Why Slovenia and the Philippines are becoming strategic bases for remote‑first startups
- H5 Used car market returns to growth as EV sales accelerate
- H2 Latest news
- H5 Five of the top ten fastest scaling global data centres markets are in EMEA skipped
- H5 Iran war pushing up the cost of borrowing for county businesses
- H5 Why Slovenia and the Philippines are becoming strategic bases for remote‑first startups
- H5 Used car market returns to growth as EV sales accelerate
- H1 Our latest editions duplicate H1
- H3 Edition 330 – May/June 2026 skipped
- H3 Edition 329 – March/April 2026
- H3 Edition 328 – January/February 2026
- H3 Edition 327 – December 2025
- H3 Edition 326 – October/November 2025
- H3 Edition 325 – August/September 2025
- H3 Edition 324 – June/July 2025
- H3 Edition 323 – May 2025
- H3 Edition 322 – March/April 2025
- H3 Edition 321 – February 2025
- H3 The Forum of Private Business
- H5 Business Money is the commercial finance partner for the Forum of Private Business. skipped
- H3 Magazine subscription
- H5 With a subscription you can read your edition online as well as in print. skipped
- H1 Jobs duplicate H1
- H1 News duplicate H1
- H5 Daily business finance and industry news from Business Money – free to you. skipped
- H2 Latest news
- H5 Five of the top ten fastest scaling global data centres markets are in EMEA skipped
- H5 Iran war pushing up the cost of borrowing for county businesses
- H5 Why Slovenia and the Philippines are becoming strategic bases for remote‑first startups
- H5 Used car market returns to growth as EV sales accelerate
- H5 Social links
- H5 Get in touch
- H5 Pages
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
Skipping heading levels breaks the document outline. Screen readers may interpret missing levels as structural errors.
Skipping heading levels breaks the document outline — screen-reader users lose track of section nesting.
Learn more ▾ ▴
Screen reader users navigate by jumping between headings (H1 → H2 → H3). Skipping (H1 → H3) breaks the sense of hierarchy. Use sequential levels even if you don't like the default styling — restyle with CSS instead. WCAG 1.3.1 (Info and Relationships) treats this as an A failure.
Source: WCAG 2.1 SC 1.3.1 / W3C WAI
Skipping heading levels breaks the document outline. Screen readers may interpret missing levels as structural errors.
Skipping heading levels breaks the document outline — screen-reader users lose track of section nesting.
Learn more ▾ ▴
Screen reader users navigate by jumping between headings (H1 → H2 → H3). Skipping (H1 → H3) breaks the sense of hierarchy. Use sequential levels even if you don't like the default styling — restyle with CSS instead. WCAG 1.3.1 (Info and Relationships) treats this as an A failure.
Source: WCAG 2.1 SC 1.3.1 / W3C WAI
Skipping heading levels breaks the document outline. Screen readers may interpret missing levels as structural errors.
Skipping heading levels breaks the document outline — screen-reader users lose track of section nesting.
Learn more ▾ ▴
Screen reader users navigate by jumping between headings (H1 → H2 → H3). Skipping (H1 → H3) breaks the sense of hierarchy. Use sequential levels even if you don't like the default styling — restyle with CSS instead. WCAG 1.3.1 (Info and Relationships) treats this as an A failure.
Source: WCAG 2.1 SC 1.3.1 / W3C WAI
Skipping heading levels breaks the document outline. Screen readers may interpret missing levels as structural errors.
Skipping heading levels breaks the document outline — screen-reader users lose track of section nesting.
Learn more ▾ ▴
Screen reader users navigate by jumping between headings (H1 → H2 → H3). Skipping (H1 → H3) breaks the sense of hierarchy. Use sequential levels even if you don't like the default styling — restyle with CSS instead. WCAG 1.3.1 (Info and Relationships) treats this as an A failure.
Source: WCAG 2.1 SC 1.3.1 / W3C WAI
Skipping heading levels breaks the document outline. Screen readers may interpret missing levels as structural errors.
Skipping heading levels breaks the document outline — screen-reader users lose track of section nesting.
Learn more ▾ ▴
Screen reader users navigate by jumping between headings (H1 → H2 → H3). Skipping (H1 → H3) breaks the sense of hierarchy. Use sequential levels even if you don't like the default styling — restyle with CSS instead. WCAG 1.3.1 (Info and Relationships) treats this as an A failure.
Source: WCAG 2.1 SC 1.3.1 / W3C WAI
Skipping heading levels breaks the document outline. Screen readers may interpret missing levels as structural errors.
Skipping heading levels breaks the document outline — screen-reader users lose track of section nesting.
Learn more ▾ ▴
Screen reader users navigate by jumping between headings (H1 → H2 → H3). Skipping (H1 → H3) breaks the sense of hierarchy. Use sequential levels even if you don't like the default styling — restyle with CSS instead. WCAG 1.3.1 (Info and Relationships) treats this as an A failure.
Source: WCAG 2.1 SC 1.3.1 / W3C WAI
Skipping heading levels breaks the document outline. Screen readers may interpret missing levels as structural errors.
Skipping heading levels breaks the document outline — screen-reader users lose track of section nesting.
Learn more ▾ ▴
Screen reader users navigate by jumping between headings (H1 → H2 → H3). Skipping (H1 → H3) breaks the sense of hierarchy. Use sequential levels even if you don't like the default styling — restyle with CSS instead. WCAG 1.3.1 (Info and Relationships) treats this as an A failure.
Source: WCAG 2.1 SC 1.3.1 / W3C WAI
Skipping heading levels breaks the document outline. Screen readers may interpret missing levels as structural errors.
Skipping heading levels breaks the document outline — screen-reader users lose track of section nesting.
Learn more ▾ ▴
Screen reader users navigate by jumping between headings (H1 → H2 → H3). Skipping (H1 → H3) breaks the sense of hierarchy. Use sequential levels even if you don't like the default styling — restyle with CSS instead. WCAG 1.3.1 (Info and Relationships) treats this as an A failure.
Source: WCAG 2.1 SC 1.3.1 / W3C WAI
Skipping heading levels breaks the document outline. Screen readers may interpret missing levels as structural errors.
Skipping heading levels breaks the document outline — screen-reader users lose track of section nesting.
Learn more ▾ ▴
Screen reader users navigate by jumping between headings (H1 → H2 → H3). Skipping (H1 → H3) breaks the sense of hierarchy. Use sequential levels even if you don't like the default styling — restyle with CSS instead. WCAG 1.3.1 (Info and Relationships) treats this as an A failure.
Source: WCAG 2.1 SC 1.3.1 / W3C WAI
Skipping heading levels breaks the document outline. Screen readers may interpret missing levels as structural errors.
Skipping heading levels breaks the document outline — screen-reader users lose track of section nesting.
Learn more ▾ ▴
Screen reader users navigate by jumping between headings (H1 → H2 → H3). Skipping (H1 → H3) breaks the sense of hierarchy. Use sequential levels even if you don't like the default styling — restyle with CSS instead. WCAG 1.3.1 (Info and Relationships) treats this as an A failure.
Source: WCAG 2.1 SC 1.3.1 / W3C WAI
Skipping heading levels breaks the document outline. Screen readers may interpret missing levels as structural errors.
Skipping heading levels breaks the document outline — screen-reader users lose track of section nesting.
Learn more ▾ ▴
Screen reader users navigate by jumping between headings (H1 → H2 → H3). Skipping (H1 → H3) breaks the sense of hierarchy. Use sequential levels even if you don't like the default styling — restyle with CSS instead. WCAG 1.3.1 (Info and Relationships) treats this as an A failure.
Source: WCAG 2.1 SC 1.3.1 / W3C WAI
Skipping heading levels breaks the document outline. Screen readers may interpret missing levels as structural errors.
Skipping heading levels breaks the document outline — screen-reader users lose track of section nesting.
Learn more ▾ ▴
Screen reader users navigate by jumping between headings (H1 → H2 → H3). Skipping (H1 → H3) breaks the sense of hierarchy. Use sequential levels even if you don't like the default styling — restyle with CSS instead. WCAG 1.3.1 (Info and Relationships) treats this as an A failure.
Source: WCAG 2.1 SC 1.3.1 / W3C WAI
Skipping heading levels breaks the document outline. Screen readers may interpret missing levels as structural errors.
Skipping heading levels breaks the document outline — screen-reader users lose track of section nesting.
Learn more ▾ ▴
Screen reader users navigate by jumping between headings (H1 → H2 → H3). Skipping (H1 → H3) breaks the sense of hierarchy. Use sequential levels even if you don't like the default styling — restyle with CSS instead. WCAG 1.3.1 (Info and Relationships) treats this as an A failure.
Source: WCAG 2.1 SC 1.3.1 / W3C WAI
DWeb ManifestActionNot foundFIX
No web manifest found.
DDark Mode SupportActionNo dark mode signalsFIX
Detection limited to meta tags and inline styles.
DPrint StylesheetActionNo print stylesFIX
CLink & Button QualityAction1 issue(s) across 247 links and 8 buttonsREVIEW
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| https://cookiedatabase.org/tcf/purposes/ | Read more about TCF purposes o… | new tab | Add '(opens in new tab)' to text |
| https://twitter.com/BusinessMoney | new tab | Add '(opens in new tab)' to text | |
| https://www.facebook.com/BusinessMoneyMa… | new tab | Add '(opens in new tab)' to text | |
| https://www.linkedin.com/company/1821322… | new tab | Add '(opens in new tab)' to text | |
| https://www.business-money.com/announcem… | Business Money Magazine Cover | new tab | Add '(opens in new tab)' to text |
| https://www.business-money.com/announcem… | Business Money | new tab | Add '(opens in new tab)' to text |
| https://www.business-money.com/announcem… | Edition 330 – May/June 2026 | img no alt | Add alt attribute to the image |
| https://www.business-money.com/announcem… | Edition 329 – March/April 20… | img no alt | Add alt attribute to the image |
| https://www.business-money.com/announcem… | Edition 328 – January/Februa… | img no alt | Add alt attribute to the image |
| https://www.business-money.com/announcem… | Edition 327 – December 2025 | img no alt | Add alt attribute to the image |
| https://www.business-money.com/announcem… | Edition 326 – October/Novemb… | img no alt | Add alt attribute to the image |
| https://www.business-money.com/announcem… | Edition 325 – August/Septemb… | img no alt | Add alt attribute to the image |
| https://www.business-money.com/announcem… | Edition 330 – May/June 2026 | img no alt | Add alt attribute to the image |
| https://www.business-money.com/announcem… | Edition 329 – March/April 20… | img no alt | Add alt attribute to the image |
| https://www.business-money.com/announcem… | Edition 328 – January/Februa… | img no alt | Add alt attribute to the image |
| https://www.business-money.com/announcem… | Edition 327 – December 2025 | img no alt | Add alt attribute to the image |
| https://www.business-money.com/announcem… | Edition 326 – October/Novemb… | img no alt | Add alt attribute to the image |
| https://www.business-money.com/announcem… | Edition 325 – August/Septemb… | img no alt | Add alt attribute to the image |
| https://www.business-money.com/announcem… | Edition 324 – June/July 2025 | img no alt | Add alt attribute to the image |
| https://www.business-money.com/announcem… | Edition 323 – May 2025 | img no alt | Add alt attribute to the image |
| https://www.business-money.com/announcem… | Edition 322 – March/April 20… | img no alt | Add alt attribute to the image |
| https://www.business-money.com/announcem… | Edition 321 – February 2025 | img no alt | Add alt attribute to the image |
| https://www.business-money.com | (empty) | empty | Add link text or aria-label |
| https://twitter.com/BusinessMoney | new tab | Add '(opens in new tab)' to text | |
| https://www.facebook.com/BusinessMoneyMa… | new tab | Add '(opens in new tab)' to text | |
| https://www.linkedin.com/company/1821322… | new tab | Add '(opens in new tab)' to text | |
| https://www.standoutmarketingstudio.com | Website by Stand Out Marketing… | new tab | Add '(opens in new tab)' to text |
Links without text are announced as raw URLs by screen readers.
https://www.business-money.com
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
Image-only links need alt text on the image (or aria-label on the link) so screen readers can announce them.
a[href="https://www.business-money.com/announcements/edition-330-may-june-2026/"]; a[href="https://www.business-money.com/announcements/edition-329-march-april-2026/"]; a[href="https://www.business-money.com/announcements/edition-328-january-february-2026/"]; a[href="https://www.business-money.com/announcements/edition-327-december-2025/"]; a[href="https://www.business-money.com/announcements/edition-326-october-november-2025/"]; a[href="https://www.business-money.com/announcements/edition-325-august-september-2025/"]; a[href="https://www.business-money.com/announcements/edition-330-may-june-2026/"]; a[href="https://www.business-money.com/announcements/edition-329-march-april-2026/"]; a[href="https://www.business-money.com/announcements/edition-328-january-february-2026/"]; a[href="https://www.business-money.com/announcements/edition-327-december-2025/"] (+6 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://cookiedatabase.org/tcf/purposes/; https://twitter.com/BusinessMoney; https://www.facebook.com/BusinessMoneyMagazine/; https://www.linkedin.com/company/1821322/; https://www.business-money.com/announcements/edition-330-may-june-2026/; https://www.business-money.com/announcements/edition-330-may-june-2026/; https://twitter.com/BusinessMoney; https://www.facebook.com/BusinessMoneyMagazine/; https://www.linkedin.com/company/1821322/; https://www.standoutmarketingstudio.com
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
BIframe Accessibility3/4 iframe(s) missing title; 0 placeholder(s)REVIEW
C404 Error PageActionCould not testREVIEW
404 page quality check not available.
CFavicon & BrandingAction3 icon(s) detectedREVIEW
CColor Contrast (Screenshot)Action20 text elements analyzed, 4 fail WCAG AAREVIEW
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 Our latest editions | 14.88:1 | 3.0:1 | #000000 | #D9D9D9 | Pass |
| h1 Our latest editions | 14.88:1 | 3.0:1 | #000000 | #D9D9D9 | Pass |
| h2 This month's edition… | 14.88:1 | 3.0:1 | #000000 | #D9D9D9 | Pass |
| h2 Business Money Subsc… | 14.88:1 | 3.0:1 | #000000 | #D9D9D9 | Pass |
| h2 Latest news | 14.88:1 | 3.0:1 | #000000 | #D9D9D9 | Pass |
| h2 Latest news | 14.88:1 | 3.0:1 | #000000 | #D9D9D9 | Pass |
| h2 Latest news | 14.88:1 | 3.0:1 | #000000 | #D9D9D9 | Pass |
| h3 Magazine subscriptio… | 14.88:1 | 3.0:1 | #000000 | #D9D9D9 | Pass |
| h3 The Forum of Private… | 14.88:1 | 3.0:1 | #000000 | #D9D9D9 | Pass |
| h3 Magazine subscriptio… | 14.88:1 | 3.0:1 | #000000 | #D9D9D9 | Pass |
| h3 The Forum of Private… | 14.88:1 | 3.0:1 | #000000 | #D9D9D9 | Pass |
| h3 The Forum of Private… | 14.88:1 | 3.0:1 | #000000 | #D9D9D9 | Pass |
| h3 Magazine subscriptio… | 14.88:1 | 3.0:1 | #000000 | #D9D9D9 | Pass |
| title Business Finance & B… | 1.70:1 | 4.5:1 | #000000 | #243261 | Fail |
| div Manage Consent | 1.70:1 | 4.5:1 | #000000 | #243261 | Fail |
| p We use cookies that … | 1.70:1 | 4.5:1 | #000000 | #243261 | Fail |
| span Functional | 1.70:1 | 4.5:1 | #000000 | #243261 | Fail |
| span Functional | 4.81:1 | 4.5:1 | #000000 | #77797B | Pass |
| span Always active | 4.81:1 | 4.5:1 | #000000 | #77797B | Pass |
| span The technical storag… | 4.74:1 | 4.5:1 | #000000 | #76787A | 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.
BLighthouse Accessibility AuditsScore 89/100 — 4 failing, 25 passedREVIEW
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.
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 |
|---|
Discover more rs-slides > rs-slide > rs-layer-wrap.rs-parallax-wrap > a#slider-1-slide-1-layer-6 |
Sign up to our newsletter div.vc_column-inner > div.wpb_wrapper > div.rt-heading-wrapper > span.punchline |
in Industry and broker news, Lender and investor news, News div.post-content-wrapper > div.entry-content > div.post_data > span.categories |
Industry and broker news div.entry-content > div.post_data > span.categories > a |
Lender and investor news div.entry-content > div.post_data > span.categories > a |
News div.entry-content > div.post_data > span.categories > a |
According to Savills Impacts global thought leadership programme, five of the t… article#118762 > div.post-content-wrapper > div.entry-content > p |
in Industry and broker news, News, SME economic news div.post-content-wrapper > div.entry-content > div.post_data > span.categories |
Industry and broker news div.entry-content > div.post_data > span.categories > a |
News div.entry-content > div.post_data > span.categories > a |
SME economic news div.entry-content > div.post_data > span.categories > a |
The ongoing war in Iran which is pushing up the cost of borrowing for UK SMEs (… article#118758 > div.post-content-wrapper > div.entry-content > p |
in Industry and broker news, Lender and investor news, News div.post-content-wrapper > div.entry-content > div.post_data > span.categories |
Industry and broker news div.entry-content > div.post_data > span.categories > a |
Lender and investor news div.entry-content > div.post_data > span.categories > a |
News div.entry-content > div.post_data > span.categories > a |
Remote‑first startups are increasingly choosing Slovenia and the Philippines as… article#118725 > div.post-content-wrapper > div.entry-content > p |
in Industry and broker news, Lender and investor news, Motor sales, repair and … div.post-content-wrapper > div.entry-content > div.post_data > span.categories |
Industry and broker news div.entry-content > div.post_data > span.categories > a |
Lender and investor news div.entry-content > div.post_data > span.categories > a |
Motor sales, repair and hire div.entry-content > div.post_data > span.categories > a |
News div.entry-content > div.post_data > span.categories > a |
The UK’s used car market returned to growth in the second quarter, up 0.7% as 2… article#118723 > div.post-content-wrapper > div.entry-content > p |
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 |
|---|
div.wpb_wrapper > div.wpb_raw_code > div.wpb_wrapper > iframe div.wpb_wrapper > div.wpb_raw_code > div.wpb_wrapper > iframe |
Link text (and alternate text for images, when used as links) that is discernible, unique, and focusable improves the navigation experience for screen reader users. Learn how to make links accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div#text-1 > div.textwidget > p > a div#text-1 > div.textwidget > p > a |
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.
Navigation
Properly ordered headings that do not skip levels convey the semantic structure of the page, making it easier to navigate and understand when using assistive technologies. Learn more about heading order.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Edition 330 – May/June 2026 article#117247 > div.post-content-wrapper > div.entry-content > h3.entry-title |
Business Money is the commercial finance partner for the Forum of Private Busin… div.vc_column-inner > div.wpb_wrapper > div.rt-heading-wrapper > h5.rt-heading |
With a subscription you can read your edition online as well as in print. div.vc_column-inner > div.wpb_wrapper > div.rt-heading-wrapper > h5.rt-heading |
Daily business finance and industry news from Business Money – free to you. div.vc_column-inner > div.wpb_wrapper > div.rt-heading-wrapper > h5.rt-heading |
Five of the top ten fastest scaling global data centres markets are in EMEA article#118762 > div.post-content-wrapper > div.entry-content > h5.entry-title |
These are opportunities to improve keyboard navigation in your application.
A+Heading Text QualityAll 58 heading(s) have substantive, well-formed textPASS
A+Alt Text QualityAll 85 images OKPASS
AForm Accessibility1 of 15 controls have issuesPASS
| Control | Type | Label | Method |
|---|---|---|---|
| #cmplz-functional-optin | checkbox | Functional | for/id |
| #cmplz-preferences-optin | checkbox | Preferences | for/id |
| #cmplz-statistics-optin | checkbox | Statistics | for/id |
| #cmplz-marketing-optin | checkbox | Marketing | for/id |
| #input_1_1 | textarea | Present loan facilities* | for/id |
| #input_1_2 | textarea | Finance currently provided by* | for/id |
| #input_1_10 | text | Last year’s turnover* | for/id |
| #input_1_4 | text | Business name* | for/id |
| #input_1_6 | Your email | for/id | |
| #input_1_7 | tel | Phone number* | for/id |
| #input_1_11_1 | checkbox | FPB | for/id |
| #input_1_8_1 | checkbox | I give my consent for you to retain my data for the purposes of processing and completing my request(s) ** | for/id |
| #input_1_12 | text | Comments | for/id |
| ak_hp_textarea | textarea | Δ | none |
| #gform_submit_button_1 | submit | (none) | none |
Form controls need a <label>, aria-label, or aria-labelledby for screen readers.
<input type="submit" id="gform_submit_button_1">
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