How to redirect login page to website on click submit or login | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

How to redirect login page to website on click submit or login

25th Sep 2022, 5:24 PM
Olusegun Ife tomiwa
2 Answers
0
In the id of your form <form action="/login" besides putting 👈 put action="/login.html"> but this will only work in ide that works with folders and many files in sololearn will not work will return a blank page when you click on submit
27th Sep 2022, 5:04 AM
Félix Zamdamela
Félix  Zamdamela - avatar
- 1
Example 1: <form action="index.php"> ... <form> Example 2: <button><a href="..."></a>Click me</button>
25th Sep 2022, 5:50 PM
NinjaGamer
NinjaGamer - avatar