Using Jquery-addresspicker In A Symfony 2 Form
I'm using the plugin jquery-addresspicker with a Symfony 2 form to collect the selected longitude/latitude. Although the lng/lat fields are populated, after the form is submitted I
Solution 1:
I just needed to remove the attribute in "desabled" defined in the form field
Post a Comment for "Using Jquery-addresspicker In A Symfony 2 Form"