Skip to content
This repository has been archived by the owner on Nov 28, 2018. It is now read-only.

jaredhoyt/cakephp-wizard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CakePHP Wizard Plugin

The Wizard plugin for CakePHP automates several aspects of multi-page forms including data persistence, form preparation and unique data processing, wizard resetting (manual and automatic), user navigation, and plot-branching navigation while maintaining flexibility with custom validation and completion callbacks.

Installation

  • Clone/Copy the files in this directory into app/plugins/wizard
  • Include the wizard component in your controller:
    • var $components = array('Wizard.Wizard');

Documentation

Detailed documentation, including usage examples, can be found in the GitHub wiki.

Reporting issues

If you have any issues with this plugin, please open a ticket on Lighthouse.

About

Plugin for handling multi-page forms

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages