[ 'id' => $form['id'], 'title' => $form['title'], ], $forms ); $selected_form_id = intval( rgget( 'bld_embed_form_id' ) ); ?>
Submitted. View entry #%d.', esc_url( $entry_url ), $entry_id ); // Or, if you prefer a redirect back to the Dashboard with context: // return [ 'redirect' => add_query_arg( [ 'bld_embed_form_id' => $form_id, 'bld_entry' => $entry_id ], admin_url( 'index.php' ) ) ]; } return $confirmation; }, 10, 4 );