I want to redirect user to another site after submit. I use Branching Rule: Navigate to URL. there are few variables used in the survey. The problem is these variables always get appended to the url, e.g.
url: https://sample.ca, it actually redirect to:sample.ca/&ctx={"First Name":"First Name","Last Name
Firstname and Lastname are variables.
how can I get rid of the variables from the url?