Answered
I am using Acrobat X Pro for Mac. I have created a form and have a couple of fields where users can enter a number. When the form is first opened, there is a default value of 0 in the fields. If the user makes a mistake and has to delete a number from the field, I want the default value to reappear, instead of leaving the field blank. Is there a way to make that happen?
TIA
if (event.value=="") event.value = 0;
- AcrobatUsers Community Expert - Contact me personally at try6767 [at] gmail [dot] com
Check out my custom-made scripts website: http://try67.blogspot.com