Watchmen Appointed
Click here to find them
Click here to find them
contact-us
contact-us
<%= snippet 'instructions', :default => "Please complete this form to get in touch with us." %>
<% form_tag do %> <% if flash[:warning] %>
<% end %>
<% form_tag do %> <% if flash[:warning] %>
<%= flash[:warning] %>
<% end %>
<%= text_field_tag 'contact_name', params[:contact_name], :size => 30 %> | |
<%= text_field_tag 'contact_phone', params[:contact_phone], :size => 30 %> | |
<%= text_field_tag 'contact_email', params[:contact_email], :size => 30 %> | |
<%= text_field_tag 'church_name', params[:church_name], :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' %> |