----------------------
<?php
/*
* $mode: "new/upd"
* $resource: modResource object
* $id: resource id
* Calling $modx->event->output("..."); will output error and cancel save
*/
if (empty($_REQUEST["tv4"])) {
$modx->event->output("Field 'XXX' is required");
}
No comments:
Post a Comment