- Posts: 23
- Thank you received: 0
Ask the community, share ideas, and connect with other LimeSurvey users!
Please Log in to join the conversation.
Please Log in to join the conversation.
Please Log in to join the conversation.
Please Log in to join the conversation.
Please Log in to join the conversation.
You did what?and put the question ID
Please Log in to join the conversation.
Please Log in to join the conversation.
Please Log in to join the conversation.
Look in the browser console (F12) for JavaScript errors.Without putting the QID, it did not work.
(There was a line which said, "call the function with a question ID". I inserted the Question ID in the code below it. It as not working before that, after that, the "Add Row" button started appearing. But the problem is, pressing the button does nothing so far)
Please Log in to join the conversation.
Please Log in to join the conversation.
// Call the function with a question ID varLengthArray({QID});
// A function to add or remove rows of an Array (Multi Flexible)(Text) question function varLengthArray(qID) {
Please Log in to join the conversation.
Please Log in to join the conversation.