How It Works

Find out how our solution helps you turn browsers into buyers.

Integrations

From Shopify to Klaviyo, explore over 80 integrations.

Support

Access guides, troubleshooting, and expert assistance.

About Us

Hear our origin story and meet our team.

Partnership

Become an official Retention.com Partner.

Affiliate Program

Learn more about our Affiliate Program.

Careers

Explore career opportunities with Retention.com.

Events

See upcoming events we’re hosting or attending.

Referrals

Got a referral? Let us know here.

Product Support

privacy-red-circle

Suppress contacts with JustUno forms

1. From your Justuno dashboard, click the Promotions icon in the left-hand navigation. Then, click the paintbrush icon to edit the email capture promotion.

2. Click </> Custom Code in the top right.

3. Click the </> TAB JS section at the top, and paste this script into the box. (If you have custom variables, use those instead.)

juapp('trackFunc','engagement',function(email, eventname, promotitle, cmid, options, form){
if (eventname == 'Engagement - Incentivized Form') {geq.suppress();
}
});

4. Turn the Override Default JS On and click Save or Publish at the bottom.

chevron-down