create a jamkazam account

<%= form_for(user) do |f| %>
<% if (defined? suppress_errors) && !suppress_errors %> <%= render 'shared/error_messages', object: f.object %> <% end %>
<%= 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" %>.

What instruments can you play?
Acoustic Guitar
Bass Guitar
Electric Guitar
Drums/Percussion
Computer
Keyboard/Piano
Violin

<% if Rails.application.config.recaptcha_enable %> <%= recaptcha_tags %> <% end %> <%= f.submit "CREATE ACCOUNT", class: "right button-orange" %>

<% end %>