blob: c499d43e7f62a081cdb7f2196878d2bea40b3925 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
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.
|