Watchmen Appointed
Click here to find them

becoming-a-watchman

becoming-a-watchman

Please complete this form to register as a watchman.

Form Start
<%= text_field_tag 'first_name', params[:first_name], :size => 30 %>
<%= text_field_tag 'last_name', params[:last_name], :size => 30 %>
<%= text_field_tag 'phone', params[:phone], :size => 30 %>
<%= text_field_tag 'email', params[:email], :size => 30 %>
<%= text_field_tag 'church_name', params[:church_name], :size => 30 %>
<%= text_field_tag 'church_city', params[:church_city], :size => 30 %>
<%= text_field_tag 'church_website', params[:church_website], :size => 30 %>
<%= text_area_tag 'comments', params[:comments], :cols => 45, :rows => 5 %>
<%= submit_tag 'Submit' %>
Form End