<% content_for :title, "Sign Up | Metamaps" %>

Sign Up

<%= form_for(resource, :as => resource_name, :url => registration_path(resource_name), :html => { :method => :post, :class => "new_user centerGreyForm" }) do |f| %> <%= devise_error_messages! %>

Sign Up

<%= f.label :name %> <%= f.text_field :name, :autofocus => true %>
<%= f.label :email %> <%= f.email_field :email %>
<%= f.label :password %> <%= f.password_field :password %>
<%= f.label :password_confirmation %> <%= f.password_field :password_confirmation %>
<%= f.label "Access Code" %> <%= f.text_field :joinedwithcode %>
<%= f.submit "Sign up" %>

Don't have an access code?
Request an Invite
<% end %>