how to redirect from one page to another using a form in html code example
Example: redirect with javascript
window.location.replace('http://mywebsite.com/home.html');
window.location.replace('http://mywebsite.com/home.html');