Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author BlueGlass

    (@blueglassinteractive)

    Hi @lefimatik

    This is a wrong way to add tracking.

    In the latest plugin version we added custom JavaScript events “application_success” and “application_error”. You can use them to add tracking code to success or error submitions.

    for example:

    $(document).on('application_success', function(){
       // Your tracking javascript code goes here and fired on succesful application submition
    });
    Plugin Contributor Christian Foellmann

    (@cfoellmann)

    @lefimatik did this work for your`?

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Insert JavaScript into confirmation’ is closed to new replies.