Want to pass values to URL example.com?id=123
-
I want to redirect to a quick payment page. So the URL to redirect is like
example.com/?id=…Unfortunately the parameters passed by the plugin start with ?
so I get
example.com/?id=…?a=1&b=2
Two ? signs are wrong and result in an error.
I can’t pass id value via a field because “id” seems to be a restricted name for input name.How can I redirect to example.com/?id=… with my own variables? Thank you
Viewing 9 replies - 1 through 9 (of 9 total)
Viewing 9 replies - 1 through 9 (of 9 total)
- The topic ‘Want to pass values to URL example.com?id=123’ is closed to new replies.