heimrichhannot / contao-conditionalfields
Define dependencies between form fields.
Installs: 34
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 5
Forks: 0
Open Issues: 0
Type:contao-module
Requires
- contao-community-alliance/composer-installer: *
- contao/core: >=3.3,<4-dev
This package is not auto-updated.
Last update: 2024-10-26 15:11:48 UTC
README
Define dependencies between fields. Conditional fields can be created as Radio Button or Select Menu. In the form configuration dialog of other fields, you can choose wether the field should have a dependency to this field or not.
If a user selects the condition, the dependent fields will appaer.
This is no javascript solution, the validation is done one the server-side by php.
Requirements
- works with Contao 3.3.5