System:Form:printErrors

From Aspen Documentation

Prints out the array of current form errors. Wrapping of the entire error block can be controlled from the form_error_wrapping_html config. Wrapping of each specific error can be controlled from the form_error_line_html config.

Since 1.0

Arguments

void printErrors ()

Returns

This function does not return any values.

Examples

Example:

$this->APP->form->printErrors();