| <%= f.label :first_name, "First Name" %> <%= f.text_field :first_name %> |
<%= f.label :last_name, "Last Name" %> <%= f.text_field :last_name %> |
| <%= f.label :email %> <%= f.text_field :email %> |
|
| <%= f.label :password %> <%= f.password_field :password %> |
<%= f.label :password_confirmation, "Verify Password" %> <%= f.password_field :password_confirmation %> |
| I will accept email from JamKazam about this service. I have read and agree to the JamKazam <%= link_to "terms of service", corp_terms_path , :rel=>"external" %>. | |