Contact Us
Complete the form below to send us an e-mail and we will respond to your inquiry shortly. If you prefer, you may contact us directly.
<%= form_tag %>
Name:
<%= text_field 'contact', 'name' %>
E-mail:
<%= text_field 'contact', 'email' %>
Phone:
<%= text_field 'contact', 'phone' %>
Message:
<%= text_area 'contact', 'message' %>
<%= submit_tag 'Send Message' %>