This product provides a generic plone form generator using fields, widgets and validators from archetypes. it makes it possible to build simple contact, information-gathering or data-entry forms through plone's interface.
to use it, create a form folder, then add form fields as contents. individual fields can display and validate themselves for testing purposes. the form folder creates a form from all the contained field content objects.
final disposition of form input is handled via plug in action products. action adapters included with this release include a mailer and a save-data adapter that saves input in tab-separated format for later download. when you first add a form folder, it's configured as simple response form with input mailed to the owner.