Advertisement
Guest User

Untitled

a guest
Mar 30th, 2017
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. function mymodule_myform_submit($form, &$form_state) {
  2. // other code
  3. $form_state['redirect'] = 'path';
  4. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement