So I have published a signup form on a landing page on our website. We want to use this signup form to collect user data like first name, date of birth etc.
I don't want the customers to need to fill in their e-mailadress. It should be prefilled since we already know what the e-mailadress is. We will link to this page from a welcome e-mail, which will have the e-mailadress in the URL www.example.com/newsletter-data?email=xxx@xxx.nl
Now I have already built this part with JavaScript and I can see that the e-mailadress is added the the Klaviyo form from the URL. However after like 1 second it is removed again (I guess by Klaviyo itself). So you can see it being added and then with a flicker it dissapears again.
Does anybody know how I fix this? Or is there a different way to accomplish this? (withou Klaviyo custom hosted pages)
Thanks in advance!