Question about custom button triggers and actions.
I want a button to do this:
1) With single click on Field1 - hide Field1 and show Field2
2) With single click on Field2 - hide Field 2 and show Field1
3) With double click on Field1 - open a file
Basically, I want to show and hide images throughout a PDF. I want the option between having the image appear on the document and being able to open the image in a new window.
Any help? I very new to Javascript and cannot figure it out.
