최근 검색


최근 검색 없음

Marsy Franco (admin)'s Avatar

Marsy Franco (admin)

가입한 날짜: 2023년 2월 21일

·

마지막 활동: 2023년 11월 02일

팔로잉

0

팔로워

0

총 활동 수

8

투표 수

3

플랜 수

2

활동 개요

님의 최근 활동 Marsy Franco (admin)

Marsy Franco (admin)님이 에 댓글을 입력함

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

Hello Toby, can you share the API calls we can make to possibly accomplish this

댓글 보기 · 2023년 11월 02일에 게시됨 · Marsy Franco (admin)

0

팔로워

0

투표 수

0

댓글


Marsy Franco (admin)님이 에 댓글을 입력함

댓글How to solve unexpected issues with reports

I have seen this issue occur when you are viewing a dashboard in edit mode or you have made changes and have not published the updated changes.  Try publishing the changes to the dashboard and access the published dashboard from the dashboard library and you should be able to drill in.

댓글 보기 · 2023년 8월 16일에 편집됨 · Marsy Franco (admin)

0

팔로워

1

투표

0

댓글


Marsy Franco (admin)님이 에 댓글을 입력함

댓글How to customize the theme of the help center

Hello, is there someone that can help me.  I am trying to hide the attachments/upload ticket field box on one forms page and having trouble coding for this.  I was able to add a document event listener to hide the description field box, but cannot get it to work for the attachments field id.

Here is the code I am using for the description field box:
document.addEventListener("DOMContentLoaded", function () {
    
    function hideDescriptionField(){
    var descriptionWarpper = document.querySelector('.form-field.request_description');
   var descriptionField = document.querySelector('#request_description');
    descriptionField.innerHTML = 'PostSurvey';
    descriptionWarpper.style.display= "none";
}
  }
  hideDescriptionField();
});

댓글 보기 · 2023년 4월 04일에 게시됨 · Marsy Franco (admin)

0

팔로워

0

투표 수

0

댓글