How can we add a character limit in our text fields? Is this even possible?
Solved! Go to Solution.
Topics help categorize Community content and increase your ability to discover relevant content.
Views
Replies
Total Likes
Hi,
unfortunately that is not possible. Having limitation and validation possibilities on custom fields would be something really, really helpful.
Perhaps you can create another idea for this, to give a hint to Adobe.
Regards
Lars
Hi,
unfortunately that is not possible. Having limitation and validation possibilities on custom fields would be something really, really helpful.
Perhaps you can create another idea for this, to give a hint to Adobe.
Regards
Lars
I needed something similar recently but had to just fall back on the LEN({value}) expression in another field which gave the user an idea of how many characters they were using.
Not really a fix but guided the requester.
Andy
Hey @AndyKent, this is a good workaround. Is it possible to add an IF statement into the LEN function?
For example, if LEN > 10, add text "Too long". If LEN < 4, add text "Too short".
Views
Replies
Total Likes
Sure, you could try:
Views
Replies
Total Likes
Thanks for helping out, @AndyKent.
I gave this a shot and it's giving me N/A. Here's the full formula:
Views
Replies
Total Likes
Views
Likes
Replies