Hi guys
I can't figure out what I'm doing wrong and it's doing my head in. Have sent in a support request as well but posting here just in case someone has come across this in the past.
I have three slider questions, one after the other on separate pages, with the community NotApplicable thing going on.
Whatever you pick in the first select question follows through to the first slider question. The first slider question seems to be working fine. BUT the subsequent slider questions appear to be affected by that select question too which makes no sense. If the first item in the select question is not picked, the N/A option does not appear from the second slider onward. If the first code IS picked, the N/A option does come up but the question still doesn't work. It appears to be having an issue with this piece of code in the javascript validation of the N/A part:
[code}
// Open end, numeric else if (GLOBAL_SAWTOOTH_[% QuestionName() %].constantSumOrRanking.indexOf(item) == -1) { for (var c = 0; c < cols.length && !err; c++) { err = !$('#' + question + '_r' + item + '_c' + cols[c]).val().length; } }
[/code]
Cannot read property 'length'of undefined
Anyone out there come across this behaviour before?