Hi all. Just out of curiosity, anyone had experience in showing a popup window on clicking on the somewhere on the form? I googled about that and the only way I found was a dialog window with custom html code in it.
t
tuli
04/21/2021, 9:26 AM
You can use a button and in client script function you can call window.open
I used