In this recent post to his blog Ian Christian looks at how to use the sfForm component of the Symfony framework to create dynamic sub-forms without a refresh to build it.
wanted to create a form that allowed me to dynamically add sub-forms via JS, without round-trips to the server.
I had a bit of a google, but failed to find much of use - so I wrote my own. This article contains my code for...
Post new comment