Google Tag Manager example: Hide the promo field

Please note that while our system is compatible with GTM integration, we do not offer specific configuration assistance as it is not a part of our standard offerings.

Here's a Google Tag Manager tag example for hiding the promo code field

<style nonce="{{styleNonce}}">

/* hide promo field */

div:has(> .form-floating > [name="code"]) {

display: none;

}

</style>

And just add a DOM Ready event for this tag:

Now after publishing the tag, the promo code field will be hidden

Did this answer your question? Thanks for the feedback There was a problem submitting your feedback. Please try again later.

Still need help? Contact Us Contact Us