This question has been flagged
2 Replies
2704 Views

Hi i have two models (item type and item with many to one relation) when i select item type as book from dropdown i need to display two fields, when i select CD from dropdown i need to display other two field. is there any way ?


Avatar
Discard
Author Best Answer

thanks for the reply can you please tell me how to make a filed invisible from the python code ?

Avatar
Discard
Best Answer

Hi, In the above scenario you can set Onchange Method for item type field and in Onchange Method you need to set the invisibility attribute to the required fields on the selected item i.e.Book or CD.

Avatar
Discard