Hide/Show a Form Field via UI Action Script
I had a very simple requirement: toggle (hide/show) a form field via an UI Action button. This is achievable - if you first check if the field is visible or not - and then set its visibility (hide it or show it). I've seen some Community answers on ...