“Pass value to URL” replaces SPACE with + instead of
-
Hi,
I’m using the “Pass all the fields from the form as URL query parameters” feature to Redirect, but values from fields containing space fails.For example:
Myname = Jake -> works
Myname = Jake Smith -> failsI’m following this tutorial to pass values from form A to form B:
https://wplearninglab.com/contact-form-7-get-value-from-url/I notice the final redirect URL replaces space with + symbol which fails to fill my CF7 dropdown box:
mydomain.com/?name=Jake+SmithAny advice on how to make that work (e.g. replace space with %20) so that it becomes:
mydomain.com/?name=Jake%20Smith
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘“Pass value to URL” replaces SPACE with + instead of’ is closed to new replies.