user
@jennifer
Open web link from Dialog Widget
In your demo, the dialog widget asks if you'd like to go to a site now and if you select "yes' the site opens in a new tab. Can you explain how you set that up?
reply
Reply
user
@support
It's just a JavaScript code:
window.open("https://www.nhm.ac.uk/discover/dinosaurs.html");
reply
Reply