Send POST parameters to Unbounce page

  • 30 March 2015
  • 1 reply
  • 3 views

I’m redirecting to my Unbounce page from another page that’s sending POST parameters.

Is there any way to send/get those values using a server-side language?


1 reply

Userlevel 3

Hey there!

You can’t use server side code on Unbounce. You are only able to implement client side javascript.

Our forms actually capture URL parameters. If you have a matching field in your form the value is automatically pulled in.

For example if you came to your landing page with the following URL:

www.mylandingpage.com/?food=pizza

Then creating a field (or a hidden field) called ‘food’ on your form would capture the value ‘pizza’

Reply