Hey Enrique,

You could still use the regular forms:

<?php echo $form->create('Search',array('url' => '/search','type' =>
'get')) ?>

<?php echo $form->text('query',array('type' => 'textarea')) ?>

<?php echo $form->end('Search!') ?>


On Aug 26, 11:45 am, Enrique Delgado <[EMAIL PROTECTED]>
wrote:
> Hi All,
>
> The core Form helper works great as long as you have a model behind
> it, but what about forms that are not related to a model?
>
> Is there any helpers that I can use in the view? Or do I just code
> plain HTML?
>
> Thanks!
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to