urlencode?
-
Looks like the form field are not properly encoded.
So for example a company name “Smith & Co.” corrupts the get variables.
Until this is fixed my temporary workaround was to
change the wpcf7-redirect-script.js – line 31:
http_query += element.name + '=' + encodeURIComponent(element.value) + '&';(the “
&” could be changed to “& amp;” too?)
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘urlencode?’ is closed to new replies.