eekes/sulu-form-city-select-bundle
Adds a City Select field to Sulu forms, letting frontend users pick a city from a predefined list. Install via Composer and enable the bundle; the new field appears automatically in the form field list.
The SuluFormCitySelectBundle adds a city select field to Sulu forms, enabling users to easily select cities from a list within forms on the frontend.
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],
Once installed, the field will be automatically available in your list of form fields.
How can I help you explore Laravel packages today?