eekes/sulu-form-city-select-bundle

Adds a city select field to Sulu forms for use on the website, enabling users to easily select cities from a list within forms on the frontend.

v0.1.2 2025-04-24 12:14 UTC

This package is auto-updated.

Last update: 2025-04-24 12:15:43 UTC


README

The SuluFormCitySelectBundle adds a city select field to Sulu forms, enabling users to easily select cities from a list within forms on the frontend.

Installation

Install using composer:

composer require eekes/sulu-form-city-select-bundle

Add the bundle to config/bundles.php if it's not automatically added:

Eekes\Sulu\FormCitySelectBundle\EekesSuluFormCitySelectBundle::class => ['all' => true],

Usage

Once installed, the field will be automatically available in your list of form fields.