5
Quote:
I've looked through the XOOPS site and performed some searches but can't seem to find any documentation on the various flavors of the XoopsForm (e.g. the regular contact form has XoopsFormButton and XoopsFormText).
In
class/xoopsformloader.php, you will find the list of forms possible ...
Then browse them, they are in
class/xoospform/*.php. In each file, you will find a specific form.
For each, you will a
Constructor ... have a look on it to know all parameters you can use with it ...
You could copy from another module first to test ...