Hello,
As I say in the subject, I have a model called "Dominio" with a field
called "dominio", whe I use

<?php echo $form->input('dominio); ?>

it output a select, and even if i tried to override the type with

<?php echo $form->input('dominio',  array('type' => 'text')); ?>

it still gives me a select.

Is there another way to override the input type?

Thank you

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to