Recherches récentes
Pas de recherche récente

Bertrand Bazin
Adhésion le 15 avr. 2021
·
Dernière activité le 27 oct. 2021
Suivis
0
Abonnés
0
Activité totale
5
Votes
0
Abonnements
2
APERÇU DES ACTIVITÉS
BADGES
ARTICLES
PUBLICATIONS
COMMENTAIRES DE LA COMMUNAUTÉ
COMMENTAIRES SUR L’ARTICLE
APERÇU DES ACTIVITÉS
Dernière activité effectuée par Bertrand Bazin
Bertrand Bazin a ajouté un commentaire,
Fantastic thks guys !!!
Afficher le commentaire · Publication le 03 nov. 2017 · Bertrand Bazin
0
Abonnés
0
Votes
0
Commentaire
Bertrand Bazin a ajouté un commentaire,
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 !
Afficher le commentaire · Publication le 20 oct. 2017 · Bertrand Bazin
0
Abonnés
0
Votes
0
Commentaire
Bertrand Bazin a ajouté un commentaire,
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
Afficher le commentaire · Publication le 20 oct. 2017 · Bertrand Bazin
0
Abonnés
0
Votes
0
Commentaire