Jump to content

Featured Replies

Posted

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,

Reg ex will do that:

/^.{6,}$/

That will check to be sure its 6 characters long.

  • Author
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!

NP! ❤️ 

Recently Browsing 0

  • No registered users viewing this page.