Búsquedas recientes


No hay búsquedas recientes

Renato Lyke's Avatar

Renato Lyke

Incorporación 13 may 2021

·

Última actividad 27 oct 2021

Seguimientos

0

Seguidores

0

Actividad total

9

Voto

1

Suscripciones

4

RESUMEN DE LA ACTIVIDAD

Última actividad de Renato Lyke

Renato Lyke hizo un comentario,

Comentario de la comunidad Discussion - Tips and best practices from the community

Hi,

We I wish to use an image. On click on that image it needs to take me to those Specific categories. 

Regards,

Renato.

Ver comentario · Publicado 05 may 2015 · Renato Lyke

0

Seguidores

0

Votos

0

Comentarios


Renato Lyke hizo un comentario,

Comentario de la comunidad Discussion - Tips and best practices from the community

Hi Wes,

How could i assign multiple categories to a single icon. For example i have a categories called IOS, Andriod and Windows. I would like to assign this to a single icon called Mobile Platform. Is this possible with humble squid.

Regards, Renato.

Ver comentario · Publicado 04 may 2015 · Renato Lyke

0

Seguidores

0

Votos

0

Comentarios


Renato Lyke hizo un comentario,

Comentario de la comunidad Discussion - Tips and best practices from the community

Hi,

How do we set a ticket form for an end-user using JS in Help Center based on the tag associated with the user. I was able to do this in Classic Web Portal.

Below is the code that i have tried. I am able to select the form, however it does not load. I have compared this with Classic web portal and in Help Center a data url has been added.

 

var external_form_id = "4639";
var internal_form_id = "4945";
var general_form_id = "3485";

function requestFormProductSupportModifications(formid) {
$("#request_issue_type_select").val(formid);
$("select#request_issue_type_select").change();
$("select#request_issue_type_select").attr("disabled","disabled");
$("label:contains('Please choose the ticket type')").hide();
$("select#request_issue_type_select").hide();
$("h1:contains('Submit a request')").after('The information collected on this screen will enable us to address your request faster. Appreciate your time in providing all the information.');
}

$(document).ready(function() {

// social share popups
$(".share a").click(function(e) {
e.preventDefault();
window.open(this.href, "", "height = 500, width = 500");
});
var cust_tags = HelpCenter.user.tags;
var formid ="";

if(location.pathname == "/hc/en-us/requests/new" || location.pathname == "/hc/en-us/requests") {

if(cust_tags = "kony_internal"){
formid=internal_form_id;
}
else {
formid=external_form_id;
}
requestFormProductSupportModifications(formid);
}

I am unable to load the form fields. I used the a similar code in Classic Web portal it worked.

 

Regards,

Renato.

 

 

 

 

 

 

 

Ver comentario · Publicado 19 dic 2014 · Renato Lyke

0

Seguidores

0

Votos

0

Comentarios


Renato Lyke hizo un comentario,

Comentario de la comunidad Feedback - Ticketing system (Support)

+1

Ver comentario · Publicado 27 ago 2013 · Renato Lyke

0

Seguidores

0

Votos

0

Comentarios