Contact Form

2 different contact forms are available on the contact page and they can be configured in the config.yml

# config.yml

contact_form:
  use_netlify_form: true
  use_formspree_form: false
  formspree_endpoint: https://formspree.io/f/moqyklqv
  netlify_form_name: "contact"

Netlify Form

By default the theme uses Netlify forms. If you are hosting your site on Netlify and have use_netlify_form enabled the form will work automatically with Netlify forms.

Formspree

You can optionally turn on Formspree forms. First disable Netlify forms and add your formspree endpoint from the form your created in Formspree.

# config.yml

contact_form: 
  use_netlify_form: false
  use_formspree_form: true
  formspree_endpoint: https://formspree.io/f/moqyklqv
  netlify_form_name: ""