Libraries tagged by form-fields
gremo/captcha-form-bundle
11542 Downloads
Symfony bundle that provides CAPTCHA form field and supports multiple adapters.
bukashk0zzz/timestamptype-bundle
49834 Downloads
A simple Symfony bundle that adds timestamp form field type.
silverstripe/recaptcha
97471 Downloads
Provides a form field which allows form to validate for non-bot submissions by giving them a challenge to decrypt an image.
silverstripe/multivaluefield
202413 Downloads
A DB field + form fields for storing multiple values in a single property (serialized).
i80586/laravel-form-fields
847 Downloads
Laravel form fields generator - for admin panels
sunnysideup/perfect_cms_images
2865 Downloads
Silverstripe Module that makes it easier for CMS Editors to upload the right size image. It allows the developer to set the size for each image (width, height or both) in one place and apply this throughout the project in the CMS and on the front-end.
sunnysideup/google_address_field
19529 Downloads
Provide a form field for the Silverstripe CMS that allows geocoding address prediction (autocomplete) and quick lookup of addresses using the Google API
sunnysideup/dropdown2autocomplete
908 Downloads
Turn a Dropdown Field into an Autocomplete Field
nswdpc/silverstripe-recaptcha-v3-userforms
11100 Downloads
Silverstripe reCAPTCHAv3 field for userforms
nswdpc/silverstripe-field-hint
4026 Downloads
Allows developers to add usage hints for templates to consider when rendering the field
fadlee/filament-qrcode-field
60 Downloads
QR code scanner for Filament
cliffparnitzky/form-dependent-mandatory-field
4521 Downloads
Provides an additional option for form field to be defined as dependent mandatory. Field is mandatory if another field (or more) is filled / or not.
cliffparnitzky/checked-email
1627 Downloads
Provides two textfields for forms for double entering a e-mail address and checking for equality. Also adds the option to activate e-mail field with confirmation for members (affects among others the modules `Personal data` and `Registration`).
swisnl/filament-geometry
468 Downloads
Geometry form field for Filament PHP
sheadawson/quickaddnew
34287 Downloads
A decorator for form fields that manage object relationships, to allow adding a new object on the fly through a dialog window. It can handle has_one, has_many or many_many relationships. At the moment it has been tested / works on DropdownField and ListboxField. It works both in the CMS and in the frontend.