最近の検索
最近の検索はありません

Bertrand Bazin
参加日2021年4月15日
·
前回のアクティビティ2021年10月27日
フォロー中
0
フォロワー
0
合計アクティビティ
5
投票
0
受信登録
2
アクティビティの概要
バッジ
記事
投稿
コミュニティへのコメント
記事へのコメント
アクティビティの概要
さんの最近のアクティビティ Bertrand Bazin
Bertrand Bazinさんがコメントを作成しました:
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 !
コメントを表示 · 投稿日時:2017年10月20日 · Bertrand Bazin
0
フォロワー
0
投票
0
コメント
Bertrand Bazinさんがコメントを作成しました:
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
コメントを表示 · 投稿日時:2017年10月20日 · Bertrand Bazin
0
フォロワー
0
投票
0
コメント