It looks really silly, but I don't know how to do the following:
I used a webhook to "catch" some parameters on a URL, I changed the parameters names on that URL, and added them to another URL. Now I'd like to go to the new URL with the revised parameters.
How do I do that?
Background:
The goal is to get the registration info from a form and transfer them to a questionnaire. But the questionnaire receives parameters with certain names only.
Thanks!