Search code examples
javascriptformsregistrationgoogle-formsweb-development-server

How can I redirect users to exam page in javascript?


using JS .. registeration form then after validation go to log in form then after validation will redirect to quiz page . anyone one know how to make?


Solution

  • You can use the folllowing code to redirect to a different page after validation

    window.location.replace("http://sample.com/nexpage");