These forums are now Read Only. If you have an Acrobat question, ask questions and get help from one of our experts.

Accessibility, Error Identification and Validation

R_Boyd
Registered: Nov 1 2007
Posts: 151

Accessibility guidelines state that you should not rely on colour alone to indicate errors. This is a pity as all the examples for validation and error highlighting are limited to changing the colour of the fields or their border. Pop up boxes are out as well as they are not accessible to users with assistive technologies.

What I'd like to know is whether a proposed solution is possible in LCD:

As well as the fields being highlighted what I would like to try is for a box to open up at the top of the page listing all the fields that need correction.

How to do this? Is there a script to identify the affected fields and then have them populated within a text string or should I create a set of fields covering all of the possible error fields and changing their presence depending on the outcome of the validation script function?

How have you addressed this issue in your own forms?

Grateful as ever for your input and suggestions.

My Product Information:
LiveCycle Designer, Windows
garath
Registered: Mar 24 2009
Posts: 49
My proposition is following:
1) Create a table with dynamic rows in the top/bottom of the page
2) In validation script
a) if there is an error put a row into this table with unique id (probably in separate column)
b) if it is correct find a row with an error (using unique id) and remove it (of course if it exists)

If you need an example I can create it for You.
R_Boyd
Registered: Nov 1 2007
Posts: 151
That sounds like an excellent solution. An example would be very helpful, thank you.
garath
Registered: Mar 24 2009
Posts: 49
You can find it here. Example with explanation:)
http://patysie.com/wordpress/?p=29