Thank You

[swpm_thank_you_page_registration]

/* Disable Right Click */ document.addEventListener("contextmenu", function(e) { e.preventDefault(); alert("Right click is disabled on this site."); });