Support Forum ยป User Profile

Forum Replies Created

Viewing 3 posts - 16 through 18 (of 18 total)
  • Author
    Posts
  • in reply to: post_id in hook rwmb_frontend_after_process is missing #9263
    ingegnimultimedialiingegnimultimediali
    Participant

    Hi,
    I'm trying to redirect (after submission) to a thank you page with newly submitted post attached to query string but
    "post_id" is always = 0


    this is my code

    add_action( 'rwmb_frontend_after_process', function( $config ) {
        if ( 'nuovo-ordine' === $config['id'] ) {
            wp_safe_redirect( '?rwmb-form-submitted=nuovo-ordine&post_id='.$config["post_id"] );
            die;
        }
    } );
    in reply to: User registration #9245
    ingegnimultimedialiingegnimultimediali
    Participant

    Good news!

    in reply to: User registration #9239
    ingegnimultimedialiingegnimultimediali
    Participant

    Hi,
    any update about MB Frontend Submission for create new user?
    Thanks

Viewing 3 posts - 16 through 18 (of 18 total)