//output from print '<pre>'; print_r($form); print '</pre>';
//This is what I see for groups. I don't actually see
the select menu form field
[#content_extra_fields] => Array
[og_nodeapi] => Array
(
[label] => Groups
[description] => OG audience & Public checkbox.
[weight] => 0
)
//Normally, I see something like this:
[field_attending] => Array
(
[#type] => optionwidgets_buttons
[#default_value] => Array
(
[0] => Array
(
[value] =>
)
)
[#required] => 1
[#columns] => Array
(
[0] => value
)
[#title] => Attending
[#description] =>
[#delta] => 0
[#field_name] => field_attending
[#type_name] => pca
[#tree] => 1
[#weight] => -1
[#access] => 1
[#count] => 9
) |