Description: Click on Option: Terms of Service Popup >> Open a Popup


#1. First, you need to install Lightbox Plugin
#2. Next, create a Form with Radio Field Terms of Service

In Option, you enter nothing

#3. Create a page with Name/URL: Terms – URL: terms

and add your terms content to this page

#4. Use this code to Code injection – Footer, under Lightbox code
(red is lightbox plugin code)
< script src = "https://ajax.googleapis.com/ajax/libs/jquery/3.7.0/jquery.min.js" > < /script> <
script >
window.addEventListener("load", (event) => {
$('<span>Please select check box to confirm agreement with the <a href="#lightbox_terms">Terms of Service</a></span>').appendTo('fieldset#checkbox-9caf60c5-3473-4680-adee-9d129933ad8f .option');
pluginLightbox();
}); <
/script> <
style >
a.lightbox - link {
border - bottom: 1 px solid #fff;
} <
/style>

#5. Note
This is the radio field ID. Currently, there is no tool to find this ID, you can follow this guide to find Radio Field ID.
