URL Query Parameters
-
I am trying to parse multiple parameters into the URL with no luck. In the behaviour tab of the submission behaviour settings, I have set it to redirect to https://digipiv.local/test-customer-details-form/?email={email-1}&name={name-1}.
It works when I only use one parameter (https://digipiv.local/test-customer-details-form/?email={email-1}).
But when I try to add the second using the & separator (https://digipiv.local/test-customer-details-form/?email={email-1}&name={name-1}), the URL breaks and I land on a 404 page. Please can somebody help?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘URL Query Parameters’ is closed to new replies.