uses('tpl,tform,tform_actions'); $app->load('tform_actions'); class page_action extends tform_actions { function onSubmit() { global $app, $conf; // Set the serial $this->dataRecord["serial"] = time(); parent::onSubmit(); } } $page = new page_action; $page->onLoad(); ?>