Action Adapters

by Jon Stahl last modified Dec 30, 2008 05:51 PM
PloneFormGen action adapters
Custom Script Adapter
Allows you to write python scripts for simple form actions without having to use the Zope Management Interface.
Mailer Adapter
An adapter that emails form submissions to one or more users.  It can optionally encrypt the emails using GPG encryption, if it is installed on your system.
Save Data Adapter
An adapter that saves form submissions inside the form.  Lets you view the results on-screen, and download as Tab- or Comma-delimited text.

Programmers, please note that PloneFormGen action adapters are not the same as Zope 3 adapters. They are content objects.