heimrichhannot/contao-submissions_creator

A module for creating contao-submissions with contao-frontendedit and contao-submission.

3.8.5 2022-08-23 07:03 UTC

README

Submission Creator makes usage from the power of contao-submissions and contao-frontendedit. It provides a reader module, that can create custom frontend forms with possible relations to other contao entities like news.

alt Module

Module configuration example

alt Archive

Submission archive configuration example

alt Submission

Submission view example (every field of this form can be changed, of course)

alt News

News relation configuration example

Features

  • submission form creation
  • custom field, mandatory fields, custom default values
  • store submissions in custom submission archives
  • limit submit period for submissions (on relations and module)
  • connect submissions with other contao entities (builtin: news & events)
  • async submission
  • redirect after submission

Submission relations

To provide custom submission relations with other contao entities, you have to add a custom config to $GLOBALS['SUBMISSION_RELATIONS']. The key should be named like the backend module, for example news or calendar;

Callbacks

InsertTags