최근 검색
최근 검색 없음

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
댓글