On Mon, 8 Feb 2010, Relez wrote: > Hi there, I have a sfWidgetFormInputHidden that its value depends of > the others widgets, I would like to set its value in the actions > (ex:executeCreate or processForm), how can I do that?
When initializing the form, you can add a configure() method to create/update/delete fields. There's probably a similar method for when the form gets processed. -- -- You received this message because you are subscribed to the Google Groups "symfony users" 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/symfony-users?hl=en.
