Adjust the pop-up window when select value from dropdownlist
Hi,
Please would like your help, I'm using the following applied on a dropdownlist:
------------------------------------------------
var nButton = app.alert({
cMsg: "Do you agree to the terms and conditions specified by your user agreement with XYZ Corporation?\n\n If you click No, the document will close.",
cTitle: "Legal Notice",
nIcon: 2,
nType: 2
});
if (nButton === 3) {
this.closeDoc();
}
------------------------------------
I don't know how to customize it to appear when user select a specific value in the list. In addition, if user "agreed" how to unhide a text in the document to show its agreed.
Sorry if its too much but appreciate your great help