Jump to content

wizard form


psilvaj

Recommended Posts

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?

Link to comment
https://forums.phpfreaks.com/topic/223302-wizard-form/
Share on other sites

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.

Link to comment
https://forums.phpfreaks.com/topic/223302-wizard-form/#findComment-1154569
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.