We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a66cb9c commit 326d1d1Copy full SHA for 326d1d1
README.md
@@ -20,7 +20,6 @@ Fetch Forms is a headless forms solution and form builder designed to help devel
20
21
1. [Sign up for a free account](https://www.fetchforms.io/create-account)
22
2. [Configure a form](https://www.fetchforms.io/docs/configuring-a-form)
23
-3. [Create an API token](https://www.fetchforms.io/account/api-details)
24
25
### Installation
26
1. Clone the repo
@@ -33,7 +32,6 @@ Fetch Forms is a headless forms solution and form builder designed to help devel
33
32
```
34
3. Add the dotenv file named `.env.local` with these params
35
```sh
36
- REACT_APP_FF_TOKEN=API_TOKEN
37
REACT_APP_FF_FORM_ID=FORM_ID
38
39
4. Start the app
0 commit comments