Re: [symfony-users] How to style embedded forms

2010-07-22 Thread Gustavo Adrian
I managed to do whay you mention by changing some templates of the module autogenerated for the backend. In _form_fieldset.php you have the loop that iterates over the fields. You could then check the name of the field and, if it's the name of the embedded form, you could then surround it by a "div

[symfony-users] How to style embedded forms

2010-07-22 Thread Samuel Morhaim
Can someone point me on how to style embedded forms? I am able to embed a form, but now it looks completely as part of my main form. In reality I want them to look like 2 sections, with one submit, but i want to style the bottom part a bit differently.. being on a separate box than the main form