You are not logged in.
Pages: 1
I just loaded GLPI and it looks like helpdesk.html did not come with the package. Using 0.68.3. Can anyone help with this?
Thanks!
Offline
Sorry for the confusion, but I finally found the helpdesk.html file. Is there anyway to allow a user to enter an email address when they submit a ticket?
Thanks!
Offline
Has anyone come up with a solution? I don't want to add all users to the GLPI but want them to open a ticket request. If there is a way to add an email address or name to the helpdesk.html form that would populate in the ticket somehow, that would be awesome. Suggestions?
Offline
I'm not sure if I am doing it right since it isn't showing up in the trouble ticket description ...
<script>
function concatAndDisplay() {
var tname = document.getElementById("tName").value;
var temail = document.getElementById("tEmail").value;
var tcontents = document.getElementById("tContents").value;
var contents = tname + '\n' + temail + '\n' + tcontents;
document.getElementById("Contents").value = contents;
}
</script>
So in the helpdesk.html, I'd just change contents to tcontents?
<textarea id="tcontents"> </textarea>
<input type="hidden" name="contents">
Sorry for so many questions, but I am quite confused... since if I do this, it errors out with No Description and I have to go back. So, definitely confused.
Last edited by diabolka (2008-07-10 06:32:44)
Offline
Hello - am new and learning how I need to speak french - time to refresh. However is there an existing helpdesk.html that is in english - the rest of the install went well with english, but for some reason when I go to the HTML it is au français - I can get it translated, but wanted to know if there is something I am missing?
A culture is only as great as its dreams and its dreams are dreamed by artists.
Offline
this is now resolved as I just translated thanks to google and common sense. But now as I test, I run into a "No category in your ticket, please retry" error with no means to handle or fill the category - please assist .
A culture is only as great as its dreams and its dreams are dreamed by artists.
Offline
Pages: 1