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.1 2025-03-19 15:04 UTC

This package is auto-updated.

Last update: 2025-03-19 15:06:36 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.