linderp/sulu-form-save-contact-bundle

Allows to save contacts using the sulu-forms-bundle

Installs: 5

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 0

Type:symfony-bundle

pkg:composer/linderp/sulu-form-save-contact-bundle

0.1 2026-01-14 07:04 UTC

This package is auto-updated.

Last update: 2026-01-14 07:41:06 UTC


README

Sulu bundle that integrates a hidden save to contacts field for the SuluFormBundle.

Installation

This bundle requires PHP 8.2 and Sulu 2.6

  1. Open a command console, enter your project directory and run:
composer require linderp/sulu-form-save-contact-bundle

If you're not using Symfony Flex, you'll also need to add the bundle in your config/bundles.php file:

return [
    //...
    Linderp\SuluFormSaveContactBundle\SuluFormSaveContactBundle::class => ['all' => true],
];
  1. Clear the cache:
bin/console cache:clear