aboutsummaryrefslogtreecommitdiffstats
path: root/SCHEMA.md
diff options
context:
space:
mode:
authorGravatar Joe Banks <[email protected]>2020-11-14 02:01:24 +0000
committerGravatar Joe Banks <[email protected]>2020-11-14 02:01:24 +0000
commit526b3607bf85124ebad8e868cc4c0c721e9bc706 (patch)
treec7184b00be7e52618e482a1eff31c1ec99d3b7d5 /SCHEMA.md
parentAdd basic debug submit route to calculate some anti-spam and validate tokens (diff)
linebreak in SCHEMA.md
Diffstat (limited to 'SCHEMA.md')
-rw-r--r--SCHEMA.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/SCHEMA.md b/SCHEMA.md
index 65c8838..c499d43 100644
--- a/SCHEMA.md
+++ b/SCHEMA.md
@@ -1,7 +1,11 @@
## Form features
`DISCOVERABLE`: The form should be displayed on the homepage of the forms application.
+
`REQUIRES_LOGIN`: Requires the user to authenticate with Discord before completing the form.
+
`OPEN`: The form is currently accepting responses.
+
`COLLECT_EMAIL`: The form should collect the email from submissions. Requires `REQUIRES_LOGIN`
+
`DISABLE_ANTISPAM`: Disable the anti-spam checks from running on a form submission.