Limiting Character Count in Text Field?
Does anyone know if we can set a character limit in text fields? I don't currently see that function. Thank you.
Does anyone know if we can set a character limit in text fields? I don't currently see that function. Thank you.
You cannot change the character limits on fields. There are some ways to report on them though.
Here are some examples of adding calculated fields to custom forms https://experienceleaguecommunities.adobe.com/t5/workfront-questions/resrict-data-field-character-counts/m-p/618866#M56154
I've also created text mode columns in reporting that will show this as well:
displayname=Column Name
valueexpression=CONCAT(LEN({description}),"/max character")
valueformat=HTML
Or Display a message:
displayname=Column Name
valueexpression=IF(LEN({your field name})>100,"This is too long",CONCAT(LEN({your field name}),"/your max character count"))
valueformat=HTML
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.