Usage Inherits from XoopsForm and will render the form with no tables and minimal formatting.
Full Example:
include XOOPS_ROOT_PATH."/class/xoopsformloader.php";$form =newXoopsSimpleForm('Title of form','formname','targetpage.php','POST');$form->addElement(newXoopsFormText('Field Label:','fieldname'));$form->display();