DiscordMemberVerificationFormField
constructor(fieldType: MemberVerificationFormFieldType, label: String, choices: Optional<List<String>> = Optional.Missing(), values: Optional<List<String?>> = Optional.Missing(), response: Optional<JsonPrimitive?> = Optional.Missing(), required: Boolean, description: String?, automations: List<String?>, placeholder: Optional<String?> = Optional.Missing())(source)
Parameters
fieldType
The MemberVerificationFormFieldType for the quest
label
the label for the field (max 300 characters)
choices
Multiple choice answers
values
The rules the user must agree too
response
The response for this field
required
Whether this field is required for a successful application
description
The subtext of the form field
automations
placeholder
Placeholder text for the fields response area