HTML_QuickForm Generates Invalid Code for XHTML Strict
One of the biggest complaints I’ve had with HTML_QuickForm is not producing valid XHTML Strict code. Well there is a simple solution to removing the name attribute of the HTML form element tag using remoteAttribute().
Example
$form->removeAttribute(’name’);

