+ 1
How to redirect login page to website on click submit or login
2 Réponses
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
- 1
Example 1:
<form action="index.php">
...
<form>
Example 2:
<button><a href="..."></a>Click me</button>