Page 1 of 1
Hide fields based on lookup column
Posted: 11 Apr 2016
by Katy
Hi, I was using
this article to conditionaly hide fields and it works fine with dropdowns which are created within the list. But i have a lookup colum with values and i need to hide base on that. The exaples in the article doesn't work for that, unfortunately. Is there any way to accomplish that?
Re: Hide fields based on lookup column
Posted: 11 Apr 2016
by rostislav
The idea is exactly the same, but you need to use getters appropriate for the field type. Check this page:
http://spform.com/forms-designer- ... eld-values
Re: Hide fields based on lookup column
Posted: 11 Apr 2016
by Katy
ok ) I fixed that, i didn't include 'getSelectedText' at first, put the actuall value instead. It is working now! Thanks.