Expand my Community achievements bar.

Link to other place in form

Avatar

Level 1

How can i link to other places in my form?
I kwow i have to do it Javascript, but what code do i have to use?

Thanks Josh

1 Reply

Avatar

Level 5

You can use the setFocus() to jump to another field.

field.setFocus();