psilvaj Posted January 3, 2011 Share Posted January 3, 2011 hello. I have a form divided into sections like wizard, where the next and back buttons are defined in javascript. I have on the last DIV the results of all that was chosen in the previous DIV but can not set two things on the button next: to submit the php code and after that pass to the final DIV. How can I do this? Quote Link to comment https://forums.phpfreaks.com/topic/223302-wizard-form/ Share on other sites More sharing options...
revraz Posted January 4, 2011 Share Posted January 4, 2011 Sounds like you are looking for Pagination. Try searching for that and see if it's what you are looking for. Quote Link to comment https://forums.phpfreaks.com/topic/223302-wizard-form/#findComment-1154505 Share on other sites More sharing options...
psilvaj Posted January 4, 2011 Author Share Posted January 4, 2011 Sounds like you are looking for Pagination. Try searching for that and see if it's what you are looking for. Hello What I´m intended to do is something like this example. http://www.dynamicdrive.com/dynamicindex16/formwizard.htm I've got my form and I have divided into five tabs. The four Initial tabs have the inputs and those inputs should be shown in fifth tab. What I needed is that the next button on the fourth tab was associated with two functions: 1 - .... action = "form.php" and form.php is the same file I'm using. 2 - After the action should proceed to the last tab that already has the php code to display the information contained in the inputs What is happening now is that I have added a submit button on the fourth tab and run the form.php not going to the fifth tab but to the beginning. I did not want to add the submit button but instead use the default button next. Quote Link to comment https://forums.phpfreaks.com/topic/223302-wizard-form/#findComment-1154569 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.