Guest User

Untitled

a guest
Mar 1st, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. <%= form_tag :controller => "user",
  2. :action => "signup" %>
  3.  
  4. <p>username: <%= text_field "user", "nick" %>
  5. <p>Username: <%= text_field "user", "nick" %></p>
  6. <p>password: <%= text_field "customer", "pass1">
  7. <p>password (again): <%= text_field "customer", "pass2"
  8. <p>email address: <%= text_field "customer", "email"
  9. <p>age <%= text_field "customer", "age"
  10. <p>gender <%= radio_group "customer", ["true", "Male"], ["false", "Female"] %>
Add Comment
Please, Sign In to add comment