HubSpot Ideas

gillytech

Send form data in form submission redirect URL

Say you made a form that redirects to a landing page on the submission. I would like to be able to include some or all of the submitted form data in the actual redirect so that the code on the landing page or what have you could use the form data.

 

Something like this:

  1. User fills form
  2. User submits form
  3. User is redirected to https://example.org?email={{ contact.email }}

Currently there is no way to do this from the forms tool. It would be infinitely useful for better integration!