Please only use this to answer the original question. Otherwise please use comments.
Privacy: Your email address will only be used for sending these notifications.
Anti-spam verification:
To avoid this verification in future, please log in or register.
1 Answer
0 votes
For v8, I would use loops in conjunction with SetValue. You can skip to the next iteration of a loop and SSI Web will think its a different question but to the respondent it will be the same. That way you will not loose data. Use SetValue for setting any values you want to change before the loop runs and use GetValue to retrieve them later.
Hmm, possibly could work if I could set up an infinite loop somehow or make my looping list a long enough list of sequential numbers that it would be functionally infinite. I'd need the values entered in the previous iteration to show up each time, but I guess I could do that with GetValue and JavaScript.
If SetValue was available as a javascript fucntion it would totally make all my problems go away though..
You can use the LOOPITERATION and VALUE functions to get the previous values entered in the loop.
[% Begin Unverified Perl
return VALUE("QNAME." . LOOPITERATION());
End Unverified
Your comment on this answer:
Privacy: Your email address will only be used for sending these notifications.
Anti-spam verification:
[captcha placeholder]
To avoid this verification in future, please log in or register.
If SetValue was available as a javascript fucntion it would totally make all my problems go away though..