
Kristin Woodard
-
Actividad total26
-
Última actividad
-
Miembro desde
-
Siguiendo0 usuarios
-
Lo siguen0 usuarios
-
Votos10
-
Suscripciones6
Resumen de la actividad
Última actividad de Kristin Woodard-
Kristin Woodard hizo un comentario,
Rebecca, With the new "Guide Manager" permissions in the agent profile toggled on, you can now allow your agents to view the forms in the guide using the url switch "preview_as_role=end_user" witho...
-
Kristin Woodard hizo un comentario,
Daniel has a great point! For those that do not use conditional fields in their forms, the web widget is a completely viable option! Unfortunately, we use conditional fields heavily in order to mak...
-
Kristin Woodard hizo un comentario,
Tyler, Try adding the following to the top of your "New Request Page" in your portal. It's not pretty (a dialog will pop up asking if you really wanted to be re-directed) but at least it stops the ...
-
Kristin Woodard hizo un comentario,
Hi folks, I am following this thread since when I first began setting up my instance, I felt this would be a beneficial feature. While it would still be "handy" I have gone an alternate route for t...
-
Kristin Woodard hizo un comentario,
We have utilized the "Preview as role = end user" URL switch, however, it requires the agent to have admin status on our Zendesk Instance. This switch is actually referring to the preview state an ...
-
Kristin Woodard hizo un comentario,
Chris, You can use /n (New Line) in your string. Please see the "try it" at W3 Schools (my favorite resource) http://www.w3schools.com/js/js_strings.asp the section on "escape characters" should h...
-
Kristin Woodard hizo un comentario,
@ Christopher - the document submit is already part of the process coded by the Zendesk Platform, you are basically just "hijacking it" and performing an action when the process kicks off, just as ...
-
Kristin Woodard hizo un comentario,
I ended up getting this to work using the following: //Form Submit$(document).submit(function() { //only run on specific formif (window.location.href == "https://southlandind.zendesk.com/hc/en-us/r...
-
Kristin Woodard hizo un comentario,
@Wes - I am trying to go a step further, and set the subject line using one of the field values in the form on submit. So far, I have gotten it to change the subject on submit, but I cannot get it ...
-
Kristin Woodard hizo un comentario,
Wes, that is perfect! For those who might be trying to hide a required system field, remember that you will need to give it a value before hiding it! $('#request_subject').val("some subject here"...