willthomson / grow-ext-google-forms

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

grow-ext-google-forms

Build Status

(WIP) An extension to integrate Google Forms with Grow. Provides a serialization for the structure of a Google Forms form, making it easy to integrate customized, bespoke forms while maintaining the field structure in Google Forms.

Concept

(WIP)

Usage

Grow setup

  1. Create an extensions.txt file within your pod.
  2. Add to the file: git+git://github.com/grow/grow-ext-google-forms
  3. Run grow install.
  4. Add the following section to podspec.yaml:
extensions:
  preprocessors:
  - extensions.google_forms.GoogleFormsPreprocessor

preprocessors:
- kind: google_forms
  id: 1FAIpQLSdhq6eKn19c9dpHnCFbUAT1pWsq-erAfw2qPTXgkoQ3qc8vrg  # ID of Google Form.
  path: /content/partials/form.yaml  # Where to save serialized form.

About

License:MIT License


Languages

Language:Python 60.3%Language:HTML 39.0%Language:Makefile 0.7%