Updated README file

This commit is contained in:
Sean Harvey 2008-04-20 22:06:02 +00:00
parent 18fe36cdd9
commit 45fd3853c9
1 changed files with 7 additions and 3 deletions

10
README
View File

@ -17,7 +17,11 @@ http://doc.silverstripe.com/doku.php?id=modules:multiform
INSTALL
-------
1) Copy the "multiform" directory into your main SilverStripe directory
2) run ?flush=1
3) Use it in your forms, e.g. in DataObject->getCMSFields()
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.