uwosh.pfg.d2c product provides a dynamic content type to store PloneFormGen form data into. It leverages schemaextenders ability to dynamically add extra fields on a content type so that you essentially get a persistent copy of your form.
The product adds a "Save Data to Content Adapter" item to the "Add new.." drop down for the PloneFormGen Form. Once enabled, when a user submits a form, a new content item is created with that data and located in the adapter.
Warning
Don't forgot to enable the adapter after it is added to the form!
Compatibility
Compatible with versions of PloneFormGen >= 1.2.2 and Plone 3.x -> 4.0.
Product's homepage
What's New in This Release: [ read full changelog ]
· Fix acquisition error issue on saving an existing entry by always just getting the site object.