stgray
3 years agoGuide
Limit character count for user's profile biography field
Hi folks,
I am looking to limit the characters that a user can input to the biography section (my settings -> personal -> personal information) in their profile.
Is there a setting for this in the admin console (or elsewhere)?
If not, I think the next best way would be to add some JavaScript to the page to add the limit to the text input and change the validation message, doing that feels like it might be a bit dirty, especially where backend validation is involved?
What is the best way of doing this?
thanks!
Pretty sure if you open a support case, they can change the min/max length/size of any attribute. We've had to do things like that w/ usernames where our system required more than the normal limit.