How to Fill Formular with url query values

hi,

I have an Page with a simple Wix Forms.
I also have an qr-code with the URL and some query parameters.

getting the data from the URL is no Problem:

let query = wixLocationFrontend.query;

setting the value of the inputs is also no problem

$w(“#input17”).value = myobj.a;

but the form can’t submit.

every code-filled input is marked as FieldValidityError : valueMissing from the form-builder

Can someone help me ?

Hey there.

Try this:

1 Like

Thank you.
Does work this way.

1 Like