The required
tag controls if whether a question must be answered before moving to the next page.
FEEDBACK. Do you have any more feedback for us?
type: text
required: n
Details
- The
required
tag accepts three inputs: 'y', 'n', and 'w' (for 'warn'). - It can be applied to a single question, a group, or globally with
set defaults
. - All questions are required by default.
Additional examples
Making a survey "not required"
By default, all questions are required. To override this, add required: n
to the survey's default settings. Below, required: n
is set in the set defaults
widget.
set defaults
required: n
1. Question is not required.
type: radio
1. Yes
2. No
Showing a warningÂ
Use required: w
to warn respondents to enter a response but allow them to continue without answering if they choose. If a question is left unanswered, a warning message will appear, prompting a response. However, the respondent can proceed by submitting the page again without answering. This functions similarly to the warn: y
tag.
4. Warn respondent if unanswered, but can continue without a response after the first try.
type: radio
required: w
1. Yes
2. No
Comments
0 comments
Please sign in to leave a comment.