how do I set a question to have exactly 6 digits, not less, not more ?
It is a number question type.
1 Answers
Change the type of your question to Pattern and set Input Mask to 999999
Comments:
- Thank you !
how do I set a question to have exactly 6 digits, not less, not more ?
It is a number question type.
Change the type of your question to Pattern and set Input Mask to 999999
Comments:
- Thank you !