genemu / GenemuFormBundle

Extra Form : Captcha GD, Tinymce, Recaptcha, JQueryDate, JQueryAutocomplete, JQuerySlider, JQueryFile, JQueryImage
587 stars 265 forks source link

form named other than 'form' cannot load javascript_layout #372

Open mamamiapeguin opened 9 years ago

mamamiapeguin commented 9 years ago

Suppose I set a genemu_jqueryslider field 'budget' in form. Twig template would work well with

     {{ form_widget(form.budget) }} 

but render nothing with

     {{ form_widget(comm.budget) }}

which means I cannot name form other than 'form' or have several forms in one template.