Link Posted February 18, 2008 Share Posted February 18, 2008 Is it possible to submit multiple forms on a page? We have developed a "sliding" form, which when they are finished with part 1, it slides to the next section. We want to do error checking in between each slide using PHP objects and AJAX. Once we get to the second page though, we will need to submit both the first and second slider pages. Each slider page is its own form. Is it possible to submit multiple ones? Quote Link to comment Share on other sites More sharing options...
chrischen Posted February 19, 2008 Share Posted February 19, 2008 you can use javascript to submit the forms without refreshing the page. Quote Link to comment Share on other sites More sharing options...
Psycho Posted February 19, 2008 Share Posted February 19, 2008 Or include all "sections" in one form and use DHTML to change from one section/slider to another. You can eitehr continue to do the validation via AJAx for each sectiona independently and/or do it within the JavaScript. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.