In Stock: 1
"X-Force #1" marks the thrilling debut of the X-Force team, led by the enigmatic Cable. This issue introduces readers to a new era of mutants and is notable for emphasizing a darker, more action-packed narrative. Additionally, it comes with a free superhero trading card, adding to its collector's appeal.
Keywords: X-Force Collector's Item Marvel Comics 1991 Comic Book Superhero Graphic Novel Vintage Comics Collectible X-Men
${cta.content}
`; } else { // Standard CTA popupContent = `${cta.content}
${cta.button_text} `; } const isSpinWheel = cta.cta_type === 'spin_wheel'; const popupHtml = ` `; document.body.insertAdjacentHTML('beforeend', popupHtml); localStorage.setItem(`popupCta_${cta.id}`, Date.now().toString()); } // Function to handle email collection form submission window.submitEmailCollection = function(event, ctaId) { event.preventDefault(); const emailInput = document.getElementById(`email_${ctaId}`); const responseDiv = document.getElementById(`emailResponse_${ctaId}`); const form = document.getElementById(`emailCollectionForm_${ctaId}`); if (!emailInput.value) { responseDiv.innerHTML = 'Unable to load spin wheel. Please refresh the page.