App settings offer a few options to adjust the defaults, including mail server settings and the messages displayed to the user, including a general error message.
The form description must be placed in a subdirectory of data
in a file named config.yaml
. The file must contain two sections: meta
and form
meta:
title: <headline>
form:
<formElementDefinitions>
See form settings and the config example for customization and mailing options.
There are static and dynamic form elements. The static ones just display text, images or download links. The dynamic ones are fields that take user input.
See element definitions for configuration details.
See details.