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

Add Clear fields button to form

dmwilliams
Registered: Jul 3 2008
Posts: 11

I have created a form in LiveCycle Designer 8. I want to create a button at the bottom of the form that, when pressed, would clear out a field called TextField17.

I am a complete novice at formcalc and javascript, so does anyone know how i would go about creating this button?

Thanks a lot.

Dave

My Product Information:
LiveCycle Designer, Windows
pddesigner
Registered: Jul 9 2006
Posts: 858
Add this JavaScript to the click event on your button.

TextField17.rawValue = "";

My favorite quote - "Success is the ability to go from one failure to another with no loss of enthusiasm.