https://github.com/slub/slub_forms
EXT:slub_forms
https://github.com/slub/slub_forms
Last synced: over 1 year ago
JSON representation
EXT:slub_forms
- Host: GitHub
- URL: https://github.com/slub/slub_forms
- Owner: slub
- Created: 2017-05-05T16:40:21.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2025-03-11T07:58:10.000Z (over 1 year ago)
- Last Synced: 2025-03-25T18:41:06.991Z (over 1 year ago)
- Language: PHP
- Size: 1.25 MB
- Stars: 1
- Watchers: 5
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# SLUB Forms
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.