TomasBankauskas / demo-netlify-plugin-form-submissions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Example site: netlify-plugin-form-submissions

This site only exists to demonstrate a Netlify Build Plugin.

Quick try-out

You can try out this site and its plugin out by deploying it.

Clicking the button below will clone this repo, setup a new site on Netlify and deploy the site complete with the plugin configured and operational.

Deploy to Netlify

Configuration

...

# Config for the Netlify Build Plugin: netlify-plugin-form-submissions
[[plugins]]
  package = "netlify-plugin-form-submissions"

  [plugins.inputs]
    # Get submissions for specific forms
    # e.g. "form-name"
    # e.g. ["form-name-1", "form-name-2"]
    # e.g. "ALL"
    # default: "ALL"
    formNames = "ALL"

    # the folder to recieve json files for each form
    dataDirectory = "src/_data"

About


Languages

Language:Nunjucks 66.6%Language:CSS 29.4%Language:JavaScript 4.1%