Pesquisas recentes


Sem pesquisas recentes

Bertrand Bazin's Avatar

Bertrand Bazin

Entrou em 15 de abr. de 2021

·

Última atividade em 27 de out. de 2021

Seguindo

0

Seguidores

0

Atividade total

5

Votos

0

Assinaturas

2

VISÃO GERAL DA ATIVIDADE

Atividade mais recente por Bertrand Bazin

Bertrand Bazin comentou,

Comentário na comunidade Q&A - Objects, workspaces, and rules

Fantastic thks guys !!!

Exibir comentário · Publicado 03 de nov. de 2017 · Bertrand Bazin

0

Seguidores

0

Votos

0

Comentários


Bertrand Bazin comentou,

Comentário na comunidade Q&A - Objects, workspaces, and rules

Hey guys,

Is it possible to insert a clickable hyperlink in that text we are adding in the ticket form via:

//Add text before a custom field 
$('.request_custom_fields_24303156').before( "

Header


" );

Many thanks !

 

Exibir comentário · Publicado 20 de out. de 2017 · Bertrand Bazin

0

Seguidores

0

Votos

0

Comentários


Bertrand Bazin comentou,

Comentário na comunidade Q&A - Objects, workspaces, and rules

Hello guys,

Thanks for all these answers. I replicated what you wrote but I still see my ticket field "Subject"

Here is the beginning of the tab JS:

$(document).ready(function() {

//hide system fields based on ticket forms(change subdomain and form id)
if (window.location.href == "https://support.blooms.fr/hc/en-us/requests/new?ticket_form_id=251769") {
$('#request_subject').val("some subject here");
$('.request_subject').hide()
}

Did I do something wrong ? Many thanks in advance

 

 

Exibir comentário · Publicado 20 de out. de 2017 · Bertrand Bazin

0

Seguidores

0

Votos

0

Comentários