Skip to main content

I’m building a training quiz and if users don’t get the correct score, I have them redirected back to the start to try the quiz again. However, their answers from before are already selected. How do I prevent this happening? I want them to be able to start afresh.

Thanks,

Debbie

Hi @DebbieEcoBurner This is a great question that we’ve received a few times. Unless the form has been submitted, the answers they’ve provided will still show. We don’t currently have a workaround for this except for having them submit the form and then redirect them to the start of the form again. 

However, I will share this use case with our product team, as it will help them understand the requests for this!


Hi @DebbieEcoBurner 
I believe the answers are saved in your browser's local storage (which is how Typeform is prefilling them)
It may be worth a try (not sure though) but by using the Typeform SDK you can hook onto the "onStarted" event and at that point clear the local storage to effectively clear the response and start with a clean state.


Reply