Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #194294

    Hello there,
    I would like to ask you for help with this issue:
    I have a GAs set on our website, however, I would like to track a conversion from our contact forms i.e. if someone clicks on “Send” button, the web either redirect to some specific page (now it calls ajax confirmation), or the “Send” button itself will somehow call an event in GAs.
    Do you have any suggestion/best practice, before I start with some hardcore-hardcoding :D?

    Thanks in advance!
    Martin

    #194514

    Hey Martin!

    You can add those GA attributes to the button in /framework/php/class-form-generator.php, line 190:

    $this->output .= '<input type="submit" value="'.$this->form_params['submit'].'" class="button" />';
    

    Cheers!
    Josue

    #196264

    Thank you very much :)

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Tracking the conversion on Enfold with GA’ is closed to new replies.