Solved
How to retrieve element ID's inside a question
I would like to disable the Entry text field for five seconds, but I cannot find out the field IDs (not QID - I know how to get that).
Best answer by Anonymous
Hello @welork ,
The id of the entry text field is "QR~"+this.questionId.
For eg if question id is "QID4"(without quotes) then element id is "QR~QID4"(without quotes)
If we have more than one entry text fields then the id will be "QR~"+this.questionId+"2" , where 2 is the second text input field.!
In the above image field 2 (with line) has id circled in the image.
View originalThe id of the entry text field is "QR~"+this.questionId.
For eg if question id is "QID4"(without quotes) then element id is "QR~QID4"(without quotes)
If we have more than one entry text fields then the id will be "QR~"+this.questionId+"2" , where 2 is the second text input field.!

In the above image field 2 (with line) has id circled in the image.
Leave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.