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.
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.