Invenzzia »

IMPORTANT ANNOUNCEMENT

Due to the uncertain status of the Flyspray project, lack of new releases and moving the code repository to Github, we decided to shutdown this issue tracker by the end of January 2011. From that date, the bugs should be reported directly in Github project repositories.

List of repositories:

Form processing and validation library for PHP5.
Tasklist |

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
Task Type TODO ticket
Category Forms
Status Requires testing
Assigned To Zyx (Zyx)
Operating System OS-independent
Severity High
Priority Normal
Reported Version 2.0-dev
Due in Version 2.0.0
Due Date Undecided
Percent Complete 90%
Votes 0
Private No

Details

Multistep 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

Loading...