I am creating a plugin for user registration in the front-end where the default new user account type is "Student".
How to get profile questions based on Account type?
$questionService = BOL_QuestionService::getInstance();
$questions = $questionService->findAllQuestionsForAccountType('290365aadde35a97f11207ca7e4279cc');
is listing questions for a specific account type.
Any ideas friends?