Hello, You should check functions like embedForm, mergeForm, embedFormForEach, in the sfForm class. They allow to build one form embedding others. You may find them interesting for your need.
à++; Thibault On 2 oct, 22:12, Ardesco <[EMAIL PROTECTED]> wrote: > I'm a fairly new symfony user, and I've managed to populate a form > with various widgets. However, one question that I've had is how one > can add additional forms when needed. > > For example, I have an input field called "links", which allows the > user to add an arbitrary number of links. I know in Django, their > admin interface allows a user to specify a field as being "inline" > with a certain number of extra forms...Is there such an option in > Symfony to manipulate widgets in such a fashion without anything fancy > like javascript? > > I just want to be able to give users the option to add in multiple > items for a particular entry, multiple forms doesn't have to be the > answer I rely on, but it sounds like the most logical. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
