The "Forms Starter" package offers a pre-selected set of Lutece plugins focused on forms, providing the following features:
- Form generation engine
- Process management for handling form responses
- Assignment of these forms to entities or administrators
- Generation of PDF, CSV, and other files
- Sending notifications
- All basic Lutece features (user management, permissions, roles, profiles, etc.)
- etc.
The "Forms Starter" package can be used directly or as a starting point for building a more complete Lutece site by adding other necessary plugins related to:
- authentication type
- statistical tracking
- specific business functionalities
- etc.
Declare the Forms Starter as a dependency in the lutece site pom.xml
<dependency>
<groupId>fr.paris.lutece.starters</groupId>
<artifactId>forms-starter</artifactId>
<version>[x.y.z]</version>
<type>jar</type>
</dependency>
DB generation
To create Database automatically, activate the liquibase engine by overriding the property :
liquibase.enabled.at.startup=true
Maven documentation and reports
generated by xdoc2md - do not edit directly.