Expand my Community achievements bar.

Radically easy to access on brand approved content for distribution and omnichannel performant delivery. AEM Assets Content Hub and Dynamic Media with OpenAPI capabilities is now GA.

Skip Over Field when Tabbing through Form

Avatar

Level 2
I have some fields I do not want to tab stop on. How do you skip over fields when tabbing through the form?
1 Reply

Avatar

Level 2
I'm getting the impression that to skip an object while tabbing you need to use a static object. So, I did, I used a text object instead of a text field. However, I'm now having a problem setting the text object to the rawvalue of a text field object when tabbing off the text field.



text.rawvalue = textfield.rawvalue;



rawvalue is not support for a text object, it seems. So, I'm not sure what property or method I'm suppose to use to set the value in a text object.