Question
Percent and decimal script
How do I use the below script on more than 1 field as current it gives an error on other fields
if (event.value != "") {
event.value = util.printf("%0.2f",event.value)+"%";
}

How do I use the below script on more than 1 field as current it gives an error on other fields
if (event.value != "") {
event.value = util.printf("%0.2f",event.value)+"%";
}

Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.