FirstSpirit FormEdit
The module FirstSpirit FormEdit can be used for creating web forms in the FirstSpirit SiteArchitect or ContentCreator. The data entered by the user can be achieved and processed by a web component in the form of a servlet.
The following ways of processing data of forms are feasible:
- Saving the data in a file in the CSV format:
This kind of processing saves all values sent by the form into a file in the CSV format which can be defined freely. - Saving the data into a JDBC compliant database:
Using this type of processing values entered in forms can be saved into a database. Via the configuration settings an inidividual mapping for form fields can be defined. - Sending the data as e-mail:
Using this type of processing any form data can be sent as e-mail. A mail template can be used for designing the individual composition of the e-mail. E-mails can be sent amongst others with file attachments, cc and bcc addressees are possible as well. - Output data into the log file of the servlet engine:
This functionality can be used for outputting all values of the form into the log file of the servlet engine.
Moreover, the forms can be evaluated by means of own implementations. The above mentioned types of processing form data can also be combined with each other.
This documentation is relevant for the following user groups:
User group | Chapter |
---|---|
Administrators |
|
Developers |
|
Editors |
|