Hi Swilson2312,
I have faced same issue on my IE version. But i have fixed that issue only small changes on JS file. Please follow below steps to know how to do this
1. Find zl-multine-files.js file on plugin JS folder
2. Edit zl-multine-files.js file and find below line
$(zl_filecontainer + ' p.wpcf7-form-control-wrap:last input').change(function(e) replace with $(zl_filecontainer + ' p.wpcf7-form-control-wrap:last input').on('input', function(e)
3. After apply above changes test it again. It’s work for me.
Please Let me know if you have same problem after applied above changes.
Thanks.
-
This reply was modified 7 years, 7 months ago by divyeshk.
Hi,
Please help me how to integrate google recaptcha for this plugin.
Thanks.