Hello,We have a requirement to allow users in TeamSite Forms the ability to select images from TeamSite and MediaBin. So what we've done is created the fields for the MediaBin Browser as well as TeamSite browse. These fields get set to visible with a radio button toggle.The issue we have is when you go to make the MediaBin fields hidden via formAPI, the dialog button remains. When you try to refer to the dialog button in formAPI you receive a js error, that item is null.It seems that dialog items aren't supported via formAPI. Is there anyway to set that MediaBin dialog button to hidden? Is there a feature request open to have dialog options supported by formAPI?ThanksRobert
You should probably file a feature request with Interwoven Support - in the meantime I believe the work-around is to put each set of fields within their own container, with the toggle option above and outside the containers - and then toggle the visibility of the containers as a whole.