https://github.com/fetchforms/javascript-example-app
Examples of how you can use Fetch Forms in vanilla javascript.
https://github.com/fetchforms/javascript-example-app
Last synced: 5 months ago
JSON representation
Examples of how you can use Fetch Forms in vanilla javascript.
- Host: GitHub
- URL: https://github.com/fetchforms/javascript-example-app
- Owner: fetchforms
- Created: 2022-03-07T15:22:48.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-03-08T17:30:09.000Z (over 4 years ago)
- Last Synced: 2025-02-13T23:18:27.410Z (over 1 year ago)
- Language: HTML
- Homepage: https://codesandbox.io/s/fetch-forms-javascript-example-h2z478?file=/index.html:0-555
- Size: 17.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### What is Fetch Forms?
Fetch Forms is a headless forms solution and form builder designed to help developers build forms and connect data.
### Prerequisites
1. [Sign up for a free account](https://www.fetchforms.io/create-account)
2. [Build a form](https://www.fetchforms.io/docs/building-a-form)
### Installation
1. Clone the repo
```sh
git clone https://github.com/fetchforms/javascript-example.git
```
2. Install NPM packages
```sh
yarn
```
3. Add the a your form slug to index.js
4. Start the app
```sh
yarn start
```
### Questions?
Fetch Form Twitter - [@fetchforms](https://twitter.com/fetchforms)
Website contact form - [Contact Us](https://www.fetchforms.io/contact-us)
Support Email - support@fetchforms.io