By ponkarthik on
Dear friends,
I am using a multipart form in Drupal 5.2 in a module. I have set the #multistep=true and #redirect=false. Everything works fine except for the last step when after submitting the data I need to redirect the user to another page I find that I am not able to make the hook_submit function to return any value.
I understand that this is because of setting #redirect to false. How to overcome this ?
Thanks
Karthik
Comments
...
On the last step don't set #redirect to FALSE. (Or set it to the destination.)