Active
Project:
Link Click Count
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
22 Jul 2015 at 07:48 UTC
Updated:
27 Jan 2016 at 06:36 UTC
Jump to comment: Most recent
I've noticed you can also count click on email field.
I would start with a
if ($form_id == "field_ui_field_edit_form" && ($form["#field"]["type"] == "link_field" || $form["#field"]["type"] == "email" ) ) {
in your function link_click_count_form_alter(&$form, &$form_state, $form_id)
Hope will help
Comments
Comment #1
socialnicheguru commentedis this function in the newest version?
Comment #2
krknth commentedLooks good idea, will implement in next release.
Thanks