This forum is no longer open and is for reading/searching only.
Please use our new MachForm Community Forum instead.
MachForm Community Forums » MachForm 3
remove attachment links from user email
Started 11 years ago by bigJS | 3 posts |
-
Hi there,
is there a fast way to exclude the file attachment links in the user email?
Thanks!
Posted 11 years ago # -
You can edit "includes/helper-functions.php" file, search around line 257 for this code:
if($target_is_admin === false){ $options['strip_download_link'] = false; }
change it to become:
if($target_is_admin === false){ $options['strip_download_link'] = true; }
MachForm Founder
Posted 11 years ago # -
Perfect, the file uploaded ist is still listes in the user mail, but not a link.
Thank you very much!Regards!
Posted 11 years ago #
Reply
You must log in to post.