<%= form_tag "forgot_password", html: { class: "needs-validation", novalidate: true } do %>
<%= text_field_tag :email, params[:email], { class: "form-control", id: "email", placeholder: "you@example.com", required: true, autofocus: true, type: "email" } %>
Enter the email address associated with your account
<%= submit_tag "Send Reset Link", class: "btn btn-primary btn-lg" %>

Remember your password?

<%= link_to login_path, class: "btn btn-outline-primary" do %> Back to Login <% end %>
<% end %>
Password Reset Help If you don't receive an email within a few minutes, check your spam folder or contact support.