_elementIndex['extra_mail_notify_invitation'])) { $content['form']->removeElement('extra_mail_notify_invitation'); } if (isset($content['form']->_elementIndex['extra_mail_notify_message'])) { $content['form']->removeElement('extra_mail_notify_message'); } if (isset($content['form']->_elementIndex['extra_mail_notify_group_message'])) { $content['form']->removeElement('extra_mail_notify_group_message'); } $content['form']->removeElement('official_code'); $content['form']->removeElement('phone'); $template->assign('form', $content['form']->returnForm()); $layout = $template->get_template('custompage/registration.tpl'); $content = $template->fetch($layout); $template->assign('content', $content); $template->display_blank_template();