Hey there, @mikemc2410 👋
Happy to help! Which page of your site is the from on? I had a good look and I can’t see any from without all its labels.
Let us know!
Thanks, @mikemc2410.
We investigated this and the field that validation complains about is HoneyPot input which is only used to filter out spam robots. Since there’s no user input required for that field, it’s hidden with no label. Adding a label could just confuse screen readers which we certainly don’t want to do. Even with this error reported by scan, your form is still complies with all accessibility standards.
Hope this clears your doubts! 🙂
Apparently one of the accessibility issues is that there are users that will turn off css and then the field is visible.
One recommendation is that the form field should also have a descriptive label that is similarly hidden, but clearly indicates to screen reader users that they should not enter anything in the field ie leave this field blank, this also resolves the issue when accessibility users turn off css.
That’s definitely a good point, @mikemc2410.
We’ll add the label with instructions to leave the field blank so it fulfills requirements for both use cases mentioned.
Thank you for bringing this up. Have a great remainder of your day! 🙂