1. bityarn-webadmin
  2. Support
  3. Thursday, April 19 2018, 05:27 PM
Hi,
On the text field (option text field) there is an option for custom format.
How can I make use of this. I want to create a membership number field that is auto incremental with both text and number like KIP001
admin Accepted Answer
Admin
Hi,
sorry for late reply.

"Custom Format" does not allow you to generate number, it allow you to force user to use some specific format for example a Postal Code could have a only value of 5 digits.

It uses a Regex expression, so if you need something like KIP001 then it should be something like KIP[0-9]{3}
  1. more than a month ago
  2. Support
  3. # 1
  • Page :
  • 1


There are no replies made for this post yet.
However, you are not allowed to reply to this post.