We’re using the Typeform embed API to display a form on our website. If the user does not complete the form, their partial responses are kept and pre-filled the next time they start the form. Is there a way to disable this so that each time the form is started, it is completely empty without the previous partial answers?
Answered
Can you disable partial completion?
Best answer by picsoung
Hey
This is a new feature we just released that should help most people but I understand it might fit your need.
One way to do this would be to add a line in your code to delete localstorage (where the partial responses are stored in respondent’s browser)
localStorage.clear();
But if you are embedding your form, I believe partial responses should not be stored 🤔
Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.