Re: Form help

2009-06-17 Thread Marcelo Andrade
On Tue, Jun 16, 2009 at 4:10 PM, Dave Maharaj :: WidePixels.comd...@widepixels.com wrote: I have ?php echo $form-create($model, array('type' = 'post',  'action' = '/update')); ? which renders form id=settings/updateForm action=/settings/update method=post Is there a way to get it to look

RE: Form help

2009-06-17 Thread Dave Maharaj :: WidePixels.com
Perfect! The id = my_names_here did the trick. Thanks. Dave -Original Message- From: Marcelo Andrade [mailto:mfandr...@gmail.com] Sent: June-17-09 9:07 AM To: cake-php@googlegroups.com Subject: Re: Form help On Tue, Jun 16, 2009 at 4:10 PM, Dave Maharaj :: WidePixels.comd

Form help

2009-06-16 Thread Dave Maharaj :: WidePixels.com
I have ?php echo $form-create($model, array('type' = 'post', 'action' = '/update')); ? which renders form id=settings/updateForm action=/settings/update method=post Is there a way to get it to look like this? form id=settings_updateForm action=update method=post Dave

Re: Form help

2009-06-16 Thread thatsgreat2345
?php echo $form-create($model, array('type' = 'post', 'url' = '/update')); ? On Jun 16, 12:10 pm, Dave Maharaj :: WidePixels.com d...@widepixels.com wrote: I have ?php echo $form-create($model, array('type' = 'post',  'action' = '/update')); ? which renders form id=settings/updateForm

RE: Form help

2009-06-16 Thread Dave Maharaj :: WidePixels.com
...@gmail.com] Sent: June-16-09 6:04 PM To: CakePHP Subject: Re: Form help ?php echo $form-create($model, array('type' = 'post', 'url' = '/update')); ? On Jun 16, 12:10 pm, Dave Maharaj :: WidePixels.com d...@widepixels.com wrote: I have ?php echo $form-create($model, array('type' = 'post',  'action