Loading...

RE: can I hide qListView on the page based on specific value on one of the qListForm fields on the same page?

RE: can I hide qListView on the page based on specific value on one of the qListForm fields on the same page?

#7157
Anonymous
Anonymous
Participant

Hi there,

n

 

n

Well, qListForm cannot support this feature directly, but My suggestion is use some JavaScript to do that. For example, drag a HTML Form Web Part into the page, write some JS to watch the field that in qListForm, if this field equal to a special value, then hide the qListview…

n

 

n