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.
- Host: GitHub
- URL: https://github.com/michaelborn/boltformstack
- Owner: michaelborn
- Created: 2018-08-21T21:41:30.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-09-01T13:47:20.000Z (almost 8 years ago)
- Last Synced: 2025-03-02T23:30:42.804Z (over 1 year ago)
- Language: PHP
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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