From 2e9d07cde26b154882c2528ff4f98bc58f769279 Mon Sep 17 00:00:00 2001 From: Ingo Schommer Date: Wed, 17 Sep 2008 00:06:17 +0000 Subject: [PATCH] MINOR Added or edited README files, added LICENSE and CHANGELOG files --- README | 31 ++++++++++++++++++------------- 1 file changed, 18 insertions(+), 13 deletions(-) diff --git a/README b/README index 6f77782..ee97c33 100644 --- a/README +++ b/README @@ -1,30 +1,35 @@ ------------------------------ +############################################### 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 ------------- +Maintainer Contact +----------------------------------------------- +Matt Peel (Nickname: mpeel, mattSS) + + +Requirements +----------------------------------------------- SilverStripe 2.2.2 or higher is required. -DOCUMENTATION -------------- +Documentation +----------------------------------------------- http://doc.silverstripe.com/doku.php?id=modules:multiform -INSTALL -------- +Installation Instructions +----------------------------------------------- 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. - +Usage Overview +----------------------------------------------- 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. + +Known issues: +----------------------------------------------- \ No newline at end of file