These forums are now Read Only. If you have an Acrobat question, ask questions and get help from one of our experts.

BUTTON ACTIONS: How do I clear the form fields?

direnzoa
Registered: Nov 24 2008
Posts: 18

Acrobat 9 Pro allows me to assign an action to a button that will clear the form fields. How can I do this in LiveCycle 8.2?

Ideally, I'd like to be able to save the form and clear the fields with one click of a button. Is this possible?

Thanks for any help on this!

My Product Information:
LiveCycle Designer, Windows
radzmar
Expert
Registered: Nov 3 2008
Posts: 1202
Two functions possible.

xfa.host.resetData();  // clearing all inputs from the usersxfa.form.remerge();    // reset radio buttons etc. to default

radzmar
LoveCycle Blog
Documents you need:
LiveCycle Designer ES2 Docs

direnzoa
Registered: Nov 24 2008
Posts: 18
Thanks, radzmar! I'll give them a try.