Closed (fixed)
Project:
Location
Version:
6.x-3.1-rc1
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
10 Sep 2009 at 02:26 UTC
Updated:
23 Jan 2011 at 06:20 UTC
Hello,
I’m trying to create a collapsible/expandable box for the location fieldset in Location_CCK but don’t know how to do such a thing. If anyone can help, I’d appreciate it.
Comments
Comment #1
rooby commentedYou could create a custom module and use hook_form_alter() like this
In this example you need to change the mymodule in the function name to the name of your moule, the form_id check from nodetype_node_form to whatever your form id is and field_location to whatever the name of your field is.