You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think i'm facing a huge error of conception here :/
My problem is that I have one Form Type, but it is rendered multiple times into a single page (in a listing view, inside a table for some reasons)
It seems that the entire Javascript Plugin of JsFormValidatorBundle is built for the logic 1 Model = 1 Form, so when I render a form at least twice (for 2 differents entities for example), the plugin only initializes the first one.
And this seems logic because in the source code, forms are retrieved by Form BlockPrefixes
I think i'm facing a huge error of conception here :/
My problem is that I have one Form Type, but it is rendered multiple times into a single page (in a listing view, inside a table for some reasons)
It seems that the entire Javascript Plugin of JsFormValidatorBundle is built for the logic 1 Model = 1 Form, so when I render a form at least twice (for 2 differents entities for example), the plugin only initializes the first one.
And this seems logic because in the source code, forms are retrieved by Form BlockPrefixes
Anyone's having the same problem ? :/
The text was updated successfully, but these errors were encountered: