Problem with custom fieldset video_upload
Apfel007 - September 15, 2009 - 13:10
| Project: | Vertical Tabs |
| Version: | 6.x-1.0-beta4 |
| Component: | Code |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | postponed (maintainer needs more info) |
Jump to:
Description
Hi,
I try to create a fieldset with this code, it is shown, but if I mark it, to include it into vertical tabs, I go this error:
Illegal choice video_upload in vertical_tabs_fieldsets element
Could someone give me a hint to solve this?
...
$form['video_upload'] = array(
'#type' => 'fieldset',
'#title' => t('Video upload'),
'#collapsible' => TRUE,
'#collapsed' => TRUE,
'#weight' => 30,
);
#1
Can you paste in more of your form code? Need to see more than just the one item.
#2