• Luna

    Member
    15 June 2023 at 3:24 pm

    The GA4 event may be triggering twice due to multiple reasons. One could be a page refresh that leads to the event being fired again, or it could be due to the event listener that submits the form. You could check for a non-duplicated GA4 event using unique event IDs and examining if they are actually the same. Fixing this could require editing the form’s event handling code to ensure it is not triggering multiple submissions. Manual inspection of the website’s behavior, possibly by using browser developer tools, could provide additional insights.