Skip to main content
Question

Creating a Notification Pop-Up modal.

  • July 16, 2025
  • 0 replies
  • 18 views

I’ve not found any notification settings or alerts that would allow some form of pop-up modal to be utilized as important reminder or announcement notification. The only threads on this I’ve found on this are 1-2 years old. IF there is anything new/updated on the issue would someone please point me in the right direction. I’ve been able to build out a modal that I can link out of, but cannot get the system to accept a build to simply allow the ‘Close’ or ‘X’ to actually remove/hide the modal from the page. Is there a way to hide a widget on a page? I’d be most appreciative of any insight. 

 

<div class="dcbo-modal-wrapper">
  <input type="checkbox" id="dcbo-modal-toggle" checked="checked" value="" />

  <div class="modal-window">
    <div>
      <label class="modal-close">Close</label>
      <h1>Exciting News!!</h1>
      <div>Be sure to check out our upcoming Tips & Tricks sessions!</div>
      <br />
      <div><small>Click the Link below to sign up.</small></div>
      <br />
            <img src="https://cdn5.dcbstatic.com/files/d/u/duckcreeku_docebosaas_com/1752692400/LDoxrawloe_8qqqL543BBg/uploads/8d0f86faf2faa643c9f6d0b31911b04df9cead80.png" style="width:120px;" alt="image" />
      </a>
      <div>
<br />
<br />

        <a href="https://duckcreekusandbox.docebosaas.com/pages/20/tips-tricks">
          <small>Tips &amp; Tricks: Register</small>
        </a>
      </div>
    </div>
  </div>
</div>