1
Hello, i want to put a captcha to a certain module
so i want to use the class offered by xoops in steed of using an external class
$captcha = new XoopsFormCaptcha("baka");
but the problem is that i want to add it to the template not to a form class
---
i know that i can transform the form in the template to a XoopsThemeForm but i want t know if there is an other way please