update_user_meta inside a popup/modal

From what I can tell, it sounds like you need to be using AJAX to update that user meta.

Also you might need to retrieve the “content” with AJAX as well, so as to get the updated information if the popup modal is called again.

There is a lot of documentation on AJAX in wordpress, but here is an article related specifically to your question:
Update user meta using with ajax