Form processing and validation library for PHP5.
FS#129 - Implementation of form repeaters
Attached to Project:
Open Power Forms
Opened by Zyx (Zyx) - Wednesday, 30 September 2009, 02:54 GMT-8
Last edited by Zyx (Zyx) - Monday, 09 November 2009, 09:50 GMT-8
Opened by Zyx (Zyx) - Wednesday, 30 September 2009, 02:54 GMT-8
Last edited by Zyx (Zyx) - Monday, 09 November 2009, 09:50 GMT-8
|
DetailsForm repeater is a special item that repeats the specified form several times on one page. For example, the programmer may want to add up to 30 people data with one form. This could be done by putting a single person form to the repeater and defining that it must be repeated 30 times.
The tasks: 1. Creating a repeater class and basic API. 2. Repeater hermetization so that it acts as a normal form. 3. Sharing the data to the script: the repeater should provide only the data of the filled in subforms. 4. Determining, how to implement error reporting. 5. Generating valid form field names. 6. Template presentation layer. |
This task depends upon