Title: Problem
Last modified: March 21, 2022

---

# Problem

 *  Resolved [alejandromdez](https://wordpress.org/support/users/alejandromdez/)
 * (@alejandromdez)
 * [4 years, 2 months ago](https://wordpress.org/support/topic/problem-309/)
 * Hello,
 * When I attach photos, I get the following message when I click on send:
 * One or more fields have an error. Please try again.
 * I have checked and everything is correct, what could be the problem?
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fproblem-309%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Thread Starter [alejandromdez](https://wordpress.org/support/users/alejandromdez/)
 * (@alejandromdez)
 * [4 years, 2 months ago](https://wordpress.org/support/topic/problem-309/#post-15481151)
 * I attach pictures of the configuration in case it could help.
 * [https://drive.google.com/file/d/1ZLzjq-DhUKPaOf2duR5D0ouIfciPuZdD/view?usp=sharing ](https://drive.google.com/file/d/1ZLzjq-DhUKPaOf2duR5D0ouIfciPuZdD/view?usp=sharing)
 * [https://drive.google.com/file/d/1B7Z06DWjKdxrZssKHhq-aFcnvZgSiiyQ/view?usp=sharing](https://drive.google.com/file/d/1B7Z06DWjKdxrZssKHhq-aFcnvZgSiiyQ/view?usp=sharing)
 * I look forward to your help.
 * Thank you and best regards!
 *  Plugin Author [Glen Don Mongaya](https://wordpress.org/support/users/glenwpcoder/)
 * (@glenwpcoder)
 * [4 years, 2 months ago](https://wordpress.org/support/topic/problem-309/#post-15489950)
 * [@alejandromdez](https://wordpress.org/support/users/alejandromdez/) , will take
   a look and let you know.
 *  Plugin Author [Glen Don Mongaya](https://wordpress.org/support/users/glenwpcoder/)
 * (@glenwpcoder)
 * [4 years, 2 months ago](https://wordpress.org/support/topic/problem-309/#post-15494787)
 * I checked you site and it seems like there’s plugins assets CSS & Javascripts
   was not loaded correctly.
 * [https://bmcarmartin.com/wp-content/plugins/contact-form-7/includes/js/index.js](https://bmcarmartin.com/wp-content/plugins/contact-form-7/includes/js/index.js)
 * [https://bmcarmartin.com/wp-content/plugins/drag-and-drop-multiple-file-upload-contact-form-7/assets/js/codedropz-uploader-min.js](https://bmcarmartin.com/wp-content/plugins/drag-and-drop-multiple-file-upload-contact-form-7/assets/js/codedropz-uploader-min.js)
 * [https://bmcarmartin.com/wp-content/plugins/drag-and-drop-multiple-file-upload-contact-form-7/assets/js/dnd-upload-cf7.js](https://bmcarmartin.com/wp-content/plugins/drag-and-drop-multiple-file-upload-contact-form-7/assets/js/dnd-upload-cf7.js)
 * Please Check and try the options below.
 * 1. Check your theme and make sure you have **wp_header() **in **header.php** 
   and **wp_footer()** in **footer.php**
 * 2. Try to enqueue Jquery, add this snippet in your themes/functions.php file.
 *     ```
       function cf7_wp_load_jquery() {
       	wp_enqueue_script( 'jquery' );
       }
       add_action( 'wp_enqueue_scripts', 'cf7_wp_load_jquery' );
       ```
   
 * 3. Check if there’s any cache or optimization plugins that minify or removed 
   the JS file.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Problem’ is closed to new replies.

 * ![](https://ps.w.org/drag-and-drop-multiple-file-upload-contact-form-7/assets/
   icon-128x128.jpg?rev=1984850)
 * [Drag and Drop Multiple File Upload for Contact Form 7](https://wordpress.org/plugins/drag-and-drop-multiple-file-upload-contact-form-7/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/drag-and-drop-multiple-file-upload-contact-form-7/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/drag-and-drop-multiple-file-upload-contact-form-7/)
 * [Active Topics](https://wordpress.org/support/plugin/drag-and-drop-multiple-file-upload-contact-form-7/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/drag-and-drop-multiple-file-upload-contact-form-7/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/drag-and-drop-multiple-file-upload-contact-form-7/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [Glen Don Mongaya](https://wordpress.org/support/users/glenwpcoder/)
 * Last activity: [4 years, 2 months ago](https://wordpress.org/support/topic/problem-309/#post-15494787)
 * Status: resolved