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


  1. bigJS
    Member

    Hi there,

    is there a fast way to exclude the file attachment links in the user email?

    Thanks!

    Posted 11 years ago #
  2. yuniar

    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 #
  3. bigJS
    Member

    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 #

RSS feed for this topic

Reply