Customize form field rendering
I would like to customize the rendering of a form field in the edit page from sonata admin bundle to include an applet that uses the text content of a field. I know that I have to edit the configureFormFields function in the admin class, but I need to know 3 things: What is the syntax to provide a field form template Where to put the template file ( which directory ) What the template have to looks like. user1254498 Found a solution What i have done is: Created a field type, lets call it myfieldType in myCompany\myBundle\Form\Type\myfieldType.php namespace myCompany\myBundle\Form\Type; use