$_sel = xtStem_get_stem_songs($_user['user_active_profile_id']);
// Select a type
$_tmp = array(
'name' => 'audio_stem_song',
'label' => 'song',//999
'help' => 'Select a song',
'type' => 'select',
'options' => $_sel,
'validate' => 'not_empty',
'required' => true
);
jrCore_form_field_create($_tmp);
Is there a work around?
updated by @nate: 02/26/14 07:29:23PM