You do all of this through the option array in the $form->input call. For example to turn off the label you add "'label' => false". There are a lot of options so you should read the manual section.
Rick On Jun 18, 6:40 pm, tpynegar <[email protected]> wrote: > Hi, > > I'm trying to put a form together using this tutorial > > http://snook.ca/archives/cakephp/contact_form_cakephp/ > > where basically you put together a form and error messages etc from > the > model's $validate member. > > This is all working however i was wondering how to format the > resulting form > as in resize the text area's and to add line breaks after the elements > title and > also how to remove the "New Contact" from the top of the form > elements. > Basically how do i control the formating of the > > $form->inputs() > > command. > > Thanks, > Tim. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "CakePHP" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/cake-php?hl=en -~----------~----~----~----~------~----~------~--~---
