WPIntell

Source evidence

Download All User List button not working

Contact Form Widget · support · 2025-11-15T06:45:00+00:00

complaintsentiment
lowseverity
0.38relevance
1replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

6 / 34 rows with source links

17.6% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

28 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
jyotsnasingh520 resolved
Hi 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

Comments

1 shown
Pathhan 2025-11-17T07:15:00+00:00

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