Skip to content

proof of concept for DynamicFormBundle

Notifications You must be signed in to change notification settings

zikula/DynamicFormBundleExample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

c1cbfdf · Nov 17, 2024

History

51 Commits
Apr 13, 2022
Jun 10, 2022
Jun 9, 2022
Apr 13, 2022
Jun 10, 2022
Jun 13, 2022
Apr 13, 2022
Apr 13, 2022
Apr 13, 2022
Apr 13, 2022
Jun 19, 2022
Jun 13, 2022
Nov 16, 2024
Apr 13, 2022
Apr 13, 2022
Apr 13, 2022
May 20, 2022
May 5, 2022
Jun 10, 2022

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