2008-06-09 04:49:06 +02:00
|
|
|
-----------------------------
|
|
|
|
SilverStripe MultiForm module
|
|
|
|
-----------------------------
|
2008-04-18 00:03:51 +02:00
|
|
|
|
|
|
|
April 3rd, 2008
|
|
|
|
|
2008-06-09 04:49:06 +02:00
|
|
|
This module acts as a "wizard" for multiple form steps with automatic
|
|
|
|
session-saving of data, and versatile start/finish customizations.
|
2008-04-18 00:03:51 +02:00
|
|
|
|
|
|
|
REQUIREMENTS
|
|
|
|
------------
|
2008-06-09 04:49:06 +02:00
|
|
|
SilverStripe 2.2.2 or higher is required.
|
2008-04-18 00:03:51 +02:00
|
|
|
|
|
|
|
DOCUMENTATION
|
|
|
|
-------------
|
|
|
|
http://doc.silverstripe.com/doku.php?id=modules:multiform
|
|
|
|
|
|
|
|
INSTALL
|
|
|
|
-------
|
|
|
|
1) Copy the "multiform" directory into your main SilverStripe directory
|
2008-04-21 00:06:02 +02:00
|
|
|
2) run db/build?flush=1
|
|
|
|
3) View documentation (link above) on how to model your forms into steps
|
|
|
|
|
|
|
|
NOTES
|
|
|
|
-----
|
2008-06-09 04:49:06 +02:00
|
|
|
Please read the documentation (link above), for instructions on using
|
|
|
|
this module.
|
|
|
|
|
2008-04-21 00:06:02 +02:00
|
|
|
If you ever add a new step, you must run db/build?flush=1, as the step requires
|
2008-06-09 04:49:06 +02:00
|
|
|
a class name in the database to store it's session state, and data.
|