최근 검색


최근 검색 없음

Alexey Finkin's Avatar

Alexey Finkin

가입한 날짜: 2023년 5월 25일

·

마지막 활동: 2023년 6월 16일

팔로잉

0

팔로워

0

총 활동 수

4

투표 수

0

가입 플랜

1

활동 개요

님의 최근 활동 Alexey Finkin

Alexey Finkin님이 에 댓글을 입력함

댓글Ticket customization

댓글 보기 · 2023년 6월 16일에 게시됨 · Alexey Finkin

0

팔로워

0

투표 수

0

댓글


Alexey Finkin님이 에 댓글을 입력함

댓글Ticket customization

Alexey Finkin

https://support.zendesk.com/hc/en-us/articles/4408839114522/comments/5742116358682

We have implemented this by adding placeholder in script.js

 

var url_params = new URLSearchParams(window.location.search);
  if (url_params.has('hints') && url_params.hints !== 'false' && url_params.hints !== '0') {
    $('#new_request #request_description').height('350px');
    $('#new_request #request_description').attr(
      'placeholder',
      `[Good example]`
      );
   $('#new_request #request_subject').attr(
   'placeholder',
   `[Good example]`
    );
  }

댓글 보기 · 2023년 6월 16일에 게시됨 · Alexey Finkin

0

팔로워

0

투표 수

0

댓글


Alexey Finkin님이 에 댓글을 입력함

댓글Ticket customization

Hello Colleagues,

Is this possible with Zendesk: to make pre-filled fields with information gray text to set an example for the Customer, what information do we expect from him? Moreover, if the Customer did not enter anything (for non required fields) , the field would be empty. And if he clicks this field, then he does not need to delete this text, but instead, it is enough just to start entering his description.

Example: https://www.tp-link.com/en/support/contact-technical-support/#E-mail-Support

댓글 보기 · 2023년 5월 25일에 게시됨 · Alexey Finkin

0

팔로워

0

투표 수

0

댓글