I want to use my unbounce page to capture form data from URL paramters and submit it when the page loads and without any user interaction.
I have javascript that parses my URL parameters and populates the form fields, but when I call submit() the data is submitted and I can see it in my “leads”, but I get a response of "{“protected_assets”:{}} that appears on the screen.
Is there any way to do this?