Expand my Community achievements bar.

How do I set the focus to the first field on open

Avatar

Level 1

I am creating a mulitple page form and would like to set the focus to the first field of the form when the end-user opens the form.

1 Reply

Avatar

Level 6

On docReady event, set the focus to required field using the javaScript.

xfa.host.setFocus(this.somExpression);

RAGHU.