Solved
How to skip auto question numbering for descriptive text?

Hello,
Is there a way to skip auto-numbering for the questions of descriptive text?
I have a paragraph of the introduction at the top of the survey, so I just want to start numbering from the second question.
Please advise me.
Thank you very much.
Best answer by Anonymous
> @jhwang said:
> @Shashi,
> Thanks for your suggestion. But I also want not to show a question number for the descriptive question. Do you have any ideas?
> Thank you.
Paste the below code in the js(OnReady) of the descriptive question
`jQuery("#"+this.questionId+" .ExportTag").hide();`
View originalLeave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.