<%= simple_form_for user, url: detect_existence_users_path do |f| %> <%= f.error_notification %>
<%= f.input :email %>
<%= f.button :submit, value: 'proceed', :class => 'btn btn-primary' %>
<% end %>