Form processing and validation library for PHP5.
FS#128 - Implementation of multi-step forms
Attached to Project:
Open Power Forms
Opened by Zyx (Zyx) - Wednesday, 30 September 2009, 02:49 GMT-8
Last edited by Zyx (Zyx) - Monday, 09 November 2009, 09:50 GMT-8
Opened by Zyx (Zyx) - Wednesday, 30 September 2009, 02:49 GMT-8
Last edited by Zyx (Zyx) - Monday, 09 November 2009, 09:50 GMT-8
|
DetailsMultistep forms are special forms built of several steps. The user sees the first step, fills it and is moved to the next step and so on. After completing the final step, the data are concatenated and sent to the script.
This ticket covers the following issues: 1. Creating the `Opf_Form_Sequence` class to represent a multi-step form. 2. Tracking the data between the steps. 3. Securing the form, so that the user cannot hack the system by modifying the data from earlier steps. 4. Hermetization of the form sequence so that it acts transparently as a current step. |
This task depends upon