<% provide(:page_name, 'register') %> <% provide(:title, 'Register') %> <% provide(:description, 'Sign up for your JamKazam account to play music with others online in real time and network with musicians.') %> <% provide(:hero_title, 'JamKazam has spent the last 6 years building the best platform in the world to let musicians play together live and in sync over the Internet.') %>
Today tens of thousands of musicians use JamKazam to:

Check out some examples of groups playing together on JamKazam:

Sign up for a free account now and get Gold premium subscription features FREE for 30 days! After 30 days you can continue playing on our free plan or select a premium plan – whatever is right for you. When you sign up, we’ll send you an email with instructions on how to set up and play on the platform.

<%= errors_for @user %> <%= form_for(@user, :url => @signup_postback, :method => :post, html: { id: 'signup' }) do |f| %>
<%= 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, "Email Address:" %> <%= f.text_field :email %>
<%= f.label :password, "Choose a Password:" %> <%= f.password_field :password %>
<%= f.label :password_confirmation, "Verify Password:" %> <%= f.password_field :password_confirmation %>
<%= f.check_box :terms_of_service %>

<%= f.hidden_field :landing_general, value: "1" %>
<% end %>
<%= content_for(:extra_js) do %> <% end %>