SyntaxFix
Write A Post
Hire A Developer
Questions
<script> setTimeout(function(){ window.location.href = 'form2.html'; }, 5000); </script>
And for home page add only '/'
<script> setTimeout(function(){ window.location.href = '/'; }, 5000); </script>