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
This question has been flagged
1
Reply
5488
Views
Hi, you can use xml attrs ,
<field name="column1"/>
<field name="column2" attrs="{'invisible':[('column1','!=',False)]}" />
Enjoying the discussion? Don't just read, join in!
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign up| Related Posts | Replies | Views | Activity | |
|---|---|---|---|---|
|
|
2
Sep 24
|
2799 | ||
|
|
1
Feb 21
|
7057 | ||
|
|
1
Mar 15
|
8598 | ||
|
|
1
Feb 21
|
15078 | ||
|
|
1
Feb 16
|
9205 |