Tagged: conversion tracking
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
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
Thank you very much :)