Hi
For my Qualtrics survey, I need the cursor to automatically appear in the text boxes of my questions. Since I am not a programmer, I have no idea how to code this in javascript. In the thread below, I found the following code:
$(this.questionId).down('.InputText').focus().defer();
I added this line of code to the addOnReady section, but it doesn’t work at all.
I also tried the following code, but it doesn’t work either:
inputText.activate();
Could someone help me by giving me a line of code that I can directly paste into the questions? I would need this to work in all browsers (some people reported having trouble implenting this in some browsers but not in others).
Thanks!