I have a form on my page where the user must fill out:
Name = #firstname
Phone = #phone
Email = #email
After clicking the “Submit” button, it is redirected to an External URL. My question is, how do I pass the parameters that the user filled in the form to this external url? It should look like this:
external_url.com/?name=#firstname&phonenumber=#phone&email=#email
Even reading the Velo documentation about wixlocation I was unable to implement code that worked in my form, could anyone help?