HELP CHANGE " you cannot leave thhis field empty

The recommended method of customizing your AppGini-generated application is through hooks. But sometimes you might need to add functionality not accessible through hooks. You can discuss this here.
Post Reply
msilkjr
Posts: 2
Joined: 2015-07-10 14:00

HELP CHANGE " you cannot leave thhis field empty

Post by msilkjr » 2015-07-10 14:03

how do I customize the error message " you cannot leave this field empty"

User avatar
a.gneady
Site Admin
Posts: 1354
Joined: 2012-09-27 14:46
Contact:

Re: HELP CHANGE " you cannot leave thhis field empty

Post by a.gneady » 2015-07-10 21:18

In the generated language.php file, find this line and change it:

Code: Select all

$Translation['field not null'] = 'You cannot leave this field empty.';
:idea: AppGini plugins to add more power to your apps:

Post Reply