Skip to content

eikona-media/contao-leads

This branch is 344 commits ahead of, 68 commits behind terminal42/contao-leads:main.

Folders and files

NameName
Last commit message
Last commit date
Oct 5, 2021
Jul 1, 2022
Jun 26, 2017
Mar 13, 2023
Aug 19, 2020
Aug 23, 2022
Jul 13, 2015
Oct 5, 2021
Oct 5, 2021
Jul 13, 2015
Jul 13, 2015
Jul 15, 2019
May 18, 2022

Repository files navigation

leads

This is a Contao extension that allows you to store and manage form data within Leads. Each Lead consists of a master form and optional slave forms. The master form defines which fields are available. This approach helps you e.g. to implement multilingual forms and store all data in the same Lead.

All configuration can be done in the form generator from Contao - please do not forget to activate the fields you want to save. Additionally you can set a label for the backend module of your Lead and define the listing of the form data using simple tags.

The leads extension additionally offers an export function for each Lead in the backend. You can configure it as you wish! Export options for CSV and Excel are available. However you need to install either the phpoffice/phpspreadsheet or phpoffice/phpexcel package for Excel support, otherwise the Excel export option will not be available.

Simple Tokens

The listing of the form data in the Contao backend can be configured using simple tokens, e.g.:

##created## - ##name## ##firstname##

Note: there is an additional tag available for the creation date: ##created##

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 96.8%
  • JavaScript 2.3%
  • CSS 0.9%