Enterprise Forms: Form Data Application
Store Form Data
To have your form store submitted data in the content repository, add the Store Form Data pluggable behavior.
Form Data Application
The Form Data application is accessible to CMS admins by navigating to Setup > Form Data.
Screenshot:
Configure CSV Export
It is possible to export saved form data to a CSV file. By default, the separator is a comma (,) and rows are terminated by newlines (\r\n). The newlines terminator can be configured by a string property named lineTerminator on the FormContainerExporter configuration. The separator can be configured by a String property named separator.
In YAML format:
/hippo:configuration/hippo:frontend/cms/cms-eforms-perspective/editor: lineTerminator: \n separator: ; // since 13.2.0