+ 1
What do next after creating a form page
I crated a form page and if some one submit it how it will go to next page does there any code or what . I don't know what to do i want that if someone submit the form it will go to next page
1 Answer
+ 1
If you submit a form through input type=submit it try to open the action page url. And if not found open a blank page.so better if you use submit it through input type =button and some javascript.
You can set js the btn onclick formpage.style.display:none;
And secondpage.style.display:block;