GET method form not passing info

On the form above the fold, the user’s email address should be passed through to the redirect page. I’ve set it to GET, added the redirect URL, and changed the form name and input field name to “email” which corresponds to the name on the redirect page.

When I submit the form, it should pass the email address from the form to the redirect page, but it’s not. Are the field ID names an issue? I wouldn’t think so. Is the Webflow form submission not working like a normal form submission?

Read-only URL: https://preview.webflow.com/preview/sajari-try?utm_medium=preview_link&utm_source=designer&utm_content=sajari-try&preview=05b9b7b2d03a5796c5fe863c18b71b35&pageId=5f63e6f04e284929db6f464f&mode=preview

Hey Jon, I believe you misplaced the this link (https://www.sajari.com/console/sign-up) in your form. Instead of placing it on the “redirect” field, place it on the action field and leave the redirect field blank.

By doing that, whenever someone submits your form, they’ll be “redirected” to this page with an url similar to this one “https://www.sajari.com/console/sign-up?email=test@wf-tester.com

That was it, thanks. It hadn’t occurred to me.