An open API service indexing awesome lists of open source software.

https://github.com/michaelborn/boltformstack

Easily embed Formstack forms within your Bolt-CMS-driven website.
https://github.com/michaelborn/boltformstack

Last synced: 9 months ago
JSON representation

Easily embed Formstack forms within your Bolt-CMS-driven website.

Awesome Lists containing this project

README

          

# Bolt FormStack Embed

Embed a Formstack form: https://michaelborn.formstack.com/forms/formtest onto your site.

## Usage

This function adds a new `formstackEmbedForm()` Twig function which you can use to embed a form by its id.

```
{{ formstackEmbedForm('1234') }}
```

## Requirements / Thank You!

Requires [`jgulledge/formstack-api`][1].

[1]: https://github.com/jgulledge19/FormStackAPI