Recent searches
No recent searches

Bertrand Bazin
Joined Apr 15, 2021
·
Last activity Oct 27, 2021
Following
0
Followers
0
Total activity
5
Votes
0
Subscriptions
2
ACTIVITY OVERVIEW
BADGES
ARTICLES
POSTS
COMMUNITY COMMENTS
ARTICLE COMMENTS
ACTIVITY OVERVIEW
Latest activity by Bertrand Bazin
Bertrand Bazin commented,
Fantastic thks guys !!!
View comment · Posted Nov 03, 2017 · Bertrand Bazin
0
Followers
0
Votes
0
Comments
Bertrand Bazin commented,
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,
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