Change E-mail
<% form_tag do -%>


<%= text_field_tag 'email' %>

<%= submit_tag 'Submit' %>

<% end -%>