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

Dave Reid - November 6, 2009 - 21:01
Status:active» postponed (maintainer needs more info)

Can you paste in more of your form code? Need to see more than just the one item.

#2

Dave Reid - November 28, 2009 - 23:25
Title:integrate modules fieldset» Problem with custom fieldset video_upload
 
 

Drupal is a registered trademark of Dries Buytaert.