- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-13-2016 09:23 AM
One issue we're having is that some users are typing the actual description in the 'short description' or 'request title' field. This information is then cut off when the form is submitted because of the 40 character limit. The field should not allow them to type more than 40 characters. Is there a way to do this? Thanks.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-13-2016 10:35 AM
Hi ,
Click on configure variable.Goto default Value tab-->in variable attribute field add below.
max_length=40
This will solve your issue.
Please mark Helpful, Like, or Correct Answer if applicable.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-13-2016 09:51 AM
You can update the max length for the respective field using configure dictionary option.
open the form
right click on the field and select configure dictionary
look for max length field and update it to 40
hit save or submit
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-13-2016 10:10 AM
When I right click o the field it only says configure variable. The length field is already 40 characters but I want the field to stop users from typing after 40. Like there is an actual limit to how much they can type.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-13-2016 09:54 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-13-2016 10:32 AM
How do you check that? I am within the variable configuration and there is no max length field. Also we have chosen 'wide single line text' so I think the default is 40 characters. Even so, it cuts off the information after the form is submitted. I am trying to stop the user from typing past 40 anyway. Then they know right away that there is a limit.