Go to file
2008-04-19 01:14:16 +00:00
code Added support for Hash identification of a MultiFormSession - probably needs some encapsulation, as we're adding more code to init(), and encapsulate the checking of this->stat('url_type') into it's own method, so you don't need to do the ternary operator so much 2008-04-19 01:14:16 +00:00
templates/Includes 2008-04-17 22:03:51 +00:00
_config.php 2008-04-17 22:03:51 +00:00
CHANGELOG 2008-04-17 22:03:51 +00:00
LICENSE 2008-04-17 22:03:51 +00:00
README 2008-04-17 22:03:51 +00:00

------------------------------
Multistep Form Module
------------------------------

April 3rd, 2008

Managing multiple form steps ("wizard") with automatic session-saving
of data, and versatile start/finish customizations.

REQUIREMENTS
------------
SilverStripe 2.2.2

DOCUMENTATION
-------------
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()