• Resolved lukeedes

    (@lukeedes)


    Is it possible to send someone to a thank you page after filling in a vacancy instead of just showing a message? I would like this for Google Analytics

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author BlueGlass

    (@blueglassinteractive)

    Hi @lukeedes

    you can use JS event to add GA event tracking like this:

    $(document).on('application_success', function(){
                //Your GA code here
            });

    Or you can use it to redirect also

    Br,

Viewing 1 replies (of 1 total)

The topic ‘Redirect after submitting a form’ is closed to new replies.