Jump to content

Recommended Posts

Posted

Is there a character limit on either the 'Single line text field' or 'Multi line text field' in custom forms within progressive captures?

Thanks

Lauren

Posted

@Lauren i am not sure the progressive capture questions are limited - however you can of course limit the user input by using regular expression validation on the required fields.  

For example - if you want to limit it to between 0-10 

^.{0,10}$

One reason for wanting to do this could be if you are mapping progressive capture fields to custom fields on a request which Do have character limits for example Custom A - O are limited to 255 characters.  Custom fields P-T are text type fields like description and resolution so not limited. 

Hope this helps 

 

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...