In fancyBox 2, is there a key/value I could set that will disable the lightbox from closing when the user clicks the background (semi-transparent black background)?
try this let adduser be my target selector
$('.adduser').fancybox({ 'hideOnOverlayClick': false });