Answered

Save and return with hidden variables

  • 29 March 2022
  • 3 replies
  • 70 views

I understand typeform supports “Save and Return” feature and it cannot be disabled.  However, it appears that “Save and Return” is even activated when the URL is different with a hidden variable.  E.g.

if I have a typeform with url:

https://aaaa.typeform.com/to/XXXX#hidden=1

The previous unfinished form data will be visible even with a different hidden variable e.g. 

https://aaaa.typeform.com/to/XXXX#hidden=2

To me, they should be considered different entries and previous unfinished form data shouldn’t be pre-populated in the new form.  I consider this a bug.  Please let me know your thoughts.

 

 

icon

Best answer by Liz 29 March 2022, 16:43

View original

3 replies

Userlevel 7
Badge +5

Hi @christa Thanks for stopping by! Cookies are used to track the respondent, so if they’re using the same browser/same device, this is expected behavior, even if the hidden field in the URL changed. 

Hopefully this helps clarify, but let us know if you have any other questions!

Either you don’t understand what I am saying or you are not taking my message seriously.  2 forms with different URL are considered different forms.  They shouldn’t be sharing data!

Userlevel 7
Badge +6

@christa - this from another user

what i have seen somewhere in documentation or discussion is that the URL is composed of a resource and metadata being passed to the resource. If that is the case, then the form is what is being cached in the cookie as that is the resource .. not the ‘combined’ resource plus metadata

i have had to break long typeforms into smaller chunks, with redirects upon completion between them, so that i get the user to submit the data more frequently - rather than relying on the “store and return” 

as a workaround, you might want to examine how your typeform is constructed to try and minimize issues like this.. 

des

Reply