{{ form:contact_us }} {{ if success }}
{{ success }}
{{ else }} {{ if errors }}
{{ errors }} {{ value }}
{{ /errors }}
{{ /if }} {{ fields }} {{ if type == "text" }} {{ if handle == "email"}} {{ else }} {{ /if }} {{ elseif type == "textarea" }} {{ /if }} {{ if error }}

{{ error }}

{{ /if }} {{ /fields }} // Add the honeypot field // This is just a submit button. {{ /if }} {{ /form:contact_us }}