Hi,
You can use the JavaScript code below to move the confirmation message to another div/class.
jQuery(document).ready(function($) {
var userProfileConfirm = $('.rwmb-confirmation');
if (userProfileConfirm.length > 0) {
userProfileConfirm.remove();
$('footer').append(userProfileConfirm);
}
});
See my screenshot https://share.getcloudapp.com/p9uPkoxD.