<% 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 clicking the payment button on this page or contacting a HeatSync member. Please note electronic recurring payments are -highly- encouraged-- we do not have paid staff. If you must pay via cash/check, please consider prepaying for 3, 6 or 12 months up front to reduce volunteer workload.

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 to schedule a New Member Orientation as well. After the orientation, you'll be equipped to be an awesome member of our community, and this website will get a lot more useful.

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 :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 :name, "Full Name" %>
<%= f.text_field :name %>
<%= f.label :email %>
<%= f.email_field :email %> <%= f.check_box :email_visible %> <%= f.label :email_visible, "Show Email to All Members?" %>
<%= f.label :phone %>
<%= f.text_field :phone %> <%= f.check_box :phone_visible %> <%= f.label :phone_visible, "Show Phone to All Members?" %>
<%= f.label :postal_code, "Residential Postal Code" %>
<%= f.text_field :postal_code %> (we'd like to know where you're commuting from!)
<%= f.label :twitter_url %> <%= f.text_field :twitter_url, :placeholder => "https://twitter.com/heatsynclabs" %>
<%= f.label :facebook_url %> <%= f.text_field :facebook_url, :placeholder => "https://www.facebook.com/HeatSyncLabs" %>
<%= f.label :github_url %> <%= f.text_field :github_url, :placeholder => "https://github.com/heatsynclabs" %>
<%= f.label :website_url %> <%= f.text_field :website_url, :placeholder => "http://www.heatsynclabs.org" %>
<%= 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 :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 :marketing_source, "How'd you find out about HeatSync?" %>
<%= f.text_area :marketing_source %>
<%= f.label :password %><% unless ['new','create'].include?(params[:action]) %> (Only if you want to change your password)<% end %>
<%= f.password_field :password %>
<%= f.label :password_confirmation %>
<%= f.password_field :password_confirmation %>
<% unless ['new','create'].include?(params[:action]) %>
<%= f.label :current_password, "Type Your Current Password" %> (For your account's security)
<%= f.password_field :current_password %>
<% end %>
<%= f.submit button_label %>
<% end %>