Active
Project:
Content Construction Kit (CCK)
Version:
6.x-2.1
Component:
General
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
5 Mar 2009 at 13:33 UTC
Updated:
5 Mar 2009 at 21:53 UTC
Example:
I have created new content type and added/customized field_mail, field_phone and field_city fields to it.
Is it possible to construct a form in my custom module smth like:
$form['phone'] = array(
'#type' => 'field_phone',
);
so that all settings of the field_phone instance will be taken from cck?
Comments
Comment #1
yched commentedMaybe something like this
Not sure what will break and what will not, you'll need to test it :-)