I have a registration page, having 3 columns username, email, and password. Login Page, consisting of 2 columns email and password now I want to show the username of the corresponding email while logging into the page. Note- I just want to know how can I fetch the value entered in email to another page.
Thanks in Advance!!