Recent searches


No recent searches

Bertrand Bazin's Avatar

Bertrand Bazin

Joined Apr 15, 2021

·

Last activity Oct 27, 2021

Following

0

Followers

0

Total activity

5

Votes

0

Subscriptions

2

ACTIVITY OVERVIEW

Latest activity by Bertrand Bazin

Bertrand Bazin commented,

Community comment Q&A - Objects, workspaces, and rules

Fantastic thks guys !!!

View comment · Posted Nov 03, 2017 · Bertrand Bazin

0

Followers

0

Votes

0

Comments


Bertrand Bazin commented,

Community comment 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 !

 

View comment · Posted Oct 20, 2017 · Bertrand Bazin

0

Followers

0

Votes

0

Comments


Bertrand Bazin commented,

Community comment 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

 

 

View comment · Posted Oct 20, 2017 · Bertrand Bazin

0

Followers

0

Votes

0

Comments