Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt Monday at 02:04 PM
mtlurb Posted November 16, 2020 Posted November 16, 2020 I am sure this exists, but I cannot find it. Is there a way to force the user in entering a minimum length string let say over 10 characters in the about me profile field? Thanks,
Morrigan Posted November 16, 2020 Posted November 16, 2020 Reg ex will do that: /^.{6,}$/ That will check to be sure its 6 characters long.
mtlurb Posted November 16, 2020 Author Posted November 16, 2020 31 minutes ago, Morrigan said: Reg ex will do that: /^.{6,}$/ That will check to be sure its 6 characters long. I know why I didn't see the regex field, it was because the profile field was of type "Editor". Thanks for your help!
Recommended Posts