Re: [fw-general] How to set name="" on form

2008-12-16 Thread Matthew Weier O'Phinney
-- maxarbos wrote (on Tuesday, 16 December 2008, 04:37 PM -0800): > > Thanks, but unfortunately no. > That changes the name of the ID to what i want my form name to be, but still > does not set a 'name' attribute. The "name" attribute is deprecated in HTML 4.01, and invalid with XHTML 1.0. You c

Re: [fw-general] How to set name="" on form

2008-12-16 Thread maxarbos
Thanks, but unfortunately no. That changes the name of the ID to what i want my form name to be, but still does not set a 'name' attribute. Thank you. Themselves wrote: > > $form->addAttribs(array('name' => 'formname')); ? > > On Wed, Dec 17, 2008 at 9:24 AM, maxarbos wrote: > >> >> Have yo

Re: [fw-general] How to set name="" on form

2008-12-16 Thread Cameron
$form->addAttribs(array('name' => 'formname')); ? On Wed, Dec 17, 2008 at 9:24 AM, maxarbos wrote: > > Have you gotten any answers on this? > I am having the same issue and cannot get the name attribute to be set. > > I am using 1.5 of the framework. > > > notmessenger wrote: > > > > I know I've

Re: [fw-general] How to set name="" on form

2008-12-16 Thread maxarbos
Have you gotten any answers on this? I am having the same issue and cannot get the name attribute to be set. I am using 1.5 of the framework. notmessenger wrote: > > I know I've seen this answer somewhere before on this list, but I cannot > find it anywhere (archives or my own copies of the em

[fw-general] How to set name="" on form

2008-09-10 Thread Jeremy Brown
I know I've seen this answer somewhere before on this list, but I cannot find it anywhere (archives or my own copies of the emails). I have this code: class forms_CodeIssueForm extends Zend_Form { public function init() { // Metadata and Attributes