How to make xoopsformhidden xhtml-valid?
Remark: I don't know if this is really a FAQ. But this one disturbed me when making my page xhtml-valid. There are two possible solutions. 1. make a tray with another formelement inside a module or 2. make the change systemwide which is much easier for the non-php-techie. Look for function render in include/xoopsform/xoopsformhidden.php and the line which reads:
return ".$this->getName()."' id='".$this->getName()."' value='".$this->getValue()."' />";
return ".$this->getName()."' id='".$this->getName()."' value='".$this->getValue()."' /> ";
This Q&A was found on XOOPS Web Application System : https://xoops.org/modules/smartfaq/faq.php?faqid=485