Skip to content

zikula/DynamicFormBundleExample

Repository files navigation

DynamicFormBundle Example

  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.

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

About

proof of concept for DynamicFormBundle

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published