Skip to content

lutece-platform/forms-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Forms starter

Introduction

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.

Configuration

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>

Usage

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.

About

Lutece forms Starter

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors