Crythias,
I have otrs 3.0.8 on ubuntu 10.4. I like to add a drop down box on the subject line of customer ticket instead of text box. How can I add the drop down,so that customer must select the subject from the drop down menu.
Thank you,
HS
Drop down for subject
Moderator: crythias
-
- Moderator
- Posts: 10170
- Joined: 04 May 2010, 18:38
- Znuny Version: 5.0.x
- Location: SouthWest Florida, USA
- Contact:
Re: Drop down for subject
change the field from input to select in the .dtl
<select name="Subject">
<option>Subject1</option>
<option>Subject2</option>
<select>
Read more in w3schools.
<select name="Subject">
<option>Subject1</option>
<option>Subject2</option>
<select>
Read more in w3schools.
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
Re: Drop down for subject
Crythias,
Thank you and it is working like charm.
Thanks,
HS
Thank you and it is working like charm.
Thanks,
HS
-
- Znuny newbie
- Posts: 22
- Joined: 30 Nov 2010, 01:03
- Znuny Version: 3.1.6
- Location: Berlin, Germany
Re: Drop down for subject
Hy,
is there a similar solution with the help of dynamic fields?
Thanks
Mojo
is there a similar solution with the help of dynamic fields?
Thanks
Mojo
OTRS 3.1.10 on CentOS 6
-
- Moderator
- Posts: 10170
- Joined: 04 May 2010, 18:38
- Znuny Version: 5.0.x
- Location: SouthWest Florida, USA
- Contact:
Re: Drop down for subject
Yes, if the dynamic fields already have values, they should be listed as dropdown, or else do exactly the same thing with the field name related to your Dynamic Field.mojorianer wrote:is there a similar solution with the help of dynamic fields?
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 newbie
- Posts: 22
- Joined: 30 Nov 2010, 01:03
- Znuny Version: 3.1.6
- Location: Berlin, Germany
Re: Drop down for subject
Hy,
is it possible to use a dynamic field (dropdown) as subject?
Thanks
is it possible to use a dynamic field (dropdown) as subject?
Thanks
OTRS 3.1.10 on CentOS 6
-
- Moderator
- Posts: 10170
- Joined: 04 May 2010, 18:38
- Znuny Version: 5.0.x
- Location: SouthWest Florida, USA
- Contact:
Re: Drop down for subject
Sure. Why not? Javascript onchange of dynamic field, set value of subject to value of dynamic field... you know, the field you just chose which will already save as a value anyway.mojorianer wrote:is it possible to use a dynamic field (dropdown) as subject?
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