Active
Project:
Content Construction Kit (CCK)
Version:
6.x-2.9
Component:
Content Permissions module
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
19 Mar 2012 at 08:45 UTC
Updated:
19 Mar 2012 at 08:46 UTC
i want to add a filed called "photo 360" , and all i want to do is automaticali insert some html code if i choose yes from selected list and if i choose no or null this field isn't displayed
example:
return array(
'no' => t('No'),
'yes' => t('Yes'),
);
but i want put ther html div and java script
how can I do this