Skip to main content

We have a series of fields and hidden fields in our form that we are passing to a URL. For some reason, Unbounce is passing the form data as query parameters to the middle of the URL. This is of course invalid, and so our “Confirmation URL” is not working.


For example:

Form fields: name, email, phone

Valid Confirmation URL: https://company-name.zohobookings.eu/#/customer/123456789?Name=Ralph%20Smith&Email=ralph@test.com&Phone=12345678909

What Unbounce is calling: https://company-name.zohobookings.eu/?Name=Ralph%20Smith&Email=ralph@test.com&Phone=12345678909#/customer/107980000000018008


It seems like the “#” is throwing this off. But that would be an Unbounce bug from my understanding. “#” is a valid character for URLs.


Let me know if I’m missing something or if there is a workaround. Thanks in advance for any help.

Be the first to reply!

Reply