Please enter the name you would like to change to
<%= form_for(:user, as: :user, url: RailsBase.url_routes.user_edit_name_path, html: { class: 'modify_name_change', method: :post }) do |f| %>
<%= f.submit "Confirm Name Change", class: "submit-name-change btn btn_success", style: "width: 50%;" %>
<% end %>