I'm validating a form containing various types of data. One of the fields to be validated is an amount which must be between 0.01 and 999999.99.
The code for this field validation in the validation.xml is;
Code:
<field property="amount" depends="required,webxvalidator,floatRange"> <arg0 key="label.authorization.txn.amount"/> <arg1
Leave a comment: