Conditional Input-Fields for Processwire Frontend – without jQuery UI.
Fieldwire is a replacement for Processwire’s Inputfield Dependencies. It supports all comparison operators used by Processwire (=
, !=
, >
, <
, >=
, <=
, %=
and *=
).
age>=18
email*[email protected]
textfield!=''
checkbox=1
price>=10,price<100
Fieldwire depends on jQuery but eliminates the need for jQuery UI. Fieldwire works with the following FormBuilder field types:
- Fieldset
- Text
- Textarea
- Radio Buttons
- Checkbox
- Select
- File
- URL
- Integer
- Float
- Datetime