Hi guys. how do I Enable and disable a popup from a checkbox on another page. Such that when the checkbox is checked the popup is enabled so it appear when the correct page is visited.
I want to create a poster popup. The data comes afrom a poster create page
Hi there, @ochiengfesto… one of the ways to do what you described would be to use a URL parameter, so do some digging/learning about them. When the checkbox is checked, you can send a particular URL parameter (however you want to define it) to the next page, and show a popup on that page when the value of the URL parameter is the particular value you sent to the page as a result of the checkbox being checked.
Hope this helps.
Best…
Mike
1 Like