To hide the next button on a specific page, use this code in the custom CSS section of the survey Appearance settings :
.page-2 .nextButton {
visibility: hidden !important;
}
Here we are hiding it on page 2. To hide it on a different page, just change the ‘2’ to the correct page number.
Comments
0 comments
Please sign in to leave a comment.