fb_tab form config question - 2mins of your time could solve my problems
In the FB tabs complex use case code here: http://drupal.org/node/956034
$data['config']['eg_fb_og'] holds the configuration that was set for the tab, it would appear that this comes from the form element $return['eg_fb_og'] that was set during FB_TAB_OP_FORM. If I want to add more form elements that will save configuration options to the database, like a select list for instance, can I just use $return['my_select_list'] and then in FB_TAB_OP_VIEW retrieve the saved configuration using $data['config']['my_select_list'] ?
I have tried this and it doesnt work...
$data['config']['eg_fb_og'] seems to hold the configuration set by form element $return['eg_fb_og'].
$data['config']['my_select_list'] does not hold the configuration set by form element $return['my_select_list'].
Even a comment on whether the above *should* work would be great, as right now I have no idea what to try!
- Forums:

Interested readers should
Interested readers should follow here: http://drupal.org/node/833726