Go to file
2010-12-16 05:20:34 +00:00
code API CHANGE Changed MultiFormStep::$next_steps to public, and MultiFormStep::$is_final_step to public 2010-05-11 03:35:40 +00:00
lang MINOR Updated master language tables 2009-09-10 04:08:37 +00:00
templates MINOR Using $AbsoluteBaseURL in MultiFormTest (trunk compatibility) 2010-12-16 05:20:34 +00:00
tests MINOR Fixed location where protected static should've been public in MultiFormTest 2010-05-11 03:37:51 +00:00
_config.php MINOR Tidy up of tests 2009-07-20 09:22:49 +00:00
CHANGELOG MINOR Added changelog for 0.3 2010-05-11 03:54:48 +00:00
LICENSE 2008-04-17 22:03:51 +00:00
README MINOR Fixed SQL quoting (requires 2.4) 2010-03-22 10:49:04 +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
-----------------------------------------------
Sean Harvey (Nickname: sharvey, halkyon)
<sean (at) silverstripe (dot) com>

Ingo Schommer (Nickname: chillu)
<ingo (at) silverstripe (dot) com>

Requirements
-----------------------------------------------
SilverStripe 2.4 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:
-----------------------------------------------
Please check http://open.silverstripe.com for known issues.