This topic is locked

best way to validate number entry

7/10/2012 6:19:48 PM
PHPRunner General questions
W
wfcentral author

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.

C
cgphp 7/10/2012

Check this article: http://xlinesoft.com/phprunner/docs/validation_types.htm

You can get inspiration from the "How to add your own validation plugins" chapter.