• 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!

TOPIC: Minimum amount in a field

Minimum amount in a field 14 years 2 months ago #9850

Hello,

I want to set a minimum amount for a numeric text field.

By example: the user must fill a field with minimum of 10 digit.

I see the field of maximum size, but how can I enforce the minimum?

Thanks
Kees
The administrator has disabled public write access.

Re:Minimum amount in a field 14 years 2 months ago #9867

  • andreic
  • andreic's Avatar
  • OFFLINE
  • RSJoomla! Official Staff
  • Posts: 722
  • Thank you received: 59
Hello,

You could create a custom validation rule that checks the length of the string the user tries to submit. If the string is shorter than 10 digits the validation will fail. You can refer to the following article regarding custom validation rules:

www.rsjoomla.com/customer-support/docume...alidation-rules.html
Please note: my help is not official customer support. To receive your support, submit a ticket by clicking here
Regards,
RSJoomla! Development Team
The administrator has disabled public write access.
  • 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!