Skip to Content
Menu
You need to be registered to interact with the community.
This question has been flagged
1 Odgovori
4326 Prikazi

I am creating a form and I would like to know how to hide fields when a field is filled and when the hided fields appear again when the field is empty again

Avatar
Opusti
Best Answer

Hi, you can use xml attrs ,

<field name="column1"/>

<field name="column2" attrs="{'invisible':[('column1','!=',False)]}" />

Avatar
Opusti
Related Posts Odgovori Prikazi Aktivnost
2
sep. 24
1524
1
feb. 21
5911
1
mar. 15
7152
1
feb. 21
13778
1
feb. 16
7851