We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Step 1: Configure the contactFormAction in the config.toml
contactFormAction
config.toml
[params] #contactFormAction = "https://formspree.io/f/your-form-hash-here"
Step 2: Activate the contact: true or contact=true in the frontmatter of a page. See exampleSite/content/contact.html as an example.
contact: true
contact=true
exampleSite/content/contact.html