FormSubmit

Description

Set of actions to process data from HTML form. Forms should be created by FormCreate macro.

Plugin currently supports the following actions:

Note: FormSubmit action plugin should be used together with FormCreate macro.

Download & Release Notes

Download

Release Version

Moin Version

Python Version

Release Notes

form_submit-1.7.tar.gz

1.7, 1.8

2.5

form_submit.zip

1.6

2.5

form_submit-py24.zip

1.6

2.4

Usage

See FormCreate macro

Extensibility

There is also possibility to make custom actions by easily extending SubmitBase class.

SubmitBase provides general methods that should be overriden in derived classes:

Form data are accessible through fields dictionary or through labels and values lists.

MoinMoin: ActionMarket/FormSubmit (last edited 2011-10-20 19:22:22 by fset-kyle)