[edit]
Definition
XoopsThemeForm( string $title, string $name, string $action, string $method = "post" )
[edit]
Usage
Inherits from XoopsForm and will render the form using tables and current theme stylesheet. Full Example:
include XOOPS_ROOT_PATH."/class/xoopsformloader.php";
$form = new XoopsThemeForm('Title of form', 'formname', 'targetpage.php', 'POST');
$form->addElement(new XoopsFormText('Field Label:', 'fieldname'));
$form->display();
Back to Main Page


![[Main Page]](/modules/mediawiki/images/mediawiki.png)




