Closed (works as designed)
Project:
Google Analytics Email (Contact Form, Webform, Rules)
Version:
6.x-1.4
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
20 Apr 2011 at 07:41 UTC
Updated:
1 Jan 2014 at 16:05 UTC
Jump to comment: Most recent
Comments
Comment #1
Brian294 commentedGood idea. Is it possible to insert the tokens into user-defined form fields using the contact_field module? contact_field is already integrated with contact save. http://drupal.org/project/contact_field
If custom fields can be active, yet not displayed to the user, then it should work!
Peace,
Brian
Comment #2
Dret commentedI solve using the footer variable to the Contact Save module function (contact_save_mail_alter)adding this line to "message" text:
in my case i had to add:
first and second was for some extra fields from a custom module for Contact and the last $message['body'][4] to collect values from:
But now i need ideas to make the same for Webform!!!
I saw that token generated by ga_tokenizer are not present in token supported by webform (i'm using 2.x version of Webform).
Ideas about?
Comment #3
Brian294 commentedI have written another module to do something similar to what you have requested. It's called GA Capture.
https://drupal.org/project/ga_capture
I am seeking sponsorship to develop the webform submodule, take a look:
https://drupal.org/node/2165325
Peace,
Brian
Comment #4
Brian294 commentedI wrote the module, it is available here: https://drupal.org/project/ga_capture