Update Contact us forms
-
Require phone number -
Add GSS email to from field instead of the person submitting the form
Missing information in session data:
-
From Link -
GALILEO IP Address -
(TODO) GALILEO Session ID -
(TODO) User View (will still be useful for public libraries and k12) -
The GALILEO Status has changed from “login.via.password” to “remote via passphrase.” The Helpdesk uses this to find out if the user is logged in or not. -
Currently the code is subject = "[GALILEO-Comment] #{@form['ticket_type']}: #{@form["error"][0..160]}"
. I think we need to change that tosubject = "[GALILEO-Comment] #{@form['ticket_type']}: #{@form["error"]}"[0..160]
so the whole string is limited to 160 characters. -
MikeW is right about the subject line. [GALILEO-Comment]
needs to be removed. Apparently, this is something that the listserv adds.