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?
You can use the folllowing code to redirect to a different page after validation
window.location.replace("http://sample.com/nexpage");