Re: Form Submit Mystery

2010-08-29 Thread O.J. Tibi
I think you might want to use the $this->Form->submit() method instead. On Aug 29, 7:34 am, "Dave Maharaj" wrote: > I cant figure out why my button says "submit Query" (1.3.3) > > I have Form->button('Login', array ('type' => 'submit') > );?> > > If I use Form->button('Login', array ('type' => 's

Form Submit Mystery

2010-08-28 Thread Dave Maharaj
I cant figure out why my button says "submit Query" (1.3.3) I have Form->button('Login', array ('type' => 'submit') );?> If I use Form->button('Login', array ('type' => 'submit' , 'value' => 'Login') );?> with the value it show "login" but that's not how it should work. correct? Thanks