Error helper in external form
Permalink 1 user found helpful$e = Loader::helper('validation/error'); $e->add(t('Some kind of error message'));
But what do I do to make the errors display on the page? I can't figure out where or how to call up all those $e's.
The error handler actually has an "output" function that does the same thing, except that it gives the <ul> a class of "ccm-error".