How can you limit the characters in a single text field?
Solved! Go to Solution.
Topics help categorize Community content and increase your ability to discover relevant content.
Hi there, in the custom form you can't indicate a character limit unfortunately. Here are the character limits that do exist on certain things in WF.
If you're wanting to actually just limit the answers you see in a report of your custom form field, change that column to text mode and add this:
valueexpression=CONCAT(LEFT({DE:Custom Field},100),"...")
Here is an Idea around this already - please upvote!
If you found this helpful, please mark correct to help others : )
Hi there, in the custom form you can't indicate a character limit unfortunately. Here are the character limits that do exist on certain things in WF.
If you're wanting to actually just limit the answers you see in a report of your custom form field, change that column to text mode and add this:
valueexpression=CONCAT(LEFT({DE:Custom Field},100),"...")
Here is an Idea around this already - please upvote!
If you found this helpful, please mark correct to help others : )
Like Madalyn mentioned below, you cannot limit character count in a single line text field, however, I proposed a solution using multiple calculated custom fields in THIS THREAD to help solve for this.
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies