I'm having a bit of an issue using the post_submission_handler hook.
Documentation on the forum specifies that the function takes 2 parameters, $entry and $form. While it seems that $entry contains all documented information, $form does not. Simply echoing $form['id'] returns nothing.
Any clues?