Support » Plugin: Drag and Drop Multiple File Upload - Contact Form 7 » Form won’t send with image attached

  • Resolved DBZEROONE

    (@dbzeroone)


    When I add an image to the drag-and-drop area to a form, the form won’t send. The size or format of the image doesn’t matter. I just get the following error in an orange box “There was an error trying to send your message. Please try again later.” The form works fine otherwise, as long as I don’t attach a file. All plugins and WP core are up to date. Any ideas what might be the trouble?

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Glen Mongaya

    (@glenwpcoder)

    @dbzeroone , Can you send me the link to your site, so we can check.

    Thread Starter DBZEROONE

    (@dbzeroone)

    I just emailed the site info. Thank you.

    Thread Starter DBZEROONE

    (@dbzeroone)

    Turns out CF7 was marking outgoing emails as spam, which stopped them from sending. This is indicated by the CF7 error message with an orange border.
    To remedy the issue, add this code to functions.php:

    //STOPS CF7 FROM FLAGGING EMAIL WITH LINKS AS SPAM
    add_filter('wpcf7_spam', '__return_false');
    

    Edit: Further investigation revealed that the blocked keyword list (settings – discussion – Disallowed Comment Keys) included https:// which instantly blocked any outgoing message with a URL.

    • This reply was modified 2 years, 6 months ago by DBZEROONE. Reason: New information
    • This reply was modified 2 years, 6 months ago by DBZEROONE.
    • This reply was modified 2 years, 6 months ago by DBZEROONE.

    We also have the same problem but using filezilla we cannot find the file to make the change. How can we do?

    Are you planning to release a new version soon?

    Furthermore we would like to use it also in Italian.
    Happy to translate it for you

    Thank you

    Plugin Author Glen Mongaya

    (@glenwpcoder)

    @lorenzomalferrari ,

    please create another topic here – https://wordpress.org/support/plugin/drag-and-drop-multiple-file-upload-contact-form-7/

    And include the link of your site and screenshot of the issue.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Form won’t send with image attached’ is closed to new replies.