Solved
Javascript Button that Jumps to the last block, not the survey end
I have a button in my footer that is displayed all the time. When it is clicked, I want it to jump to the last block in my survey (or any block I specify).
I think I do this by making the button a Jump button. FWIW: I am using a Table of Contents, so I think Jump Buttons apply.
Best answer by MohammedAli_Rajapkar
Hi @red5
You will have to find the button id of the button on which if someone click then it should take them to the last block of the table of content.
Find out the ButtonID and FlowID (last block of TOC)
Add below code under the "header" section of "Look & Feel"
jQuery("#ButtonID").click(function()
{
jQuery("a[id='BlockID']").click();
});
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.
