On May 30, 11:33 am, "Christopher Johnson" <
cjj.ifpeo...@gmail.com>
wrote:
> Hi folks,
>
> Ever since the first release of getpaid, we realized that a flexible
> donation/payment form making option was desired for GetPaid. We know that
> everyone wants their donation form slightly different, so an option like
> PloneFormGen ( ), which also has wide adoption in the community, seemed like
> an obvious choice.
>
> One/Northwest and others have worked on an adapter for mapping PFG data into
>
salesfoce.com, which seems like a great model for this use case. This
> leverages the flexible form making and integrates it into another system for
> storing/manipulating what was collected in the form - brilliant! For more on
> this, seehttp://
theploneblog.org/blog/archive/2007/08/09/saving-ploneformgen-d....
>
> The concept would be similar for Getpaid integration with PFG: map fields
> from a form into GetPaid cart and/or checkout process. Some potential use
> cases:
> - Make a single page checkout (so you enter all on one page and that
> generates the order directly)
> - Ordering multiple items from a single page
I'd add to this another use-case, since PFG forms suit it well, which
is to persist user specific data on a line item. At present I have
been using zope 3 form schemas and the persistent options facility to
gather and persist user specific form data onto line items as
annotations (which persistent options uses). The natural extension of
this is to allow more flexibility at the admin level (not developer
level) to do this by way of something like PFG.
>
> See an example of both of these at: *
http://tinyurl.com/53yr8o*