2010/7/11 Tarjei <[email protected]>: > 8. Forms > One thing I see the form framework has addressed is grouping of > fields. What I still miss is simple widgets for adding html around a > set of elements or just at a point in the form.
The purpose of the form framework is not to generate the HTML for the whole form, but just for single fields. You write the HTML in your template. > Also I would like to see an easier way to manipulate the generated > markup when you got embedded forms. As above, you write the HTML. You have all the power that you want. Bernhard -- If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.com 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
