Trying to achieve following, user opens url via email, url will lead him to:
https://iderma.lt/?name=john
He will then click button that will open next url: https://form.typeform.com/to/sxmSCYSc?city=Vilnius
That url already contains multimple of arguments, but I would want it to contain extra argument from the first url &name=john
Finally it would look like https://form.typeform.com/to/sxmSCYSc?city=Vilnius&name=john
How to achieve that?