heimrichhannot / contao-submissions_creator
A module for creating contao-submissions with contao-frontendedit and contao-submission.
Installs: 3 148
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 4
Forks: 0
Open Issues: 0
Type:contao-module
Requires
- php: ~5.6 || ~7.0 || ^8.0
- contao/core-bundle: ^3.5.1 || ~4.1
- heimrichhannot/contao-frontendedit: ~6.0
- heimrichhannot/contao-submissions: ~1.0
This package is auto-updated.
Last update: 2024-10-23 11:34:48 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.
Module configuration example
Submission archive configuration example
Submission view example (every field of this form can be changed, of course)
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
;