Skip to content

Latest commit

 

History

History
36 lines (27 loc) · 1.02 KB

README.md

File metadata and controls

36 lines (27 loc) · 1.02 KB

Fieldwire

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 *=).

Examples

age>=18
email*[email protected]
textfield!=''
checkbox=1
price>=10,price<100

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
  • E-Mail
  • URL
  • Integer
  • Float
  • Datetime