Attribute box will show after another box is filled in

0
Hi, Is it possible to show an attribute box only if another attribute box is filled in. By example: Orderleverdatum (Order delivery date) will only show in the editbox only after orderdatum (order date) is filled in. How is this possible ?
asked
1 answers
1

You can use the visibility property of Order Delivery Date widget.  Enter an expression like not($currentObject/orderdatum = empty)

answered