This repository was archived by the owner on Sep 20, 2023. It is now read-only.

Description
I have embedded a typeform inside a webpage. It works great, but one thing I've noticed is that it caches the form submission results, so that the next time the person submits the form, the values are pre-populated. I don't want the values to be pre-populated.
Is there a built in way to remove the cache, or do I have to remove it from local storage manually?