Go to file
2008-07-04 01:07:33 +00:00
code BUGFIX Disable security token inherited from Form. We do not require this as we tie a MultiForm instance to a MultiFormSession via a URL parameter 2008-07-04 01:07:33 +00:00
templates/Includes Fixed XML parsing error in template 2008-04-20 09:25:24 +00:00
tests MINOR tests updated to reflect API change in r56597 2008-06-19 10:32:15 +00:00
_config.php Added note in _config.php for what this is for 2008-05-14 11:12:52 +00:00
CHANGELOG 2008-04-17 22:03:51 +00:00
LICENSE 2008-04-17 22:03:51 +00:00
README Added some useful information to README 2008-06-09 02:49:06 +00:00

-----------------------------
SilverStripe MultiForm module
-----------------------------

April 3rd, 2008

This module acts as a "wizard" for multiple form steps with automatic
session-saving of data, and versatile start/finish customizations.

REQUIREMENTS
------------
SilverStripe 2.2.2 or higher is required.

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
-----
Please read the documentation (link above), for instructions on using
this module.

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.