I have a custom details form shown below. How can I show the default Recurring section?
scheduler.config.lightbox.sections=[
{name:"classselect", height:40, map_to:"class", type:"select", options: scheduler.serverList("class_id"), script_url: 'php/events_rec.php', vertical:"true" },
{name:"instructorselect", height:100, map_to:"instructor", type:"multiselect", options: scheduler.serverList("instructor_id"), script_url: 'php/events_rec.php', vertical:"true" },
{name:"recurring", height:100, type:"rec_type", map_to:"rec_type"}, //DOES NOT WORK
{name:"time", height:150, type:"time", map_to:"auto"}
]