Hi, I have the same problem. The solution I found is to modify line 206 of the file “wp-content/plugins/exit-popup/exit-popup.php” by replacing “do_shortcode ((get_option(‘exit_popup_popup_body’)))” with “html_entity_decode((get_option(‘exit_popup_popup_body’)))”.
I hope this help you too.