Glen Don Mongaya
Forum Replies Created
-
Already sent an invoice via email.
I want to sincerely apologize for my delayed response to your request
Thank You for understanding.
@changetherulesemail sorry for the late reply.
Try to update to the latest version 1.3.6.3.
In your theme functions.php file add this code.
add_filter('dnd_cf7_data_options','change_cf7_upload_options'); function change_cf7_upload_options( $options ) { global $post; if( $post->ID == YOUR_PAGE_ID ) { $options['text'] = 'Drag & Drop Files Here'; $options['or_separator'] = 'or'; $options['browse'] = 'Browse Files' } return $options; }Change YOUR_PAGE_ID of the page you want to display different language/text.
If it’s not clear or you need assistance just let me know.
Glen
Hello @netzlounge ,
Currently it’s not tested with multistep plugin.
But there are user added the upload file in the last step of the form and it works.
Maybe in my next update I will test & add compatibility for multistep.
Thanks.
Forum: Plugins
In reply to: [Drag and Drop Multiple File Upload for Contact Form 7] sftp uploadReplied you on email.
Hello @foxc ,
Can you please send me a screenshots of your form & conditional settings?
Thanks,
GlenHi @ivchi2014 ,
Can you send me these screenshots?
1. Contact -> Email body under Mail tab settings
2. Contact -> Drag & Drop Upload settings.Also make sure to add the [upload-file-200] filename only without the [mfile] tag.
Glen
Forum: Reviews
In reply to: [Drag and Drop Multiple File Upload for Contact Form 7] Great plugin!Thank you @toulip appreciate your feedback 🙂
Hello @ashishlepcha ,
The first link is all black and I cannot see any form. (https://snipboard.io/c9oWyf.jpg)
And the second link is not accessible (can’t be reached)
Also provide a screenshot to your “WordPress -> Media -> Add New” page.I’d like to see your “Maximum upload file size” limit and try to upload same file you have uploaded previously on the form.
Thanks,
Glen@badushich , this thread is closed, please open a new topic here – https://ww.wp.xz.cn/support/plugin/drag-and-drop-multiple-file-upload-contact-form-7/#new-topic-0
Also do not disable jquery because my plugin depends on it, make sure you are loading the jquery correctly.
When creating new topic please include the link to your site.
Forum: Plugins
In reply to: [Drag and Drop Multiple File Upload for Contact Form 7] Only 10 files allowedYou marked this thread as resolved, they managed to fix the issue?
10max is the default option of the plugin if you want to change that, you just need to add max-file:3 in [mfile] code/tag.
Example to limit the user to upload max of 25 files.
[mfile upload-file-344 max-file:25]
@mhagenaars , the email attachments will only work if “Storage Type” Local Storage option, if you store files remotely it will only display links in email.
It’s will take time to attach file in email while saving it remotely and it may crash the server.
Forum: Plugins
In reply to: [Drag and Drop Multiple File Upload for Contact Form 7] No attach file@xxxenon7 , I replied to your email.
Please check.
@tzilum1 , I’m not sure if you are on the right plugin.
This plugin is for Contact Form 7 extension and this for WooCoomerce – https://ww.wp.xz.cn/plugins/drag-and-drop-multiple-file-upload-for-woocommerce/
Hello,
Check your max upload limit in WordPress -> Media library and send me a screenshot.
Also, provide further details about the size you were trying to upload.
And last , please include the link to your site so I can check.
Thank You.