<% if params[:flash] == "welcome_msg" then %>

Thank for you choosing to become a HeatSync Labs member! As we foster this community of learning, science, and the arts every member is important.

You can get your payments started by following the instructions on this page. Please note electronic recurring payments are -highly- encouraged-- we do not have staff. If you must pay via cash/check, please consider prepaying for 3, 6 or 12 months up front.
To claim member benefits such as storage, grab a volunteer during your next stop into HeatSync or schedule a time to meet up in advance. Someone should also be contacting you shortly via the email address you provided.
Please also note that certain privileges like 24/7 card access require community approval.
Thanks again, and happy hacking!

<% end %> <%= form_for(resource, :as => resource_name, :url => registration_path(resource_name), :html => html) do |f| %>
<%= f.label :name, "Full Name" %>
<%= f.text_field :name %>
<%= f.label :email %>
<%= f.email_field :email %>
<%= f.label :phone %>
<%= f.text_field :phone %>
<%= f.label :emergency_name, "Emergency Contact Name" %>
<%= f.text_field :emergency_name %>
<%= f.label :emergency_phone %>
<%= f.text_field :emergency_phone %>
<%= f.label :emergency_email %>
<%= f.text_field :emergency_email %>
<%= f.label :member_level, "Membership Level" %>
<%= f.select :member_level, [[nil],["None",0],["Unable",1],["Volunteer",10],["Associate ($25)",25],["Basic ($50)",50],["Plus ($100)",100]] %>
<%= render :partial => "/users/payment_methods", :locals => { :g => f } %>
<%= f.label :current_skills, "What skills, knowledge and experience do you bring to the community?" %>
<%= f.text_area :current_skills %>
<%= f.label :desired_skills, "What skills, knowledge and experiences are you looking for in HeatSync?" %>
<%= f.text_area :desired_skills %>
<%= f.label :password %><% if params[:action]!='new' %> (Only if you want to change your password)<% end %>
<%= f.password_field :password %>
<%= f.label :password_confirmation %>
<%= f.password_field :password_confirmation %>
<% if params[:action]!='new' %>
<%= f.label :current_password, "Type Your Current Password" %> (For your account's security)
<%= f.password_field :current_password %>
<% end %>
<%= f.submit button_label %>
<% end %>