Organization html

From Redazione
Jump to navigation Jump to search
Line 517: Line 517:
 
$('#lngInput').val(e.latlng.lng);
 
$('#lngInput').val(e.latlng.lng);
 
*/
 
*/
$('#coordinates').val(e.latlng.lat + ', ' + e.latlng.lng);
+
$('[name="Form organization[Coordinates]"').val(e.latlng.lat + ', ' + e.latlng.lng);
 
updateMarker(e.latlng.lat, e.latlng.lng);
 
updateMarker(e.latlng.lat, e.latlng.lng);
 
});
 
});

Revision as of 10:06, 7 March 2020

Zoom and move the map to the precise location of your organization to pick its coordinates.