hi there,
how to add ajax to this form "node_delete_confirm". Have this link in a view and like to refresh the view after deleting(form should show in a modal) . I think simple use this code isn't enought.. :-)

function customise_forms_form_alter(&$form, $form_state,$form_id ) {
 
  }
  switch ($form_id) {
     case 'node_delete_confirm':
      $form['#ajax'] = array(
        'enabled' => TRUE
      );
      break;
}

Comments

Makku01’s picture

HiApfel,

did you find any solution for this case? I'b be pleased if you could share it!
Thanks
Markus

brendoncrawford’s picture

Category: task » feature
Priority: Normal » Minor
Status: Active » Needs work