Skip to main content

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?

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