I have a currency field on a form and I'd like it to be validated to ensure that the value entered is a multiple of 1000 but still allow a zero to be entered.
I'm assuming this would need to be javascript, so if anyone has a sample that would be great. Thank you.