composer install
./start.sh
Stop with ./stop.sh
This is a very basic Symfony application to show how to use zikula/dynamic-form-bundle.
This application is a SurveyBuilder. It allows the site admin to create N surveys and then allows users to complete the created surveys and store the responses. Please be advised that this is intentionally a very bare-bones application with minimal modification from generated code.
Some features
- Translation is enabled
- Custom FormType (HairColorType) is added to the formType list via EventSubscriber
- CurrencyType is removed via same listener
- Supported Locales provided via EventSubscriber
- Form label groups are used and displayed in response and result templates