This forum is no longer open and is for reading/searching only.
Please use our new MachForm Community Forum instead.
MachForm Community Forums » MachForm 4
Images embed in email as well as attachment.
Started 9 years ago by mbs14a | 5 posts |
-
Prior to 4.4 images arrived correctly as attachment.
In 4.4 they are also embedded in message as well as attachment.
how can I turn the embed bit off - not needed as well.
thanks
Posted 9 years ago # -
This is actually a new functionality we added into v4.4
If you want to turn this off, you can edit the "machform/includes/entry-functions.php" file. Search around line 285 for this code:$show_image_preview = $options['show_image_preview'];
change it to become:
$show_image_preview = false;
MachForm Founder
Posted 9 years ago # -
I would like to request that this be made an option that can be activated/deactivate on a form-by-form basis from the GUI admin interface.
Posted 9 years ago # -
+1
Posted 9 years ago # -
+1
I would like to be able to turn it off.
Posted 9 years ago #
Reply
You must log in to post.