Hi ileana
You  can add the widget  to the form class ej:
you can go to the lib/form/doctrine/theform.class.php  where theform is the
form that you want to modify (I guest that you are using doctrine and your
form is base on it )
add to the configure the widget (depending of the type of widget that you
want ej: for hidden
            $this->setWidget('x_id', new sfWidgetFormInputHidden(
                            array(), array(
                        'value' => ..
            ));
i hope this coulp help you



2010/10/19 eliana m. <eliana...@gmail.com>

> hello.
> I have a question.
> I can build a form with a field that does not exist in the model?
> Thank you for your help.
>
> --
> If you want to report a vulnerability issue on symfony, please send it to
> security at symfony-project.com
>
> You received this message because you are subscribed to the Google
> Groups "symfony users" group.
> To post to this group, send email to symfony-users@googlegroups.com
> To unsubscribe from this group, send email to
> symfony-users+unsubscr...@googlegroups.com<symfony-users%2bunsubscr...@googlegroups.com>
> For more options, visit this group at
> http://groups.google.com/group/symfony-users?hl=en
>

-- 
If you want to report a vulnerability issue on symfony, please send it to 
security at symfony-project.com

You received this message because you are subscribed to the Google
Groups "symfony users" group.
To post to this group, send email to symfony-users@googlegroups.com
To unsubscribe from this group, send email to
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/symfony-users?hl=en

Reply via email to