Glen Don Mongaya
Forum Replies Created
-
Hello @pero91,
Thanks for reaching out.
Unfortunately our plugin will not work with “Image Editor by Pixo” I haven’t tested it yet, but it looks like the plugin only support on WordPress media library which is beyond our plugin features.
The image editor plugin has FAQ “Can I integrate Pixo into the front-end“, but I don’t know how to integrate it to my plugin.
Glen
Thanks, upon checking I found that there’s a javascript error in browser console see this screenshot – https://ibb.co/VwY7xRB
Also, the ajax submission of the form is not working. currently when you click “Send and Pay” it reloads the page.
Try to deactivate any plugins or add-ons that’s related to contact form 7, including drag & drop upload.
Hello @vipbyte,
Can answer the following clarification below.
- Where did you add the [file-attachment] code in File attachments or Message Body?
- Can you provide a screenshot of your “Contact -> Drag & Drop Upload” settings?
Can you try adding the code below to your theme/functions.php file and let me know if it’s what you need? this filter will modify the files and only displays filename.
add_filter('dndcf7_before_send_files', function( $links, $files ){ if( $files ){ foreach( $files as $file ) { $links[] = wp_basename( $file ); } } return $links; },10, 2);Forum: Plugins
In reply to: [Drag and Drop Multiple File Upload for Contact Form 7] zip fileHello @tecsander,
Yes, our Pro version supports zip files and can email them as attachments or file links.
For more information you can contact through my email [email protected].
Glen
Hello Andrea,
Can you create a test page duplicate of the link you provided so that I can check? I’ve checked the link, and it appears you’ve already replaced it with the default file upload, not using our plugin.
Glen
Hello @stremel,
Can you go to Contact -> Drag & Drop Upload -> then check “Fix Spam”.
Please let me know.
Glen
@macieknocode for pro version support please email me [email protected] or submit a ticket here – https://www.codedropz.com/support/
This thread here is only for free version.
Thanks, you can download the previous version here – https://ww.wp.xz.cn/plugins/drag-and-drop-multiple-file-upload-contact-form-7/advanced/
sorry but I can only help If the site is public, I’d like to debug and see what cause the issue.
It’s okay I understand, thanks.
Can you try to deactivate my plugin and use default file upload of contact form 7 ?
Maybe there’s a problem with the attachment size or your email won’t allow any file attachments.
Glen
Hi @stevelss2001,
Can you provide a link to your site?
And also please include a screenshot of your “contact -> drag & drop” and “contact -> mail tab” settings.
Thanks.
Thanks @dglite, appreciate it 🙂
Hi @julianjanjan,
The code above is correct and still working. May I know which snippet plugin you are using? Make sure it’s activated, and the settings run in the front-end or everywhere.
Also, in “Contact -> Drag & Drop Upload” uncheck “Send Attachment as links? and “Don’t delete files” options.
The auto-delete feature will work on the front-end, so please refresh every 5 minutes.
Please let me know.
Glen
As default WordPress doesn’t allow svg file for security reasons.
In recent changes we changed the validation when checking file types using get_allowed_mime_types() the standard approach from Worpdress.
Can your try and add snippet below in your theme/functions.php file?
function svg_mime_types( $mimes ){ $mimes['svg'] = 'image/svg+xml'; return $mimes; } add_filter( 'upload_mimes', 'svg_mime_types' );Hello @dimasto,
For pro version you may contact directly to my email address [email protected]
Please include your receipt or order number or receipt so I can verify.
Glen