Form Submission as Redirect URL Variable

This should be possible with HTML by creating a standard form in Webflow.

Navigate to the “Form Settings” and set Action to your destination url and method to GET. Also, make sure your form’s input fields have names set in the “Input Settings”.

form_action

See: javascript - How to pass input field values as a url query string that will be opened on click of a submit button? - Stack Overflow

1 Like