PHP Classes

Wizard: Generate wizard like multi-step web forms

Recommend this page to a friend!
  Info   Screenshots Screenshots   View files View files (23)   DownloadInstall with Composer Download .zip   Reputation   Support forum (12)   Blog    
Ratings Unique User Downloads Download Rankings
StarStarStarStar 63%Total: 5,584 This week: 1All time: 433 This week: 560Down
Version License PHP version Categories
wizard 1.0.0BSD License3HTML
Description 

Author

This class provides a mechanism to generate multi-step web forms, similar to those used as the user interfaces for software installers.

It is used by adding the input fields that should appear in each page of the steps of the wizard form and then generates the whole form in a single page with controls to interactively switch between the sets of inputs of each wizard step.

Innovation Award
PHP Programming Innovation award nominee
February 2005
Number 2


Prize: One book of choice by O'Reilly
Sometimes the sites need to ask their users to fill long forms. A common solution to make the form filling less confusing and tyring to the user, is to split the forms in multiple pages.

This class provides a solution for presenting long forms in a way that they appear to show as multiple pages, but in reality it is just a single page form that has multiple sections with only one section visible to the user at each time.

This solution simplifies the processing of the forms as the server side script to which the forms are submitted does not need to handle requests to navigate between the form sections, as that happens only on the client browser side due to clever use of Javascript and dynamic HTML.

Manuel Lemos
Picture of Dave
Name: Dave <contact>
Classes: 6 packages by
Country: South Africa South Africa
Age: 46
All time rank: 1703 in South Africa South Africa
Week rank: 109 Up2 in South Africa South Africa Up
Innovation award
Innovation award
Nominee: 2x

Screenshots  
  • wizard_demo.png
  • wizscreenshot.png
  Files folder image Files  
File Role Description
Plain text file calendar-default-lang.js Data default dhtml calendar lang file (en)
Plain text file calendar-en.js Aux. js dhtml calendar english language file
Plain text file calendar-setup.js Aux. popup date selector
Plain text file calendar-win2k-1.css Aux. popup date selector
Plain text file calendar.js Aux. popup date selector
Plain text file CHANGELOG Doc. changelog of wizard
Plain text file comboselect.js Aux. dhtml+js comboselect
Accessible without login Plain text file datepicker.php Aux. popup date selector
Image file datepickerbutton.gif Icon Date picker button image
Plain text file default.css Aux. default stylesheet
Plain text file global.php Conf. global vars file; not really required
Plain text file log.php Aux. miscellaneous functions
Plain text file messages.php Aux. language catalogue functions
Plain text file misc.php Aux. miscellaneous functions
Image file sizedown.png Icon Resizable textarea downsize image
Image file sizeup.png Icon Resizable textarea upsize image
Image file spinner_down.gif Icon Spinner down image
Image file spinner_up.gif Icon Spinner up image
Plain text file test_post.php Example test page -- post section
Plain text file test_wiz.php Example test page
Plain text file tooltips.js Aux. javascript dhtml tooltips for any html element
Plain text file wizard.php Class Wizard class container
Plain text file wizard_documentation.html Doc. General documentation for the wizard class

 Version Control Unique User Downloads Download Rankings  
 0%
Total:5,584
This week:1
All time:433
This week:560Down
User Ratings User Comments (1)
 All time
Utility:79%StarStarStarStar
Consistency:82%StarStarStarStarStar
Documentation:78%StarStarStarStar
Examples:72%StarStarStarStar
Tests:-
Videos:-
Overall:63%StarStarStarStar
Rank:839
 
Excellent
14 years ago (kishore kumar)
80%StarStarStarStarStar