Aloha!
Sadly there is no tutorial how to setup https://github.com/neos/form/. Can anybody help me how to get the backend module up and running?
When I install this package, I expect to have a backend module which is integrated into the the neos backend automatically but there is none.
I’m sorry to tell you that this is a wrong assumption. The Form package doesn’t come with any UI components (it doesn’t even contain any controllers).
The Form Builder is a “standalone” Flow package. It comes with it’s own UI and should be usable next to Neos but it is not an integration. See https://flow-form-framework.readthedocs.io/en/stable/ for more details.
The SimplyAdmire.Neos.FormBuilderBundle package was meant as integration but I don’t know whether it works with recent versions.
Thank you very much already for explaining. What I’m trying to do is to setup the form builder like in the screenshot in the link that you posted. Unfortunately there is no documentation how to get it running.
The form package itself is just a php form builder similar like formhandler for TYPO3?
Here a quick setup guide (because I recently did that):
You must add the typo3/formbuilder as well as the simplyadmire/neos-form-builder-bundle as composer dependencies, because the simplyadmire package requires a dev version of formbuilder, you must specify both or you get a minimum-stability error from composer. Because it’s untagged, I always specify the latest commit hash, so I can be sure not to accidentically perform an incompatible update: