Hi everyone! I´m working on an advanced Quiz page, and find that the FF Quiz modules are the best in the marked, though:
When I use the pagedevider, I get 2 bars in the the button of each page. "Previous" and "Next".
I would like to delete the "previous" possibility, but I can't find out how. The reason for that is, that I don't want users to be able to go back and change their answers, because when the respondent gets further into the Quiz, she will get some of the the answers to previous questions in the text provided by me.
Is it possible to solve this? I have the business membership. I might upgrade for Elite if needed.
Hope someone can help me with this :D
You can hide the previous button with CSS. You can do this either by adding the CSS directly to the form's HTML on the form's Customize HTML page or by including custom CSS on the Custom CSS page. You should know that hiding the button doesn't prevent someone from using the browser's back button. For that, you need custom jQuery: https://stackoverflow.com/questions/71183211/prevent-user-from-clicking-browsers-back-button
Thank you Victor. I do not know what to write in CSS in the forms HTML here, but It sound like a solution I can look into.
Because of the need to use jQuery I was thinking if it is possible instead to lock the answer to any question with CSS, when the respondent go to the next page, so that if he enters previous pages, he won't be able to change or rewrite his previous answers. The answers are either typed as text or chosen in a radio button field. Do you know if that is possible?
Tank you in advance
Please login or Register to submit your answer