최근 검색


최근 검색 없음

Jona Wilmsmann's Avatar

Jona Wilmsmann

가입한 날짜: 2021년 4월 16일

·

마지막 활동: 2021년 10월 22일

팔로잉

0

팔로워

0

총 활동 수

4

투표

1

가입 플랜

1

활동 개요

님의 최근 활동 Jona Wilmsmann

Jona Wilmsmann님이 에 댓글을 입력함

커뮤니티 댓글 Feedback - Ticketing system (Support)

I just want to jump in here and say that i share the frustration. Our company doesn't even use Facebook, so I can't complete the checklist even if I wanted to.

Would be great if I could just dismiss the section.

댓글 보기 · 2021년 2월 19일에 게시됨 · Jona Wilmsmann

0

팔로워

4

투표 수

0

댓글


Jona Wilmsmann님이 에 댓글을 입력함

댓글How to customize the theme of the help center

I struggle to set the value of the description field and was wondering if anyone had a similar experience:

$(document).ready(function () {
// Hide subject and description
const ticketForm = $("#request_issue_type_select").val();

if (ticketForm == 360001444300) {
$('.form-field.string.required.request_subject').hide(); // Hide subject
$('.form-field.request_description').hide(); // Hide description
$('#request_subject').val('Test subject'); // Autofill subject
$('#request_description').val('Test description'); // Autofill description
}
});

Using this code, I am able to hide both the subject and description fields, however when then submitting the form, it fails. Removing the part that hides the fields, I can see that the "Test subject" is entered into the subject field, but the description field is empty. I can also see that the reason why the submit fails is because the description field is empty.

Does anyone have a suggestion for how to fix that?

댓글 보기 · 2021년 2월 11일에 게시됨 · Jona Wilmsmann

0

팔로워

4

투표 수

0

댓글