mirror of
https://github.com/silverstripe/silverstripe-multiform
synced 2024-10-22 11:05:49 +02:00
MINOR Added or edited README files, added LICENSE and CHANGELOG files
This commit is contained in:
parent
e2d8ace250
commit
2e9d07cde2
31
README
31
README
@ -1,30 +1,35 @@
|
|||||||
-----------------------------
|
###############################################
|
||||||
SilverStripe MultiForm module
|
SilverStripe MultiForm module
|
||||||
-----------------------------
|
###############################################
|
||||||
|
|
||||||
April 3rd, 2008
|
April 3rd, 2008
|
||||||
|
|
||||||
This module acts as a "wizard" for multiple form steps with automatic
|
This module acts as a "wizard" for multiple form steps with automatic
|
||||||
session-saving of data, and versatile start/finish customizations.
|
session-saving of data, and versatile start/finish customizations.
|
||||||
|
|
||||||
REQUIREMENTS
|
Maintainer Contact
|
||||||
------------
|
-----------------------------------------------
|
||||||
|
Matt Peel (Nickname: mpeel, mattSS)
|
||||||
|
<matt (at) silverstripe (dot) com>
|
||||||
|
|
||||||
|
Requirements
|
||||||
|
-----------------------------------------------
|
||||||
SilverStripe 2.2.2 or higher is required.
|
SilverStripe 2.2.2 or higher is required.
|
||||||
|
|
||||||
DOCUMENTATION
|
Documentation
|
||||||
-------------
|
-----------------------------------------------
|
||||||
http://doc.silverstripe.com/doku.php?id=modules:multiform
|
http://doc.silverstripe.com/doku.php?id=modules:multiform
|
||||||
|
|
||||||
INSTALL
|
Installation Instructions
|
||||||
-------
|
-----------------------------------------------
|
||||||
1) Copy the "multiform" directory into your main SilverStripe directory
|
1) Copy the "multiform" directory into your main SilverStripe directory
|
||||||
2) run db/build?flush=1
|
2) run db/build?flush=1
|
||||||
3) View documentation (link above) on how to model your forms into steps
|
3) View documentation (link above) on how to model your forms into steps
|
||||||
|
|
||||||
NOTES
|
Usage Overview
|
||||||
-----
|
-----------------------------------------------
|
||||||
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
|
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.
|
a class name in the database to store it's session state, and data.
|
||||||
|
|
||||||
|
Known issues:
|
||||||
|
-----------------------------------------------
|
Loading…
Reference in New Issue
Block a user