I have a field set to validate as number.
However, the users are still putting in numbers like ,5 by mistake.
The field is for them to enter how much of a day they worked. So, valid inputs could be 1, .25, .5 or any decimal value... I think they are hitting the comma by mistake instead of the period.
So, entering .8 they put in ,8.
I need a way to make sure they only put numbers and/or periods in the spot.