Custom JS Boxes: How to Create JavaScript for a Specific Lightbox You can create JavaScript for a specific lightbox. Here’s how: First, create a Custom JS Box by selecting that option...
Getting Started with Digioh Welcome to Digioh! Before you create your first widget, take a few minutes to watch our overview video and review...
Why aren’t my mobile re-directs working? Different mobile devices handle redirect links differently. If your mobile redirect isn’t working, you may need to adjust your redirect...
Disabling Data Storage in Digioh If needed, your account can have data storage disabled so that Digioh doesn’t store any form submission data in your...
How to add Facebook Conversion Pixel Tracking The Facebook Pixel lets you track your visitors’ actions as they browse your site, including engagement with Digioh boxes. To...
How To Add A Dropdown Menu To Your Lightbox Follow these instructions to add a dropdown menu to your lightbox. Step 1 Select one of the custom fields from...
How to dynamically add text from URL parameters into your lightboxes Our “Dynamic” feature allows you to add dynamic content to lightboxes or pop-up forms without any code. Just select a...
How to dynamically add content from a jQuery selector into your lightbox jQuery selectors allow you to find and target specific HTML elements. With Digioh’s Dynamic Content feature, you can target any...
How to Output Messages to Console from Custom JS Digioh has a “private console” system. By default, it does not immediately display messages to the console: console.log(message); DIGIOH_API.log(message); These...
How to Pass a URL Parameter As a Custom Field to an Integration To pass information from a query parameter in a URL through your lightbox as a custom field, follow these steps....
How to Manually Trigger a Lightbox via API Use the following Digioh API call in Custom JS (Parent): api.LIGHTBOX.loadLightbox(lightbox_guid); Where lightbox_id is the long GUID for the particular...
Is there a runtime JS variable I can use in VWO or Optimizely that Digioh reads to disable lightboxes? Yes, this is possible. 1) Set the following variable in VWO or Optimizely. Make sure this is set on the...
How do I test boxes on my site? Our Test URL feature allows you to see what lightboxes look like on your website before you’re ready to go...
How to Delete an Email Address from Digioh To delete a specific email address from Digioh, follow these steps. Go to Reporting>Subscriber Data: Click “Advanced” on the bottom-right...
How to Launch QA JavaScript to a Staging URL Digioh’s QA mode makes it easy to trigger lightboxes on test URLs on your site. However, in most cases, you...