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.
Install the extension via composer: cliffparnitzky/form-dependent-mandatory-field.
If you prefer to install it manually, download the latest release here: https://github.com/cliffparnitzky/FormDependentMandatoryField/releases
https://github.com/cliffparnitzky/FormDependentMandatoryField/issues
- Contao version >= 3.2.0 ... < 3.6.0
- Contao version >= 4.4.0
This extension is dependent on the following extensions:
Adding special css, will show the difference between mandatory and dependent mandatory form fields.
This is only an example:
label.dependent.mandatory:after {
content: '(*)';
font-size: 9px;
vertical-align: super;
color: #FF7777;
}
With the css above, a form like the following will be created: