Added some useful information to README

This commit is contained in:
Sean Harvey 2008-06-09 02:49:06 +00:00
parent e4e43ee4af
commit fe8b3f57ef

15
README
View File

@ -1,15 +1,15 @@
------------------------------ -----------------------------
Multistep Form Module SilverStripe MultiForm module
------------------------------ -----------------------------
April 3rd, 2008 April 3rd, 2008
Managing multiple form steps ("wizard") with automatic session-saving This module acts as a "wizard" for multiple form steps with automatic
of data, and versatile start/finish customizations. session-saving of data, and versatile start/finish customizations.
REQUIREMENTS REQUIREMENTS
------------ ------------
SilverStripe 2.2.2 SilverStripe 2.2.2 or higher is required.
DOCUMENTATION DOCUMENTATION
------------- -------------
@ -23,5 +23,8 @@ INSTALL
NOTES 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 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. a class name in the database to store it's session state, and data.