Weave Code
Code Weaver
Helps Laravel developers discover, compare, and choose open-source packages. See popularity, security, maintainers, and scores at a glance to make better decisions.
Feedback
Share your thoughts, report bugs, or suggest improvements.
Subject
Message

Form Bundle Laravel Package

sulu/form-bundle

SuluFormBundle adds dynamic form creation to Sulu Admin. Content managers build and arrange fields in a grid, configure email notifications, and power contact/sweepstake forms. Built on the Symfony Form Component with theming support.

View on GitHub
Deep Wiki
Context7
3.0.0

What's Changed

New Contributors

Full Changelog: https://github.com/sulu/SuluFormBundle/compare/2.6.1...3.0.0

2.6.1

What's Changed

Full Changelog: https://github.com/sulu/SuluFormBundle/compare/2.6.0...2.6.1

3.0.0-RC3

Breaking Changes | Full Changelog

  • Fix proper locale resolving priority (sulu/suluformbundle#432) (@Prokyonn)
  • Add shadow locale fallback for form resource loader and twig extension (sulu/suluformbundle#431) (@Prokyonn)
  • Fix title provider service definition for articles (sulu/suluformbundle#430) (@mamazu)
  • Rename StructureTitleProvider to DimensionContentTitleProvider (sulu/suluformbundle#429) (@mamazu)
  • Fix docs and upgrade path for 3.0 (sulu/suluformbundle#424) (@matthiasseghers)
2.6.0

What's Changed

Full Changelog: https://github.com/sulu/SuluFormBundle/compare/2.5.9...2.6.0

3.0.0-RC2

What's Changed

Full Changelog: https://github.com/sulu/SuluFormBundle/compare/3.0.0-RC1...3.0.0-RC2

3.0.0-RC1

Breaking Changes | Full Changelog

  • Add Sulu 3.0 compatibility (sulu/suluformbundle#416) (@Prokyonn)
  • Remove deprecated code (sulu/suluformbundle#416) (@Prokyonn)
2.5.9

Breaking Changes | Full Changelog

  • Migrate rest routing to symfony routing (sulu/SuluFormBundle#413) (@mamazu)
  • Fix media url in data tab (sulu/SuluFormBundle#411) (@martinlagler)
2.5.8
2.5.7
2.5.6

What's Changed

Full Changelog: https://github.com/sulu/SuluFormBundle/compare/2.5.5...2.5.6

2.5.5

Full Changelog

  • Deprecate CSRF Token loading over render_esi as ESI not longer works to start a Session since Symfony 5.4, this was case in Varnish always (sulu/SuluFormBundle#401) (@alexander-schranz)
  • Fix type deprecation for list properties (sulu/SuluFormBundle#392) (@martinlagler)
2.5.4

Full Changelog

  • Fix that invalid form returns http 422 status code (sulu/SuluFormBundle#388) (@Jupi007)
  • Upgrade PHPUnit and add PHP 8.4 to CI (sulu/SuluFormBundle#391) (@alexander-schranz)
  • Add Symfony 7 support (sulu/SuluFormBundle#390) (@TheCadien)
  • Add missing no update to ci install script (sulu/SuluFormBundle#387) (@alexander-schranz)
2.5.3

Full Changelog

  • Merge pull request from GHSA-rrvc-c7xg-7cf3 (@martinlagler) ⚠️ Security Fix. Thx @rogamoore and @picturestone for report
  • Fix some code style issues (sulu/suluformbundle#386) (@alexander-schranz)
  • Fix disable required constraint for hidden and spacer field (sulu/suluformbundle#385) (@alexander-schranz)
  • Fix disable required constraint for freetext and headline field (sulu/suluformbundle#380) (@oprichnik)
  • Fix copy block and duplicate of form fields (sulu/suluformbundle#377) (@alexander-schranz)
  • Fix phpstan and php-cs issues (sulu/suluformbundle#382) (@alexander-schranz)
  • Fix migrations of radio buttons (sulu/suluformbundle#341) (@alexander-schranz)
  • Fix file type max attr (sulu/suluformbundle#328) (@RealAestan)
  • Fix DynamicController dynamicListFactory build args order (sulu/suluformbundle#360) (@dev-newvisibility)
  • Fix search in Dynamics list (sulu/suluformbundle#375) (@thomasduenser)
  • Add stronger type checks on user input (sulu/suluformbundle#378) (@FlorianKoerner)
  • Add dynamic field type Hidden (sulu/suluformbundle#362) (@martinlagler)
  • Add support for doctrine/persistence ^3 (sulu/suluformbundle#376) (@StephenBeirlaen)
  • Load fallback translation after form copy (sulu/suluformbundle#368) (@Quehnie)
  • Fix workflow badge (sulu/suluformbundle#366) (@mamazu)
  • Fix list heading does not fallback to default locale (sulu/suluformbundle#359) (@dev-newvisibility)
  • Add configurable redirect link to sendinblue (sulu/suluformbundle#357) (@martinlagler)
2.5.2

Full Changelog

  • Add security checks to FormAdmin (sulu/suluformbundle#356) (@datenwerk-at)
  • Update SendingBlueEventListener to correctly send DoubleOpt-In emails (sulu/suluformbundle#351) (@Prokyonn)
  • Fix update existing contact via sending blue (sulu/suluformbundle#348) (@alexander-schranz)
  • Fix compatibility issue with sulu/sulu@2.5.5 (sulu/suluformbundle#347) (@opctim)
2.5.1

Full Changelog

  • Make salutation gender neutral (sulu/suluformbundle#342) (@luca-rath)
2.5.0

Release Blog | Breaking Changes | Full Changelog

2.4.0

Breaking Changes !important | Full Changelog

  • Add option to disable csrf protection (sulu/suluformbundle#324) (@alexander-schranz)
  • Add example and default value to radio buttons (sulu/suluformbundle#303) (@Quehnie)
  • Implement domain events and integrate activity bundle (sulu/suluformbundle#318) (@niklasnatter)
  • Update code style (sulu/suluformbundle#323) (@alexander-schranz)
  • Add toolbar action for creating copy of current form to edit view (sulu/suluformbundle#316) (@niklasnatter)
  • Implement pagination handling for Sendinblue requests (sulu/suluformbundle#317) (@luca-rath)
  • Allow multiple form data tabs on parent view (sulu/suluformbundle#315) (@luca-rath)
2.3.0

Full Changelog

2.2.1

Full Changelog

  • Fix typehint of Dynamic::getAttachment() (sulu/SuluFormBundle#305) (@luca-rath)
  • Fix Symfony 5.4 compatibility of DisabledCsrfTokenManager (sulu/SuluFormBundle#307) (@eekes)
  • Updated Dropzone id for multiple dropzone instances (sulu/SuluFormBundle#302) (@C-burr)
  • Use MediaManagerInterface in Form Handler (sulu/SuluFormBundle#301) (@plozmun)
2.2.0

Release Blog | Full Changelog

  • Use MediaManagerInterface in DynamicController (sulu/SuluFormBundle#300) (@plozmun)
  • Add a confirmation message for generate-form command (sulu/SuluFormBundle#298) (@henri9813)
  • Improve documentation about TestFrom creation (sulu/SuluFormBundle#297) (@henri9813)
  • Add helper support sf mailer and configuration mechanism to switch (sulu/SuluFormBundle#274) (@bramtervoort)
  • Fix csrf token symfony 4 php 7.2 compatibility (sulu/SuluFormBundle#292) (@alexander-schranz)
  • EventListener only for download routes (sulu/SuluFormBundle#291) (@Quehnie)
  • Add protected form collection setting (sulu/SuluFormBundle#289) (@alexander-schranz)
  • Use branch-independent links in README.md (sulu/SuluFormBundle#290) (@nnatter)
2.1.3

Full Changelog

Merged pull requests:

2.1.2

2.1.2 (2021-04-12)

Upgrade | Full Changelog

Merged pull requests:

2.1.1

2.1.1 (2021-04-12)

Full Changelog

Merged pull requests:

2.1.0

Full Changelog

Merged pull requests:

1.2.0

Full Changelog

Merged pull requests:

  • Add possibility for a honeypot field for 1.x #267 (Quehnie)
2.0.0

Full Changelog | UPGRADE | Release Blog Post

Implemented enhancements:

Fixed bugs:

Closed issues:

  • "sulu_form.handler.saved" event changed to "sulu_form.handler.save" #257
  • DynamicListBuilder breaks Listview #249
  • Order of fields is reset when saving #245
  • Form field personalization #234
  • Static Form Compatibility Issues with Sulu 2.0 #233
  • Support new list filter configuration #228
  • Email content layout #214
  • Add honeypot to forms #212
  • Add form to another language #208
  • Add Sender to Mail #194
  • Upgrade Roadmap to Sulu 2.0 compatibility #190

Merged pull requests:

1.1.0

Full Changelog

Implemented enhancements:

1.0.1

1.0.1 (2019-09-12)

Full Changelog

Merged pull requests:

  • Fixed configuration of plain text email templates for static forms #201 (thomasduenser)
1.0.0

No changes since 1.0.0-RC7

1.0.0-RC7

Full Changelog

Implemented enhancements:

Fixed bugs:

Closed issues:

  • Plain text variant for better spam score #187

Merged pull requests:

1.0.0-RC6

1.0.0-RC6 (2019-05-09)

Full Changelog

Implemented enhancements:

Fixed bugs:

Closed issues:

  • Compatibility issue with doctrine/orm 2.6 #181
  • Forms visible across all Languages #179

Merged pull requests:

1.0.0-RC5

1.0.0-RC5 (2018-09-25)

Full Changelog

Fixed bugs:

  • Form from Shadow Page #174
  • TemplateNavigationProvider service missing #168

Closed issues:

  • Mailchimp subscribe status #166
  • Modify error and label handling #87

Merged pull requests:

1.0.0-RC4

1.0.0-RC4 (2018-04-30)

Full Changelog

Closed issues:

  • Delete entry of the data-table #154
  • Save-button disabled after adding only a new block/field #139
  • Field placeholder contains "false" when left empty on creation. #138
  • Modify error and label handling #87

Merged pull requests:

Weaver

How can I help you explore Laravel packages today?

Conversation history is not saved when not logged in.
Prompt
Add packages to context
No packages found.
andydefer/laravel-cluster
testo/fiber
mintobit/jobqueue
a4sex/maintenance-bundle
a4sex/entity-date-update
a4sex/client-identifier
a4sex/base-utilites
a4sex/key-value-storage
a4sex/micro-status
chilldev/dependency-injection-extra
datinglibre/datinglibre-app-api
biberltd/corebundle
bricre/symfony-bundle-test
biberltd/logbundle
dominium/http-adapter-bundle
dominium/google-analytics
a4sex/auto-clean-entity
christhompsontldr/laravel-inky
spatie/mailcoach-vapor
spatie/laravel-javascript-views