Hi,
Is there a way to place a question (actually, a fairly long block of text) below the next button for some pages only? Basically, we want to add a fairly long block of text that the respondents can read optionally if they want to, but we don't want them to have to scroll over that text if they don't want to to go to the next button.
I realize that the following javascript works, sort of:
jQuery("#Buttons").css({"text-align": "right",
"padding": "20px",
"margin-top":"-1000px"});
But we want to place the next button specifically above one "question," after making some space for it. This script requires that we set specific amount of space to adjust the location by on every page and, with blocks of text with different length, it would be impossible practically to figure out the amount of offsets by trial and error, it seems. I'm wondering if there is a way to make sure that the next button shows up just before the last question on that page regardless of how long the last question is.
Thanks!
Location of the next button (Basically, adding a question below next button for some pages)

Leave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.