An array where you can specify an error message for the individual fields within your form during pre-processing.
Parameters | |
---|---|
| |
Array | $errors = array('fieldName'=>'Error message', 'fieldName2'=>'Error message 2'); |
Code Block | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||
$ |
Info | ||
---|---|---|
| ||
An array where you can specify an error message for the individual fields within your form during pre-processing.
Parameters | |
---|---|
| |
Array | $errors = array('fieldName'=>'Error message', 'fieldName2'=>'Error message 2'); |
Code Block | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||
$ |
Info | ||
---|---|---|
| ||