Answered
check/force multiple of 10 for entry in a form field
Trying to set up a form field that only accepts multiples of 10 by using custom validation script.
I tried this without success...
Math.ceil(event.value / 10) * 10;
I'm a newbie at this so any help is appreciated.
Thanks!
