Index: src/wp-admin/includes/user.php
===================================================================
--- src/wp-admin/includes/user.php	(revision 44986)
+++ src/wp-admin/includes/user.php	(working copy)
@@ -830,7 +830,7 @@
 
 		<?php settings_errors(); ?>
 
-		<form method="post" class="wp-privacy-request-form">
+		<form <?php echo ( isset( $_GET['page'] ) ? 'action="?page=' . $_GET['page'] . '"' : '' ); ?> method="post" class="wp-privacy-request-form">
 			<h2><?php esc_html_e( 'Add Data Export Request' ); ?></h2>
 			<p><?php esc_html_e( 'An email will be sent to the user at this email address asking them to verify the request.' ); ?></p>
 
@@ -914,7 +914,8 @@
 
 		<?php settings_errors(); ?>
 
-		<form method="post" class="wp-privacy-request-form">
+		<form <?php echo ( isset( $_GET['page'] ) ? 'action="?page=' . $_GET['page'] . '"' : '' ); ?> method="post" class="wp-privacy-request-form">
+
 			<h2><?php esc_html_e( 'Add Data Erasure Request' ); ?></h2>
 			<p><?php esc_html_e( 'An email will be sent to the user at this email address asking them to verify the request.' ); ?></p>
 
