Execute list event
Hi,
I've set up the following code on a Button Click event.
for(i = 0; i < 7; i++) {
localStorage.setItem('SkipVariable',i);
EYFSQuestionListService.execute({});
alert(i);
}
I have also added an alert to the EYFSQuestionListService success event to test. The above alert shows 7 times and then the Success event alert shows 7 times rather than showing the above alert, success alert, above alert, success alert etc?
What gives? ![]()
Thanks,
Sander