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
"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}
There are no replies made for this post yet. However, you are not allowed to reply to this post.
Please login to post a reply
You will need to be logged in to be able to post a reply. Login using the form on the right or register an account if you are new here. Register Here »