Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zikula/dynamicformbundleexample
proof of concept for DynamicFormBundle
https://github.com/zikula/dynamicformbundleexample
Last synced: about 1 month ago
JSON representation
proof of concept for DynamicFormBundle
- Host: GitHub
- URL: https://github.com/zikula/dynamicformbundleexample
- Owner: zikula
- Created: 2022-05-05T16:22:16.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-06-21T15:54:31.000Z (over 2 years ago)
- Last Synced: 2024-03-26T10:17:27.776Z (9 months ago)
- Language: PHP
- Homepage:
- Size: 1.04 MB
- Stars: 0
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DynamicFormBundle Example
### for [zikula/dynamic-form-bundle](https://github.com/zikula/DynamicFormBundle)1. `composer install`
2. `./start.sh`Stop with `./stop.sh`
This is a _very basic_ Symfony application to show how to use [zikula/dynamic-form-bundle](https://github.com/zikula/DynamicFormBundle).
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