Zoho Creator pages are not accessibble to some users

Zoho Creator pages are not accessibble to some users

We have found that some content in Zoho Creator is not accessible to our visually disabled users or users with limited dexterity. For many users the only way to access web content is through a screen reader or other assistive technology. There are a few simple things that can be done to make Zoho Creator accessible to everyone:     

  • Images should include alt tags
  • Form labels don't reference the form fields, The Labels the "for" attribute like so:
<label for="FirstName">First name:</label> <input name="fn" type="text" id="FirstName"> </input></label>