Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

« Previous Version 2 Current »

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');
Sample Code
$

Note


  • No labels