The previous button at the bottom of the quiz takes the user to another quiz in my account. I need to disable that or have it redirected back to the quiz they are on. How do I do this?
Previous button should go to to previous page. Please share me a link to your quiz, so I can check and investigate what might be causing you this issue.
The next and previous buttons are actually from theme’s code. They are commonly found on regular single post page. They links to previous and next posts. To hide it on quiz page, you’d add this simple CSS code to Appearance > Customize > Additional CSS from dashboard.
Great. I got it. When I put the shortcode onto a page, rather than use the link as a post, there is no previous or back button. I understand now. Thank you.