Go to file
2008-04-21 08:54:48 +00:00
code Documented loadData() and saveData() 2008-04-21 08:54:48 +00:00
templates/Includes Fixed XML parsing error in template 2008-04-20 09:25:24 +00:00
_config.php 2008-04-17 22:03:51 +00:00
CHANGELOG 2008-04-17 22:03:51 +00:00
LICENSE 2008-04-17 22:03:51 +00:00
README Updated README file 2008-04-20 22:06:02 +00:00

------------------------------
Multistep Form Module
------------------------------

April 3rd, 2008

Managing multiple form steps ("wizard") with automatic session-saving
of data, and versatile start/finish customizations.

REQUIREMENTS
------------
SilverStripe 2.2.2

DOCUMENTATION
-------------
http://doc.silverstripe.com/doku.php?id=modules:multiform

INSTALL
-------
1) Copy the "multiform" directory into your main SilverStripe directory
2) run db/build?flush=1
3) View documentation (link above) on how to model your forms into steps

NOTES
-----
If you ever add a new step, you must run db/build?flush=1, as the step requires
a class name in the database to store it's session state, and data.