Prepopulate Data from Browser localStorage

Hi,

I have a Webflow site and use a a mini form (Webflow based) directly on the landing page for UX reasons. The real user form (feathery) is on a subpage. When the user lands on the website, he will fill the mini form, click on a button, will be redirected to the real form. There the input from the previous page should be already prepopulated.

I was using this tutorial (transfer form data between pages in Webflow)
I was able to get the input of the Webflow form, push it into the browsers localStorage, make a site change. I am failing with writing the value from the localStorage in the featehry form. How can I do this? Prepopulate a feathery form with a value from the Browsers localStorage?

In the tutorial it is done with a short jQuery code before the tag of the page where the form is embeded, but it doesnt work for the feathery form:

Thanks for helping

Hey there - after querying your local storage, you should pass the values in the form tag to use it during initialization. You can utilize initialValues to pass values into the form.