Contact Form V2
{% style %}
/* Container styles */
.contact-form {
max-width: 100%;
padding: 20px;
background-color: #f8f8f8;
border-radius: 5px;
}
/* Grid styles */
.grid {
display: flex;
flex-wrap: wrap;
margin-bottom: 20px;
}
.grid__item {
flex: 1 0 50%; /* Two columns on medium screens */
padding: 0 10px;
box-sizing: border-box;
}
/* Input styles */
input[type='text'],
input[type='email'],
input[type='tel'] {
width: 100%;
padding: 10px;
margin-bottom: 10px;
border: 1px solid #ccc;
border-radius: 5px;
box-sizing: border-box;
}
/* Label styles */
label {
display: block;
font-weight: bold;
margin-bottom: 5px;
}
/* Button styles */
.btn {
display: block;
width: 100%;
padding: 10px;
background-color: #007bff;
color: #fff;
border: none;
border-radius: 5px;
cursor: pointer;
transition: background-color 0.3s ease;
}
.btn:hover {
background-color: #0056b3;
}
/* Success message styles */
.note--success {
color: green;
font-weight: bold;
margin-top: 10px;
}
{% endstyle %}
{%- assign formId = 'ContactForm' -%}
{% form 'contact', id: formId %}
{% if form.posted_successfully? %}
If you are intertested in finding out more information, or receiving a quotation, please complete the form below..
We have received your submission and will reach out to you soon!
{% endif %} {{ form.errors | default_errors }} {% endform %}The Team
-
Mike Cowie
-
Hano Wagner
Sales & Support
-
Henry Thorne
Sales & Suppliers
Store Contact Information
📍 Greenside Farm, Farm 507, Portion 3, Bluelilies Bush, Tsitsikamma, 6309
Hours:
Monday - Friday: 07:00 - 17:00
Saturday: Closed
Sunday: Closed