Skip to Content
Menu
This question has been flagged
1 Reply
755 Views

Hello everyone, I want to hide and display true based on the condition of true or false of is_project of Boolean type


Avatar
Discard
Best Answer

Hi,


We can hide and display the field based on the boolean field by using 'invisible' attributes,

If you want to hide the field when the boolean is False, use the following syntax


<field name="projects" invisible="not is_project"/>


Hope it helps,


Avatar
Discard