Advertisement
Guest User

Untitled

a guest
Jan 23rd, 2017
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. <%= form_for(resource, as: resource_name, url: user_registration_path, :html => {autocomplete: "off"}) do |f| %>
  2.  
  3. <%= f.text_field :full_name, :class => "validate", :placeholder => "Robin Smith", :required => true, autocomplete: "off" %>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement