<% form_tag url_for(:action => 'forgot_password') do %> What is the email address for your account?
<%= text_field_tag :email, "", :size => 30 %>
<%= submit_tag 'Request Password' %> <% end %>