Support

Account

Home Forums Front-end Issues Pass new $post_id to url or… Reply To: Pass new $post_id to url or…

  • Update:

    The above code will not work in ACF v5 due to the redirect url not being stored at $_POST['return'].

    Instead, please use $GLOBALS['acf_form']['return'] to modify the return url.

    Thanks
    E