Skip to content

Commit

Permalink
Update app url in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
annda committed Oct 7, 2019
1 parent 3dc7451 commit 2c0546d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Each form is accessed via a direct link, which contains the form ID (form direct

All forms are served from subdirectories of `data/`.

Create a `config.yaml` file in a `<data-subdirectory>`. The form will be available at: `https://your.server/forms/<data-subdirectory>`
Create a `config.yaml` file in a `<data-subdirectory>`. The form will be available at: `https://your.server/<data-subdirectory>`

When the user submits the form, all input values are saved in the form directory as `values.yaml` If the user clicked on `send` and all the inputs are valid, an email is sent to configured addresses.

Expand Down

0 comments on commit 2c0546d

Please sign in to comment.