Hello
I've got a question about replies templates.
I created a new template and I left "Template" box empty. When I choose this template from dropdown list during servicing the ticket, my reply in new popup window is already filled with text:
"Dear (Name)
Best regards,
**** ****
...
"
Even when I choose predefined by OTRS "empty answer" this window isn't empty.
I would like to have really empty window there. Is this situation normal or maybe I have to change something else?
Best regards,
Tom
[SOLVED]Answer templates
Moderator: crythias
-
- Znuny newbie
- Posts: 90
- Joined: 11 Feb 2014, 17:24
- Znuny Version: 3.3.2
[SOLVED]Answer templates
Last edited by ThomasPL10 on 24 Sep 2014, 14:24, edited 1 time in total.
-
- Moderator
- Posts: 10170
- Joined: 04 May 2010, 18:38
- Znuny Version: 5.0.x
- Location: SouthWest Florida, USA
- Contact:
Re: Answer templates
Salutation and signature applicable to the queue apply regardless of reply.
OTRS 6.0.x (private/testing/public) on Linux with MySQL database.
Please edit your signature to include your OTRS version, Operating System, and database type.
Click Subscribe Topic below to get notifications. Consider amending your topic title to include [SOLVED] if it is so.
Need help? Before you ask
Please edit your signature to include your OTRS version, Operating System, and database type.
Click Subscribe Topic below to get notifications. Consider amending your topic title to include [SOLVED] if it is so.
Need help? Before you ask
-
- Znuny guru
- Posts: 5018
- Joined: 13 Mar 2011, 09:54
- Znuny Version: 6.0.x
- Real Name: Renée Bäcker
- Company: Perl-Services.de
- Contact:
Re: Answer templates
There is the Sysconfig option Ticket::Frontend::ResponseFormat where you can delete all the stuff (except "$QData{"StdResponse"}"). But keep in mind that this will remove the salutation and signatures from *all* answer templates.
Perl / Znuny development: http://perl-services.de
Free Znuny add ons from the community: http://opar.perl-services.de
Commercial add ons: http://feature-addons.de
Free Znuny add ons from the community: http://opar.perl-services.de
Commercial add ons: http://feature-addons.de
-
- Znuny newbie
- Posts: 90
- Joined: 11 Feb 2014, 17:24
- Znuny Version: 3.3.2
Re: Answer templates
Thank you reneeb. That was it!