diff --git a/app/views/map_locations/_form_fields.html.erb b/app/views/map_locations/_form_fields.html.erb
index 4fcefa2fa..2b1b3738c 100644
--- a/app/views/map_locations/_form_fields.html.erb
+++ b/app/views/map_locations/_form_fields.html.erb
@@ -1,7 +1,7 @@
<%= form.label :map_location, label %>
<%= help %>
-
<%= m_l_fields.hidden_field :longitude,
value: map_location.longitude,
- id: map_location_input_id(parent_class, 'latitude') %>
+ id: map_location_input_id(parent_class, 'longitude') %>
<%= m_l_fields.hidden_field :zoom,
value: map_location.zoom,
- id: map_location_input_id(parent_class, 'latitude') %>
+ id: map_location_input_id(parent_class, 'zoom') %>
<% end %>
\ No newline at end of file