Glen Don Mongaya
Forum Replies Created
-
Forum: Plugins
In reply to: [Drag and Drop Multiple File Upload for Contact Form 7] Files not recognizedTry to add this in your wp-config.php
define( ‘WPCF7_LOAD_JS’, true );
define( ‘WPCF7_LOAD_CSS’, true );Or in your functions.php
add_filter( ‘wpcf7_load_js’, ‘__return_true’ );
add_filter( ‘wpcf7_load_css’, ‘__return_true’ );Also try to deactivate if there’s any other plugin related to contact form 7. (except drag & drop upload & contact form 7)
Forum: Plugins
In reply to: [Drag and Drop Multiple File Upload for Contact Form 7] Files not recognizedHello @nickjgiordano ,
Thanks for the screenshot, it seems like the problem was on the front-end.
Theres assets/javascript was not loaded:
/wp-content/plugins/contact-form-7/includes/js/index.js
/wp-content/plugins/drag-and-drop-multiple-file-upload-contact-form-7/assets/js/codedropz-uploader-min.js
/wp-content/plugins/drag-and-drop-multiple-file-upload-contact-form-7/assets/js/dnd-upload-cf7.jsPlease check in your theme maybe there’s a function that disabled this script.
Regards,
GlenForum: Plugins
In reply to: [Drag and Drop Multiple File Upload for Contact Form 7] Files not recognizedHello @nickjgiordano ,
Can you please provide a screenshot of your Form & Mail settings?
Also, include a link to your site where the form was added.
Glen
Hello @bob-reeves ,
I think your form submission email has been tagged as spam.
Try changing your Subject and Change From: email to match your domain name.
From:
admin <[email protected]>
If the error still occur try to go to “Contact -> Drag & Drop Upload” scroll down and find “spam filtering issues” check yes on “Fix Spam”. (see: https://snipboard.io/ck4RlE.jpg)
Glen
Forum: Plugins
In reply to: [Drag and Drop Multiple File Upload for Contact Form 7] FILES NOT UPLOADINGHello Emma,
Please contact me through this email : [email protected].
I’m happy to assist you.
I’m confused if you are using “Drag & Drop File Upload for Contact Form 7” or “Drag & Drop File Upload for WooCommerce“.
Glen
Forum: Plugins
In reply to: [Drag and Drop Multiple File Upload for Contact Form 7] FILES NOT UPLOADINGHi,
Please send me the exact link of the page where the form was added.
Also, include a screenshot of the issue.
Glen
@colly595 , please check your <form> and </form> tag make sure it close correctly.
Can you send me a screenshot of your Contact -> Edit Contact -> Form settings ?
Closing this thread, issue has been fixed via email.
Forum: Plugins
In reply to: [Drag and Drop Multiple File Upload for Contact Form 7] W3 Total Cache IssueClosing this thread, issue has been solved via email.
Thanks.
Your screenshot here – https://imgshare.io/image/screen-shot-2021-10-19-104001-pm.p1NsfY is different from the given link. (see this: https://snipboard.io/ICdrQN.jpg)
Forum: Plugins
In reply to: [Drag and Drop Multiple File Upload for Contact Form 7] W3 Total Cache IssueI think it’s conflict with Conditional fields plugin, I’m not sure need further investigation.
Thanks, for the screenshot.
Could you please share a link to your site?
Forum: Plugins
In reply to: [Drag and Drop Multiple File Upload for Contact Form 7] W3 Total Cache Issue@cronwin can you share your form settings and conditions field so i can test and debug in my local?
Forum: Plugins
In reply to: [Drag and Drop Multiple File Upload for Contact Form 7] W3 Total Cache IssueHello @cronwin ,
Try to reschedule your cron to clear cache every 12 hours.
Also, the nonce security checking will only happen if you logged-in try without logging into your wp admin and test the upload.
Please let me know.
Glen