Insert email template in a reply

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • CaptainRob
    Junior Member
    • Nov 2014
    • 6

    Insert email template in a reply

    Hello,

    Is it possible to insert an email-template in a reply of an email?

    With creating a new email the template function is working perfectly, but when I want to reply on a email the template function is not visible.

    Thanks in advance.

    Rob
  • yuri
    Member
    • Mar 2014
    • 8440

    #2
    Hi

    Yes. client/src/views/email/detail.js

    Comment this code view.getView('edit').hideField('selectTemplate');
    If you find EspoCRM good, we would greatly appreciate if you could give the project a star on GitHub. We believe our work truly deserves more recognition. Thanks.

    Comment

    • CaptainRob
      Junior Member
      • Nov 2014
      • 6

      #3
      Thanks, works perfectly.
      Great system!!

      Comment

      • rodrigocoelho
        Active Community Member
        • Jun 2016
        • 296

        #4
        Originally posted by yurikuzn
        Hi

        Yes. client/src/views/email/detail.js

        Comment this code view.getView('edit').hideField('selectTemplate');
        Hi Yuri, Why this is not the standard? Why to hide it?

        Comment

        • bruce185
          Member
          • Feb 2016
          • 71

          #5
          This would make for a great on/off setting...

          Comment

          Working...