Java or Validation script that will give a negative result no matter if the number entered..
Hello,
Can anyone offer any suggestions on how to write a Java or Validation script so the result is always a negative number? The PDF I'm working on has a field (which is named l6) that is a field that one can enter a number. I'd like the number to always be a negative, so if one enters 3,000 then when they hit enter I'd like the number to be -3,000. If they enter -3,000 then I'd like the number to be -3,000 for the field (l6) that they are entering the number for. I feel like a validation script is the way to go with this but honestly i have no idea. Thank you in advance for any input
