Symfony : Dynamic add select box ( Add Dynamically select Language )
问题 I'm searching how to implement a system of choosing languages dynamically using form builder . so we must have two html array inputs field : name="languages[]" and the second will be name="languges_level[]" So this system allows the user to set the language which he can speak with his level on it. The User can add/remove Language dynamically before he submits the Form. The Questions : 1- Form Level : what will be the field form type? I have to add 2 form fields which will be combined to