Form fields as GET parameters on the Thank You page

  • 21 November 2014
  • 2 replies
  • 7 views

How can I send the form fields as GET parameters when I use the built in Thank You page after form submit? When using an external TY page I’m using a script that captures these parameters and sends them to Segment.io.

Thanks!


2 replies

Userlevel 3
Badge +1

Hi Roy - If you’re using a built in form confirmation dialog/thank you page, any form field responses are sent via URL parameter to that Thank You page, so you should be able to grab those values via Javascript, just the same as you would if you were sending users to a separate page on form submit.

Awesome, thanks!

Reply