Is it possible to trigger the Modal popup with a URL query?
For example, https://website.com/test?something=something and once the page is loaded the modal would be opened.
Is it possible to trigger the Modal popup with a URL query?
For example, https://website.com/test?something=something and once the page is loaded the modal would be opened.
Hey @edrock! Not native but we can give it a shot with some JS if you’d like.
You could set an ID to the open trigger and we can check for the modal={{ID}}
and trigger a click on the element with this ID.