How can I automatically postion cursor on first fillable field upon opening pdf form?
Thanks!
John K
xfa.host.setFocus(this);
radzmar • LoveCycle Blog Documents you need: • LiveCycle Designer ES2 Docs
Select the desired form field and put this script into the docReady:event of the field.
xfa.host.setFocus(this);
radzmar
• LoveCycle Blog
Documents you need:
• LiveCycle Designer ES2 Docs