Does anyone have any experience with the Smarty Form Helper in Cake? I
am trying to use it to create a contact form.. but there isn't much
documentation for it.
I am getting this error:
Warning (2): Invalid argument supplied for foreach() [CORE/cake/libs/
view/helpers/form.php, line 128]
Here is the code I have so far:
{form func='create' assign='' __show_call=false}
{form func='label' text='Name' assign='' __show_call=false}
{form func='end' assign='' __show_call=false}
I havent figured out how to put in fields yet either or a submit
button.. Any help would be appreciated. Thanks!
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---