Expand my Community achievements bar.

Learn about Edge Delivery Services in upcoming GEM session

Autotab does not work when I change the names of the fields.

Avatar

Level 2

I have created a heirarchy of form fields on my form.

I have one called everything, with each of it's children called everything.1, everything.2, etc up to 45

Im using the below javascript to auto tab to the next field. It does not work. It worked before all change them into the heirarchy.

Anyone let me know what im doing wrong here?

var temp = xfa.event.newText;

if (temp.length == 1)

{

     xfa.host.setFocus("everything.#")

}

Thanks

0 Replies