How to use Ajax within Sonata Admin forms?

I was able to make this work a few months back. While what a.aitboudad has shared is accurate. There are a few gotcha’s that first timers with Symfony/Sonata might face. Here are the steps. 1> Extend Sonata CRUD’s edit.html.twig / base_edit.html.twig . For simplicity, I’ll use only the latter. Copy vendor/bundles/Sonata/AdminBundle/Resources/views/CRUD/base_edit.html.twig into the views folder … Read more