Similar Posts

5 Comments

  1. Hello Raghavendra,

    Great guide on making forms accessible and inclusive! The breakdown of different methods, like using labels, asterisks, and ARIA attributes, is super helpful.

    Combining visual cues with accessible coding practices ensures everyone, including users with disabilities, can navigate forms easily.

    I especially appreciate the emphasis on fallback options. Accessibility truly starts with thoughtful design—excellent resource for developers!

    Regards,
    Ovais Mirza

  2. Thank you for creating such a comprehensive guide on form accessibility! As a web developer, I’ve seen too many forms that unknowingly create barriers for users with disabilities. Your breakdown into four distinct articles makes this complex topic much more digestible.

    1. Hi Jeremy! Thank you so much for your kind words and for taking the time to leave this thoughtful comment! We are glad to hear that the guide resonated with you and helped break down the complexities of form accessibility.

  3. Hi, thanks for this article.
    I do however have a bit of a different problem, it is with forms where most or all fields are required.
    I work for a bank and most fields are required to continue (that is also tricky from the legal perspective – none of the fields are required, meaning you don’t have to fill those – nobody is “making you” to do it, wording is key here). We do end up with a huge forms where everything has an asterisk – it makes the screen harder to read for everyone.
    In that case we opted for a different solution and to mark only fields that are completely optional to continue the process.

    We do get mixed expert opinions on that. Some say that it is correct – we are differing required and optional fields after all. Some say that we do have to focus on required and mark those.

    This also goes for some banking specific forms like money transfer – all of the fields are required (ones that are optional are added via a separate button, like you can add an address). I’m wondering where is the limit? Should I mark fields on login as required? On money transfer? Isn’t it obvious and I just unnecessarily complicate the screen for everyone?

Leave a Reply

Your email address will not be published. Required fields are marked *