Kilotest: Diagnoses of form submission button missing
violation by HTML element 766 on Salesforce Known Issues page
Basics
About the Salesforce Known Issues page
- URL: https://help.salesforce.com/s/issues
- Tested 7 days ago by job
54mon 2026-05-26 at 03:54
About HTML element 766
- Tag name:
FORM - Text:
Agentforce is temporarily unavailable. Please try again later or visit Help topics below. For additional support, please contact your local support number for assistance. Thank you! … Known Issues | Salesforce Help
- Start tag:
<form id="fileUploadForm" enctype="multipart/form-data" method="post" target="fileUploadIframe"> - XPath:
/html/body/form[1] - Bounding box: x = 0, y = 1446, width = 1920, height = 0
About the form submission button missing
issue
- Why it matters: User cannot easily submit a form
- Priority: high
- Related WCAG standard: 3.2.2
Diagnoses
Here is how tools diagnose the form submission button missing
issue for HTML element 766 of the Salesforce Known Issues page.
- This form does not contain a submit button, which creates issues for those who cannot submit the form using the keyboard. Submit buttons are INPUT elements with type attribute "submit" or "image", or BUTTON elements with type "submit" or omitted/invalid.
Tool: HTML CodeSniffer (Squiz Labs)
Rule:
E-WCAG2AAA.Principle3.Guideline3_2.3_2_2.H32.2 - [failed] Form tag doesn't contain any of the following elements input[type~='submit image'], button[type='submit'].
Tool: QualWeb (University of Lisbon)
Rule:
QW-WCAG-T19