Account created on 4 August 2012, over 12 years ago
#

Recent comments

🇮🇩Indonesia imunklovarian

Actually that is what i need in my project, but, If it become a new feature it Will be great or please help me to tweak the code :)

🇮🇩Indonesia imunklovarian

i always fail to alter redirect use hook_form_alter() this is my code

function formid_form_editableviews_entity_form_buat_tugas_alter(&$form, $form_state){
   $form['actions']['submit']['#submit'][] = 'formid_redirect_callback';

}

function formid_redirect_callback($form, &$form_state){
    $form_state['redirect'] = 'tugas-sudah-dibuat';
}

the redirect is working but the submission is failing why ? please help me

Production build 0.71.5 2024