Re: Using form helper without model?

2007-11-30 Thread francky06l
What controller is your form calling ? Usually a form is submited, so where do you submit it ?: You can use any name for the 'model' i guess as long as you have controller to handle it .. On Nov 30, 2:14 pm, avairet [EMAIL PROTECTED] wrote: Hi everybody, I'm looking for a trick to use a form

Using form helper without model?

2007-11-30 Thread avairet
Hi everybody, I'm looking for a trick to use a form without a model. My form doesn't save POST'ed variables in a table, it just save them in session to simply display on another page. But when I make $form-create(null);, all field's names contain the name of the current model, like