Hi,

I'm getting a bit lost in the plone.z3cform/z3c.form jungle. :)

I want to have a free-standing form (that is, not an edit form for an object) to define a CV. It should have:

 - a name field
 - a date-of-birth field
 - an arbitrary number of "education" entries, each of which should have:
        - an institution name
        - a graduation date

Visually, I'd like this to look like:

Name:            [___________]
Date of birth:   [___]
Education history:
 +--------------------------------------+
 | [ ]Institution: ACME University      |
 |    Graduated:   2003                 |
 |                                      |
 | Institution: [_____________]         |
 | Graduated:   [____]                  |
 | [Add another] [Remove]               |
 +--------------------------------------+

[Submit]

The idea here is that the user can enter an institution and a date, and then add another entry by clicking "Add another".

Perhaps this is a bit too clever, but it'd be nice. ;)

--
Author of `Professional Plone Development`, a book for developers who
want to work with Plone. See http://martinaspeli.net/plone-book


_______________________________________________
Product-Developers mailing list
[email protected]
http://lists.plone.org/mailman/listinfo/product-developers

Reply via email to