From fe8b3f57ef0c8dcc2e83709e54e3d039fd7861f1 Mon Sep 17 00:00:00 2001 From: Sean Harvey Date: Mon, 9 Jun 2008 02:49:06 +0000 Subject: [PATCH] Added some useful information to README --- README | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/README b/README index 042e306..6f77782 100644 --- a/README +++ b/README @@ -1,15 +1,15 @@ ------------------------------- -Multistep Form Module ------------------------------- +----------------------------- +SilverStripe MultiForm module +----------------------------- April 3rd, 2008 -Managing multiple form steps ("wizard") with automatic session-saving -of data, and versatile start/finish customizations. +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 +SilverStripe 2.2.2 or higher is required. DOCUMENTATION ------------- @@ -23,5 +23,8 @@ INSTALL 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. \ No newline at end of file +a class name in the database to store it's session state, and data.