[Plugin: Member Access] Redirection After Login Removes Symbols in the URL
-
Hi,
I’m using WP 3.3.1 and Member Access 1.1.5.
Bit of an odd problem, where the ‘@’ symbol contained within the redirection url gets removed after logging in.
Hopefully I can explain clearly what’s happening…
I have one restricted page which contains a form. The link to the form, which is on an unrestricted page, contains some parameters in the url to automatically populate two form fields.
For example, url to the restricted page is:
domain.com/restricted-page/?Name=Bob&[email protected]
When clicked, the visitor is prompted to enter their login credentials, and the url looks like this in the address bar:
domain.com/wp-login.php?redirect_to=http%3A%2F%2Fdomain.com%2Frestricted-page%2F%3FName%3DBob%26Email%3Dbob%40domain.com
Then when the restricted page is loaded the ‘@’ symbol has been removed and looks like this:
domain.com/restricted-page/?Name=Bob&Email=bobdomain.com
It’s odd, because the url reference (%40) for the ‘@’ symbol is there in the redirection url, but then goes missing after the user has logged in and the page loads.
I’ve de-activated the Member Access plugin, and the form is successfully populated with the ‘@’ symbol when the user isn’t prompted to log in. The only other plugin I’m using is cFormsII.
I’d appreciate any help!
Thanks,
Darren
- The topic ‘[Plugin: Member Access] Redirection After Login Removes Symbols in the URL’ is closed to new replies.