Skip to content

Latest commit

 

History

History
29 lines (25 loc) · 861 Bytes

contact.md

File metadata and controls

29 lines (25 loc) · 861 Bytes
title width section navbar header
Contact Us Forms
xsmall
large
sticky scroll_up animation transparent transparent_color
true
true
true
true
light
layout background_image background_overlay color header_size heading_size parallax
center
header-10.jpeg
rgba(0, 0, 0, 0.6)
light
xlarge
medium
true

Example contact forms using free third party service Formspree. There are two form layouts with optional name and subject fields. {: .uk-text-lead}

Stacked basic form

{% include formspree.html email="[email protected]" redirect="/thanks/" name="false" subject="false" %}

Horizontal layout with subject and name

{% include formspree.html email="[email protected]" redirect="/thanks/" name="true" subject="true" layout="horizontal" %}