mechquote
Forum Replies Created
-
Hi guys,
Just wondering if ye have a solution for the above?
Thanks
Hi,
Is there a solution for this?
Thanks
Hi Predrag,
Hope all is well.
Sorry if I wasn’t clear enough with my request.
Basically, I would like the “Recipients” field seen on the above screenshot I posted to become “Bcc” so that the recipients cannot see each others email addresses.
This is the final piece of the puzzle for me so it would help alot if you could work your magic here!
Regards,
Steve.
Hi Dimitris,
Thanks for coming back to me.
I need to apply rules to the emails before making them “undisclosed”.
Thanks.
Hi Nastia,
Hope all is well.
Love the Forminator Forms Plugin!
This fix worked for me:
”Hello @007canada
I trust you are doing well!
Judging from this error, it looks like your server doesn’t support Fileinfo PHP module. Please contact your hosting provider and ask them to enable this module.
As a temporary workaround, please create a an empty file with a name forminator-fix-undefined-func-mime-content-type.php, inside /wp-content/mu-plugins directory and add this code inside
<?php
if( ! function_exists(‘mime_content_type’) ){
function mime_content_type( $file ){
$filetype = wp_check_filetype( $file );
return $filetype[‘type’];
}
}If the mu-plugins folder doesn’t exist, please feel free to create it.
Let us know how it went!
Kind regards,
Nastia”Before I applied this patch, the upload function would cause an error. Now it works perfectly. Before this fix I had to run version 1.9.2 to allow for successful uploads.
Thank you very much for sharing this solution.
Regards,
Steve.