Coolfields Consulting Posts Tagged ‘Forms’
How to Build an Accessible WordPress Theme
Published: | No Comments

A write-up of key points from my presentation at WordCamp London 2019 consisting of a series of ‘tips and tricks’ for building accessible WordPress themes.
How to Build an Accessible WordPress Theme: Read the full post »
Accessibility Checklist
Published: | No Comments

This accessibility checklist was created to accompany my presentation entitled ‘How to Build an Accessible WordPress Theme’ for WordCamp London 2019 – held on 5th – 7th April 2019. The checklist contains a reminder of all the little tips and tricks that can make a theme more accessible. There’s advice for content authors/editors too.
Dragon Naturally Speaking Video 9 – Internet Forms
Published: | No Comments

How to interact with web forms using Dragon NaturallySpeaking. I cover the most useful commands to enable you to do this easily – assuming the form has been marked up properly.
Dragon Naturally Speaking Video 9 – Internet Forms: Read the full post »
Video: How Do I Know My WordPress Website is Accessible?
Published: | No Comments

In February 2014 I presented to WordPress London Meetup Group on some easy checks that anyone can do on their own websites to help make their WordPress website accessible. And here is the video of my presentation, along a with a transcript, the slides and the list of questions. When doing accessibility testing I often […]
Video: How Do I Know My WordPress Website is Accessible?: Read the full post »
Accessible Forms – Grouping Elements Together With Fieldset
Published: | 1 Comment

The fieldset HTML element (and its accompanying legend element) can be used to group any set of input fields and brings useful accessibility benefits.
Accessible Forms – Grouping Elements Together With Fieldset: Read the full post »
Accessible Forms – Grouping Options With Optgroup
Published: | No Comments

The optgroup HTML tag is a grouping element used with a list of options in a select (or dropdown) input field. It provides a good usability feature but currently little for accessibility.
Accessible Forms – Grouping Options With Optgroup: Read the full post »
Accessible Forms – Selects or Dropdowns
Published: | 2 Comments

The Select (or Dropdown) input field enables a user of a web form to make a selection from a list of items. This post looks at the best practices for using selects accessibly and pitfalls to avoid.
Accessible Forms – Selects or Dropdowns: Read the full post »
Accessible Forms – Checkboxes and Radio Buttons
Published: | 5 Comments

Checkboxes and radio buttons both allow users to choose from a list of items. But they both can have implications for web form accessibility if they’re not used correctly.
Accessible Forms – Checkboxes and Radio Buttons: Read the full post »
Accessible Forms – Should Every Input Have a Label?
Published: | 11 Comments

If you’re using text boxes on a web page you’ll need your users to know what they’re supposed to put in them. This post discusses the importance of the label tag, how to use it, and some best practices to keep in mind when designing or building web forms.
Accessible Forms – Should Every Input Have a Label?: Read the full post »
Designing and Building Accessible Forms
Published: | No Comments

Introducing a series of posts on the best practices for making web forms accessible and some of the common pitfalls that can rob web forms of accessibility.
Designing and Building Accessible Forms: Read the full post »