Page 1 of 1

Field validation

Posted: 2016-07-18 15:38
by danielefeola
Hello to all
I need to validate the values entered before executing the sql statements and bring up a warning message, what solutions can I take?

Examples:
check that the period of two data fields does not exceed one month;
check that the field 2 is not empty if the field has a value of 1;

thank you

Re: Field validation

Posted: 2016-07-18 21:32
by grimblefritz
I strongly recommend the AppGini course on Udemy. It will advance you very far, very quickly.

There are also examples of this in the tutorial section of this site.

Hint: You'll be writing hook files, using either php or javascript.