What exactly is the question here? Do you want to get rid of the submit button or what is your aim?
Regards On 11 Nov., 16:45, "Yves S. Garret" <[email protected]> wrote: > I go this tid-bit and it works. But I would love to tweek this layout so > that everything aligns just the way I want to. > > echo $this->Form->create("Provider", array('action' => > 'view_admit_lookup')); > echo $this->Form->input("last_name", array( > 'label' => 'Doctor Last Name', > 'class' => 'input_style')); > echo $this->Form->submit("Search", array( > 'class' => 'submit_style')); > > The above generates this code: > > <div class="input text"> > <label for="ProviderLastName">Doctor Last Name</label> > <input id="ProviderLastName" class="input_style" type="text" maxlength="100" > name="data[Provider][last_name]"> > </div> > <div class="submit"> > <input class="submit_style" type="submit" value="Search"> > </div> > > The 2nd div I could do without. Any pointers? The book doesn't seem to > have a section dedicated to this, data-mining google for the moment. -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP related questions. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/cake-php
