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 :)
Yes, it should be
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
imunklovarian → created an issue.
imunklovarian → created an issue.
imunklovarian → created an issue.
imunklovarian → created an issue.
imunklovarian → created an issue.
imunklovarian → created an issue. See original summary → .