Skip to main content
Stealth Seminar Form Tracking

Discover how to set up automatic form tracking for Stealth Seminar forms, enabling the Cometly Pixel to seamlessly capture form field data.

Updated this week

Start Here πŸ‘‹

Adding the Cometly Pixel to Stealth Seminar allows you to automatically track form submissions and capture key data like email addresses, names, and more. Follow the steps below to integrate the Cometly Pixel with your Stealth Seminar forms.

This article will help you setup your Stealth Seminar pages for proper tracking within Cometly. Make sure you read through the important setup steps to ensure you are setup correctly.


Full Video Walkthrough

For step by step instructions, please refer to the sections below.
​


Install the Cometly Pixel In Stealth Seminar

You can find your Cometly Pixel in your account on the Space Setup > Install & Verify Pixel page. Once you have obtained your Cometly Pixel, you will navigate to your Stealth Seminar Control Panel, select the Webinar you wish to track, and open the Miscellaneous tab:


Once there, scroll down to Tracking Code Setup, paste the Cometly Pixel in the Global Tracking Code section, and click Save.
​


Install the Cometly Click Event Listener

To ensure the Cometly Pixel loads properly when the Stealth Seminar pop up opens, you need to add an additional small piece of code to Stealth Seminar.

In Stealth Seminar, return to Tracking Code Setup, and click on Edit.
​
Paste the Event Listener code below in the Tracking Code (After Head) section for ALL of your pages.

<script>
document.addEventListener("click", function(event) {
setTimeout(function() {
addEventListenersToInputs();
}, 500);
});
</script>

Click Save when the code has been added.
​


Test Form Tracking

Use the Cometly Pixel Helper to verify the automatic form field capture for the email address form field.


Send Event Data From Stealth Seminar to Cometly via Cometly Webhooks

Use our Stealth Seminar Integration article below to send events for Stealth Seminar submissions using Cometly Webhooks.

Did this answer your question?