Skip to main content
Question

Need to pass only email id and form id in the thank you page url

  • 2 July 2024
  • 1 reply
  • 25 views

Is there a script on to only show certain data from a form? Here is a link to the landing page.  
https://tours.kashmirport.com/kashmir-tour-packages/

The form at the bottom asks for name, phone number, email id and capturing phone number and utm paramters.  I’d like to pass formid and email address along with utm parameters.  Here is the url what viewer is getting post submission of the form

https://tours.kashmirport.com/thankyou-for-visiting-kp/?utm_medium=cpc&utm_source=google&utm_campaign=Kashmir+-+offbeat+-+tour+-+packages&utm_agname=Kashmir+Tour+Packages&keyword=kashmir%20tour%20packages

But i want user provided email id and form number will also be added with this URL

If i enable append form data into url then it embeds all form data but i dont want to show all forma data instead i want a java script which can pull only email id and form id.

Any help would be greatly appreciated.  

1 reply

Userlevel 4
Badge +1

You can set this link as a thank you link (https://tours.kashmirport.com/thankyou-for-visiting-kp?name_={{name_}}&email_id={{email_id}}) into this page’s form: https://tours.kashmirport.com/kashmir-tour-packages/ 

And make sure you click on this so that it’ll work. 


Let me know if there are any other concerns.

Thanks​​​​​​​

Reply