Questions about Payment Form extension

Amount Validation

  • Roger Shambaugh
  • Topic Author
  • Offline
  • Junior Member
  • Junior Member
More
8 years 9 months ago #65130 by Roger Shambaugh
Amount Validation was created by Roger Shambaugh
Can the validation rules for a Textbox number be change to make sure the number is greater than 5?

The current validation rules are: validate[required,custom[number]]

Please Log in or Create an account to join the conversation.

More
8 years 9 months ago #65380 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Amount Validation
Hi Roger

Yes. It is possible. Change the validation rule to validate[required,custom[number],min[5]] and it should work

There are many rules which you can use. Please see posabsolute.github.io/jQuery-Validation-Engine/#minfloat to understand it better

Tuan

Please Log in or Create an account to join the conversation.

Moderators: Tuan Pham Ngoc