[symfony-users] Re: Dynamic Forms

2010-06-07 Thread Asier
I finally managed this with a form with embedded forms which gets populated dynamically depending on the given input values. :) Thanks for the answer anyway. Asier. On May 27, 9:34 am, Tom Ptacnik wrote: > I think it's easy to do that with classic Symfony sfForm with hand > made template ;) > >

[symfony-users] Re: Dynamic Forms

2010-05-27 Thread Tom Ptacnik
I think it's easy to do that with classic Symfony sfForm with hand made template ;) Read this http://www.symfony-project.org/forms/1_4/en/03-Forms-for-web-Designers and you will solve your situation. On 24 kvě, 16:01, Asier wrote: > Hi there, > > I started with a form, which is made by hand b