Form Actions

I’d like to see some options for form actions. Right now, in order to get form results, the user has to log in to the CM1 Dashboard and download a .csv from the forms tracker widget, which can be rather inconvenient. It also lacks a certain since of urgency… if a user fills out a form for a technical request, for example, our technical support team should be notified fairly quickly.

Other possible form actions could be:

[ul]
[li]Email as plain text
[/li][li]Email as xml attachment
[/li][/ul]

For either of these options, the user would specify a recipient, a subject, and a sender (or specify which field holds the value for the sender).

A plain text email would simply be a list of “fieldname: value” lines, like so:

field1: value1
field2: value2
field3: value3
...