I want to include every form element (along with it’s label) enclosed in a div element. i.e. every form element printed along with it’s label should appear in a div element.
How can I do this?
Thanks
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Nice description of how to customize form element rendering can be found in Advanced Forms chapter of The More with symfony book.
Regards.