We currently have a Zapier App (screenshot attached). The issue lies in when a user clicks on the blue “Click here to learn more“ link in the New Participant Reward event.
The issue: The webpage is naively appending a ?from_url URL parameter to the click, but hashes aren’t factored in. This ends up with a malformed URL, and the user isn’t directed to the appropriate anchor upon landing on the webpage.
This is the original URL that we want users to go to:
https://site.com#hash
But this is what Zapier is turning the URL into:
https://site.com#hash?from_url=ANYTHING
This is what we would expect Zapier to turn the URL into:
https://site.com?from_url=ANYTHING#hash
Unfortunately, this is an issue that I haven’t been able to make any sort of workarounds whatsoever (DNS, server-side, and third-party tool).
Any thoughts, Zapier Dev team? Does this look like a bug?
Thank you