Custom fields number of digits

  • Yehuda Benchimol
  • Topic Author
  • Offline
  • New Member
  • New Member
More
6 years 2 months ago #122820 by Yehuda Benchimol
Custom fields number of digits was created by Yehuda Benchimol
Hi,

I would like to predetermine the number of digits to 10 in a custum field number type.
How should I proceed ?

Thanks from Paris, France.

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

More
6 years 2 months ago #122829 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Custom fields number of digits
I think you can use this validation rule posabsolute.github.io/jQuery-Validation-Engine/#minsizeinteger

So set Validation Rules of the field to validate[required,minSize[10],maxSize[10]] and it should work as expected

Tuan

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

  • Yehuda Benchimol
  • Topic Author
  • Offline
  • New Member
  • New Member
More
6 years 2 months ago #122848 by Yehuda Benchimol
Replied by Yehuda Benchimol on topic Custom fields number of digits
Great ! It works !
Y.B

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

More
6 years 2 months ago #122857 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Custom fields number of digits
Great. Happy to hear that and thanks for confirming

Tuan

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