slub / slub-forms
TYPO3 extension to render forms.
Installs: 177
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 6
Forks: 7
Open Issues: 0
Type:typo3-cms-extension
Requires
- typo3/cms-core: ^10.4 || ^11.5
This package is auto-updated.
Last update: 2024-10-10 13:56:22 UTC
README
This is another form extension used at the Saxony State and University Library (SLUB) in Dresden, Germany. It has been developed in 2013 with target version TYPO3 4.5 and is still maintained.
Features
All forms are single-steps forms.
Prefill fields via GET-parameters.
Form validation in JavaScript and server-side.
Highly configurable by editors.
Form selection
To use frontend form selection, there should be four parent forms which act as parent category. This forms have to be selected in the frontend plugin.
form 1, shortname="anregung-kritik"
|-- from 10
|-- from 11
form 2, shortname="sammlungen-bestaende"
|-- from 20
|-- from 21
form 3, shortname="service"
|-- from 30
|-- from 31
form 4, shortname="wissenschaftliches-arbeiten"
|-- from 40
|-- from 41
Known Issues
To validate file mime-types server-side the tool file must be installed.