Hi- How do you access a question's name from JS? (eg the text that defaults to 'Q1' in the Survey admin UI, but that you can change to whatever you want). I tried getQuestionInfo() but it's not there.
Thanks
Page 1 / 1
Use the below code: (make sure you have checked 'Show Question Numbers' option under survey option)
var s = jQuery("#"+this.questionId+" .ExportTag").text();
Perfect. Thank you.
Leave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.