I want to change behavior of percentage fields in Adobe PDF form. Currently if I fill field with 1 then in field will be shown 100%, if I fill in field with 50 then in field will be shown 5000%. I want to achieve that kind of behavior: if I fill in field with 50 then in field should be shown 50% (and simultaneously when extracting data there should be value of 0.5).
I was thinking about custom format script and custom keystroke script, but I do not have an experience with it. I was trying ti implement a custom calculation script (dividing provided value by 100), and it worked... till I change value of some other field (then it was divided by 100 again).
Is there is possibility to achieve it?