I have a form_for written in the following manner:
<%= location.label :city %> <%= location.text_field :city, :disa
Make it readonly !
<%= location.text_field :country,:readonly => true%>