[Typo3] mailformplus error-handling

Jan Wulff messages at janwulff.de
Wed Mar 30 02:29:11 CEST 2005


Hi Thomas,

the ###ERROR### marker (or the ###ERROR_name### markers for specific error
messages) must been set in the ###TEMPLATE_FORM### template. For example:

<!-- ###TEMPLATE_FORM### begin -->
###ERROR###
Formdata & Fields
<!-- ###TEMPLATE_FORM### end -->

<!-- ###TEMPLATE_ERROR### begin -->

<!-- ###ERROR_START### begin -->
<div class="error">
<!-- ###ERROR_START### end -->

<!-- ###ERROR_END### begin -->
</div>
<!-- ###ERROR_END### end -->

<!-- ###TEMPLATE_ERROR### end -->

Regards
Jan



More information about the TYPO3-english mailing list