Go to file
2008-09-17 00:06:17 +00:00
code MINOR Removed MultiFormSession::[Data] which is never used 2008-07-21 21:07:48 +00:00
templates/Includes Fixed XML parsing error in template 2008-04-20 09:25:24 +00:00
tests Fixed multi form test 2008-08-21 08:17:04 +00:00
_config.php Added note in _config.php for what this is for 2008-05-14 11:12:52 +00:00
CHANGELOG 2008-04-17 22:03:51 +00:00
LICENSE 2008-04-17 22:03:51 +00:00
README MINOR Added or edited README files, added LICENSE and CHANGELOG files 2008-09-17 00:06:17 +00:00

###############################################
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.

Maintainer Contact
-----------------------------------------------
Matt Peel (Nickname: mpeel, mattSS)
<matt (at) silverstripe (dot) com>

Requirements
-----------------------------------------------
SilverStripe 2.2.2 or higher is required.

Documentation
-----------------------------------------------
http://doc.silverstripe.com/doku.php?id=modules:multiform

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

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:
-----------------------------------------------