You are here

function entityform_notifications_form_entityform_type_form_alter in Entityform 7

Implements hook_form_FORM_ID_alter().

File

entityform_notifications/entityform_notifications.module, line 27

Code

function entityform_notifications_form_entityform_type_form_alter(&$form, &$form_state, $form_id) {
  $entityform_type = $form['#entityform_type'];
  _entityform_notifications_type_settings($form['data']['notifications_set'], $entityform_type);

  //$form['data'] ['notifications_set'] = $notifications_set;
  _entityform_remove_fieldsets_from_tree($form['data'], array(
    'data',
  ));
}