Add missing asterick for important fields in contact form - #11339
Add missing asterick for important fields in contact form#11339Sukumarsawant wants to merge 3 commits into
Conversation
|
@strseb @mcleinman do have a look once and let me know if you there's anything more need in it . The fix looked simple to me yet stale for years now somehow? |
strseb
left a comment
There was a problem hiding this comment.
Hey! First off, thank you very much for the PR!
Just a small change, then this is good to go. Visually this is fine but the current change will also change the text that the screen reader reads to something like depending on os+screenreader combo
“Enter your email star”
or
“Enter your email asterisk”
Which may be more confusing then helpful. Please add
Accessible.name: enterEmailAddress
so that the text for screen readers remains text-only :)
hey sorry for the delay. GitHub somehow didn't ping me for this one. I am adding this change |
|
Have pushed the change @strseb, do tag me if there's anything wrong in this or anything I missed |
Description
Added red asterisk indicators (*) to all mandatory fields in the Contact Support form to clearly communicate to users which fields are required before submission.
Fields updated:
Email address & Confirm email
Reference
#5636
Checklist