We have a landing page that is receiving parameters from a form via POST.
This is working just fine. We’d like to change the landing page so that it can also accept those same parameters via GET in addition to POST. When we try it the parameters aren’t recognized.
As a programmer, I know this is an easy thing to do when you have control over the programming, but what I don’t know is if Unbounce has the ability to do this or not. I couldn’t find a configuration setting to make the landing page work with GET.
Any pointers?