Meta Box
Support › MB User Profile › Confirmation message in another divResolved
Hello ! Is it possible to display the confirmation message in another div ? So when the user save the info, the message is not displayed above the form but elsewhere in the page.
Thanks !
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.