- Posts: 7
- Thank you received: 0
Ask the community, share ideas, and connect with other LimeSurvey users!
Please Log in to join the conversation.
Please Log in to join the conversation.
General settings / validation worked like a charm, thank you.Hi,
If I understood correctly you tried to use this /^[0-3]{1}$/ in "Logic / validation equation".
Here you have to use the function "regexMatch(pattern,QCode)"
To use your regex you enter it in "Gerneral settings / validation"
In my opinin you'd use an array(numbers) wth
text input
min value: 1
max value: 3
Joffm
Please Log in to join the conversation.
Please Log in to join the conversation.
Please Log in to join the conversation.
Please Log in to join the conversation.