Conversation
supportHi We are facing a small issue related to your plugin in one of our clients website the Download All user list button is not working on further checkout we found the issue is in all-query-page.php file line no 20 At present your code is like this <a class="btn btn-primary" style="float: right; margin-top: 20px; margin-right: 20px;" onclick="return DownloadList(<?php echo wp_create_nonce( "download_user_list_action" ); ?>);"><i style="margin-right: 10px;" class="fa fa-download"></i><?php esc_html_e('Download All User List', 'new-contact-form-widget'); ?></a> You need to make it like this (you have to add ”) around the nonce, once done download button will start working <a class="btn btn-primary" style="float: right; margin-top: 20px; margin-right: 20px;" onclick="return DownloadList('<?php echo wp_create_nonce( "download_user_list_action" ); ?>');"><i style="margin-right: 10px;" class="fa fa-download"></i><?php esc_html_e('Download All User List', 'new-contact-form-widget'); ?></a>
Hi @jyotsnasingh520 , Thanks for contacting us. We have fixed the issue and released the version 1.5.0 If you enjoy our plugin and support, please take a moment to rate us. – https://wordpress.org/support/plugin/new-contact-form-widget/reviews/ Regards
Hi @jyotsnasingh520 , Thanks for contacting us. We have fixed the issue and released the version 1.5.0 If you enjoy our plugin and support, please take a moment to rate us. – https://wordpress.org/support/plugin/new-contact-form-widget/reviews/ Regards