Form tag fire multiple time

Hi

I have set a tag for the form on our website, but the tag fires multiple times throughout a session how to restrict it to fire only once
Best regards

Hi there!

It seems you need to change the multiplicity setting of the trigger to your tag to “once in a session”.

See step 11 of this guide. Hope it helps :crossed_fingers:

Cheers!

How can I navigate to multiplicity

Hi. Just edit your trigger.

Below is the screenshot when I try editing it

I guess you’re using a trigger that doesn’t support multiplicity. I think you would have to go with a custom code solution. Meaning that you create a session cookie after firing the tag for the first time. Then you use a condition in the trigger that checks if the cookie exists.

Can you suggest steps to create trigger with multiplicity