This topic is locked

Filter text field

10/24/2014 1:57:45 PM
ASPRunnerPro General questions
J
JimSmiley author

Can someone tell me how to filter data entered into a text field so that only 250 & multiples(500, 750, 1000, etc) can be entered?

admin 10/24/2014

I would suggest to check custom validation plugin option:

http://xlinesoft.com/asprunnerpro/docs/validation_types.htm#own_validation_type
This is the most flexible solution for this kind of task.

J
JimSmiley author 11/5/2014

Hate to be dense but instructions say add my_function.js file to ...\ASPRunnerPro9.0\source\include\validate. I can't find a /validate folder.

admin 11/5/2014

Feel free to create 'validate' folder there and put your validation plugin to this folder.