Viewing 1 replies (of 1 total)
  • Plugin Author WP Shuffle

    (@wpshuffle)

    Hello there,

    Thank you for writing to us.

    You can check all the necessary hooks available in our plugin in the help section. The specific hook that you are asking is as below which is fired just after the form is submitted.

    /**
    * Fires when the successful form submission is complete
    *
    * @param int $insert_update_post_id
    * @param array $form_row
    * @param string $action
    */
    do_action( 'fpsml_form_submission_success', $insert_update_post_id, $form_row, $action );

    Please let us know if you have any confusion regarding the provided code.

    Thanks.

Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.