Closed (fixed)
Project:
Token Insert
Version:
7.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
19 Jun 2013 at 11:18 UTC
Updated:
15 Jul 2014 at 12:20 UTC
Jump to comment: Most recent
Comments
Comment #1
jelle_sYou can implement hook_form_alter and set
#token_inserttoTRUEon the element for which you want to enable token_insert:$element['#token_insert'] = TRUE;Comment #2
jelle_s