Expand my Community achievements bar.

Don’t miss the AEM Skill Exchange in SF on Nov 14—hear from industry leaders, learn best practices, and enhance your AEM strategy with practical tips.
SOLVED

How can I skip tab stops for read only fields?

Avatar

Level 7

Hi,

I am creating a form using Livecycle ES2 and have a Q.

I have a yes and no checkbox which when yes is clicked makes another checkbox and date field read only. When I click no, they are opened for data entry. This works fine, but I have found when I click Yes and then press tab, it still stops at the read only fields.

Logic and well...pretty much every other thing i have done this in skips the fields.

Is there a way to make it skip the field if it is read only? I am guessing it would be along the lines of when the field is entered and is read only, it will automatically go to the next tab stop.

Any suggestions?

1 Accepted Solution

Avatar

Correct answer by
Level 8

Try, yourField.access="protected" instead of "readOnly"

Kyle

View solution in original post

2 Replies

Avatar

Correct answer by
Level 8

Try, yourField.access="protected" instead of "readOnly"

Kyle

Avatar

Level 7

Great thanks, works as I want. Marked as correct