Submit Your Review
.button {
display: inline-block;
border-radius: 5px; border: none;
cursor: pointer;
font-size: 1.1em;
font-weight: 700;
margin-bottom: 5px;
margin-top: 10px;
text-decoration: none;
width: 250px;
background-color: #4e4e4e;
color: #FFFFFF;
}
.button:hover { background: #2e2e2e; }
{% if contact.sent %}
Thank You!
We appreciate you taking the time to submit your review! All reviews are posted on our website within one week of receiving.
{% else %}{{ page.name }}
- Your Name: {{ contact | contact_input: 'name' }}
- Your Email: {{ contact | contact_input: 'email' }}
- Subject: {{ contact | contact_input: 'subject' }}
- Your Review: {{ contact | contact_input: 'message' }}
-
Are you human? Enter the characters from the image
{{ contact | contact_input: 'captcha' }} {{ contact.captcha }}
-
Disclaimer: By submitting your review, you permit the full use of your testimonial on our site and future publications.
jQuery(document).ready(function(){
window.document.title = " Pay It Forward, Share Your Advice , Make a Difference - Submit Tips ";
});