Fieldwire is a replacement for Processwire’s Inputfield Dependencies. It supports all comparison-operators used by Processwire (=
, !=
, >
, <
, >=
, <=
, %=
and *=
).
Examples
age>=18
email*=@gmail.com
textfield!=''
checkbox=1
price>=10,price<100
Live Demo
Support
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