Insert dynamic value from URL into username field in Login form
-
How can I insert a dynamic value from a URL into the form’s username field?
For example, the URL looks like this:
example.com/login/[email protected]
I tried playing around with login-form.php (using $_GET[’email’];) but I keep getting “ERROR: The username field is empty.”
Thanks
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Insert dynamic value from URL into username field in Login form’ is closed to new replies.