Hello everybody,
How to set a field number phone that dose not register if it doesn't contain at least 14 characters ?
I appreciate any help
Hello everybody,
How to set a field number phone that dose not register if it doesn't contain at least 14 characters ?
I appreciate any help
Is this field a varchar (number + formating) or a integer (number only)?
If it is an integer field then you can specify the minimum and maximum value via Studio.
Is this field a varchar (number + formating) or a integer (number only)?
If it is an integer field then you can specify the minimum and maximum value via Studio.
hello André, how can i specify the minimum value via Studio in my case ?