Hi @jackw1805,
I trust this message finds you well.
This is a reported issue and our Forminator team is working to find a permanent fix, still, we are unable to provide an ETA.
Our Second Line Support provided this mu-plugin as workaround:
<?php
add_action( 'admin_footer', 'wpmudev_fix_select2_issue_export', 9999 );
function wpmudev_fix_select2_issue_export() {
global $plugin_page;
if ( 'forminator-entries' === $plugin_page && isset( $_GET[ 'form_type' ] ) && 'forminator_forms' === $_GET[ 'form_type' ] ) {
?>
<script type="text/javascript">
jQuery(document).ready(function($){
$('a[data-modal="exports-schedule"]').on('click', function(){
setTimeout(function(){
if ( $('label[for="forminator-enable-scheduled-exports"]').hasClass('active') ) {
$('label[for="forminator-disable-scheduled-exports"]').click();
$('label[for="forminator-enable-scheduled-exports"]').click();
}
},1000);
});
});
</script>
<?php
}
}
Kindly follow this guide to install a mu-plugin on your site: https://wpmudev.com/docs/using-wordpress/installing-wordpress-plugins/#installing-mu-plugins
Let us know the results.
Best regards,
Laura
Hi @jackw1805,
We haven’t heard from you in a while, I’ll go and mark this thread as resolved. Note that you can still reply on this topic.
If you have any additional questions or require further help, please let us know!
Best regards,
Laura