I have a profile section called 'Contact Details' and I would like to get the question data for this one section only.
Oxwall though for some reason saves section names as an MD5 hash of a unique id, so you cant simply use
BOL_QuestionSectionDao::getInstance()->findBySectionName('Contact Details')
That would be too easy ha-ha.
Does anyone know how to get details for a particular section only?