Sorry, this questions drowned in my inbox. To override this you would need to comment out a section of code in DFFS_frontend_min.js in the function “accordion”. The first “if” must be commented out like this:
if(i !== hID){
// if(spjs.$.inArray(i.replace("dffs_",""),spjs.dffs.data.tabConfigObj[spjs.dffs.data.selectedTab].fields)>-1){
// spjs.dffs.data.accordion.expanded[i] = false;
// }
// spjs.$.each(o.arr,function(j,fin){
// if(spjs.$.inArray(fin,spjs.dffs.data.accordion.o[hID].arr) === -1){
// spjs.dffs.toggleAccordion(hID,fin,"hide",spjs.dffs.data.accordion.s.slideTime);
// }
// });
// spjs.dffs.data.accordion.o[hID].collapsed = true;
// spjs.$("#"+i).removeClass("dffs-accordion-activePanel");
}else{
I have decided to add (and enhance) this functionality in the next release.
Alexander