Board member changes to registration forms and reports
This commit is contained in:
@@ -6,7 +6,10 @@ Please also note that certain privileges like 24/7 card access require community
|
||||
Thanks again, and happy hacking!</p>
|
||||
<% end %>
|
||||
|
||||
|
||||
|
||||
<%= form_for(resource, :as => resource_name, :url => registration_path(resource_name), :html => html) do |f| %>
|
||||
<i><%= f.label :public_notice, "* denoted fields will be published to our public mailing list" %></i><br />
|
||||
<div class="field">
|
||||
<%= f.label :member_level, "Membership Level" %><br />
|
||||
<%= f.select :member_level, [[nil],["None",0],["Unable",1],["Volunteer",10],["Associate ($25)",25],["Basic ($50)",50],["Plus ($100)",100]] %>
|
||||
@@ -17,7 +20,7 @@ Thanks again, and happy hacking!</p>
|
||||
</div>
|
||||
|
||||
<div class="field">
|
||||
<%= f.label :name, "Full Name" %><br />
|
||||
<%= f.label :name, "Full Name *" %><br />
|
||||
<%= f.text_field :name %>
|
||||
</div>
|
||||
|
||||
@@ -64,15 +67,15 @@ Thanks again, and happy hacking!</p>
|
||||
<%= f.text_field :emergency_email %>
|
||||
</div>
|
||||
<div class="field">
|
||||
<%= f.label :current_skills, "What skills, knowledge and experience do you bring to the community?" %><br />
|
||||
<%= f.label :current_skills, "What skills, knowledge and experience do you bring to the community? *" %><br />
|
||||
<%= f.text_area :current_skills %>
|
||||
</div>
|
||||
<div class="field">
|
||||
<%= f.label :desired_skills, "What skills, knowledge and experiences are you looking for in HeatSync?" %><br />
|
||||
<%= f.label :desired_skills, "What skills, knowledge and experiences are you looking for in HeatSync? *" %><br />
|
||||
<%= f.text_area :desired_skills %>
|
||||
</div>
|
||||
<div class="field">
|
||||
<%= f.label :marketing_source, "How'd you find out about HeatSync?" %><br />
|
||||
<%= f.label :marketing_source, "How'd you find out about HeatSync? *" %><br />
|
||||
<%= f.text_area :marketing_source %>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user