yelyah.nodrog Posted April 18, 2017 Posted April 18, 2017 Hey All, Quick Question, We have a field in our Progressive capture with H_Summary as a field ID in it, to pull information into our summary on the request list page. I have made it a Single line text field but people are putting too much information into the field which is stopping it from pulling the information up to the summary. If their a code we can put in the Regex Field to control the amount of characters that can be put in? Like when you can specify it to only have numbers input? Like above? Many Thanks Hayley.
Daniel Dekel Posted April 18, 2017 Posted April 18, 2017 Hello @yelyah.nodrog, You can use this regular expression, it limits from 0 to 10 characters. You should probably change the 10 to whatever number you want. ^.{0,10}$ Thanks, Daniel.
yelyah.nodrog Posted April 18, 2017 Author Posted April 18, 2017 Thankyou I am going to give this a go, it would be helpful to know what the max amount of characters can be put into this field before it stops working?
Daniel Dekel Posted April 18, 2017 Posted April 18, 2017 Hi @yelyah.nodrog, You do have a Description for the field where it can be used to add the validation that will be applied. For example: "Name of the user - max. 50 characters" Daniel.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now