Question
Fixing JS on slider questions to reformat respondents' response summary
I added the following JS to my slider questions, which moved the slider labels to be placed below the slider. However, it totally messed up my response summary (the summary that respondents get of their own responses before submitting the survey).
{jQuery("ul.labels").insertAfter("div.slider-container:last");}
Basically the problem is that now that in the respondent's response summary, the slider questions are all clumped together, and the labels are all clumped together at the bottom (aka the labels are detached from the sliders!).
Does anyone have any guidance here?
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.
