最近搜索
没有最近搜索

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
评论