addConfigGroup($arr, $group); $arr[$group][] = array('firstname','First Name','text'); $arr[$group][] = array('lastname','Last Name','text'); $arr[$group][] = array('school','Home School','text'); $arr[$group][] = array('hsclass','Highschool Class of','text'); $group = 'Application-Resume-Things'; $this->addConfigGroup($arr, $group); $arr[$group][] = array('why_team', 'Why you want to be on the team', 'textarea'); } }