Gossamer Forum
Home : Products : Gossamer Links : Discussions :

Limiting input fields in add form

Quote Reply
Limiting input fields in add form
Greetings.

How can I make it so that when someone adds a site, the description field limits them so that their input has to be greater than 20 characters but less than 250?

Thanks in advance.
Quote Reply
Re: [Demolitioncrew] Limiting input fields in add form In reply to
You can try this:

Change the properties of that particular column so that the "Form Regex" is equal to

Code:
^.{20,250}$