最近の検索


最近の検索はありません

Hiding form selector in Guide after choosing form

回答済み


投稿日時:2022年9月13日

I found the article suggesting how to hide the form selector in guide:
https://support.zendesk.com/hc/en-us/community/posts/4409585710618-Hiding-form-selector-in-Guide

But, I would like to hide the selector only after the user has selected the form. Can this be done?

Step 1 (visible):

Step 2 (hide the selection form):


0

3

3件のコメント

image avatar

Ifra Saqlain

Zendesk LuminaryMost Engaged Community Member - 2022Most Engaged Community Member of The Year - 2021Community Moderator

Hi Luca Baldini, use the code given below;

 $(document).ready(function () {
   if (window.location.href.indexOf("requests/new?ticket_form_id=") > -1) {
    $('.form-field.select.request_ticket_form_id').hide();
   }
})

 

 

Thanks 

Team

1


thanks a lot, it works!

0


image avatar

Ifra Saqlain

Zendesk LuminaryMost Engaged Community Member - 2022Most Engaged Community Member of The Year - 2021Community Moderator

:)

0


サインインしてコメントを残してください。

お探しのものが見つかりませんか?

新規投稿