I have a parent/child list rendering child items on the parent display form with DFFS and vLookup. Based on the parent item’s status I’d like to hide the Add New link but still display the related items.
I’ve tried $(“#newItemWrap_vLookupItems”).hide().css(“visibility”, “hidden”); and variations of this but that still displays, can you help me please?