Re: [symfony-users] Add form widgets dynamically from javascript

2010-05-28 Thread Luc Didry
Hello, I'm not sure to understand : this template with the ''add" link, is it already a form and you want to embed others forms ? If it's the case, you should take a look at http://tech.cibul.org/embedded-forms-with-symfony-1-4-and-jquery/ If not, can you give us more details please ? (which modu

[symfony-users] Add form widgets dynamically from javascript

2010-05-27 Thread fRAnKEnSTEin
Hi, Curret work: I have created a regular form class called "stepOne" using form framework, so it have some widgets and validators.Now in one of my frontend templates i have created a link called "add", when the user click over this link, it fires a javascript AJAX method called "addrow" that cre