1
I have several defaults set for form fields that I'd like to disappear when a user clicks the element to fill it in...So, I need to use onfocus="this.value=''"; for the default elements in our forms but I'm not sure where to add this in the Liaise files. Can someone point me in the right direction here?