Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jaredhoyt/cakephp-wizard
Plugin for handling multi-page forms
https://github.com/jaredhoyt/cakephp-wizard
Last synced: 3 months ago
JSON representation
Plugin for handling multi-page forms
- Host: GitHub
- URL: https://github.com/jaredhoyt/cakephp-wizard
- Owner: jaredhoyt
- Archived: true
- Created: 2010-08-18T02:00:33.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2017-06-02T11:52:20.000Z (over 7 years ago)
- Last Synced: 2024-05-30T00:59:14.492Z (6 months ago)
- Language: PHP
- Homepage:
- Size: 537 KB
- Stars: 72
- Watchers: 11
- Forks: 46
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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](http://github.com/jaredhoyt/cakephp-wizard/wiki).
## Reporting issues
If you have any issues with this plugin, please open a ticket on [Lighthouse](http://jaredhoyt.lighthouseapp.com/projects/60073-cakephp-wizard).