How can I use video module drupal 7 version with Custom form to create a field behave exactly the field on the node form? To do so I created a form with video field type but its not displaying anything
$form['file'] = array(
'#type' => 'video',
'#name' => 'files[]',
'#title' => t('Upload some videos'),
'#attributes' => array('multiple' => 'multiple'),
);
I used this From the test file of video.The filename is. VideoField.test