Overview
This article will explain why Custom Prompts fields marked as required do not work when the WCAG Compliance toggle is enabled.
Applies To
- Custom Prompts
- New Universal Login
- WCAG Compliance
- Branding
Cause
The form element is now using the novalidate tag, which will disable any default HTML validations (using the required tag) in the custom prompts fields.
Solution
For Custom Prompts fields, please use custom client-side validation by following this document.