<% form_tag :controller => 'users', :action => 'forgot_password' do %>

Forgotten password

Email: <%= text_field "user","email" %>
<%= submit_tag 'Email password' %> <% end %>