How can I remove the "Submit a request" link from my Help Center?

Return to top

15 Comments

  • Xema

    When the "Submit a Request" button is removed, we expect that logged-in users won't be able to submit any ticket, but if they type in the browser the address for sending a request, as "/request/new", they will land in the ticket form page, and they'll be able to submit a ticket, won't they?

    Any ideas for solving this issue? Only JavaScript?

    0
  • Amy Gracer
    Community Moderator

    You could change the contents of the submit a request page. Go to Edit Code, and open the new_request_page.hbs

    You can change the title of the page, by replacing everything between the

    tag


    {{t 'submit_a_request'}}

    {{follow_up}}

    And then you can hide the request form by commenting it out, like this:

    {{!--


    {{request_form wysiwyg=true}}
    --}}

    And add whatever text you want there, such as instructions about what the user should do if they want help.

    0
  • DistroKid

    我想删除的链接pag联系e from one particular article. Every other article should allow people to click through to the contact form, but there is one article that should not. Is there a way to do this?

    1
  • Admin
    Community Moderator

    @...Samford

    You can exclude the contact page link from a specific article using the helper below


    {{#isnt article.id 360004349736}}
    {{request_callout}}
    {{/isnt}}

    Navigate to article_page.hbs and search for anarticle-more-questionsclass and update class with isnt helper

    -sushant


    1
  • DistroKid

    Perfect! Thank you,@...!

    0
  • Matteo Fusco

    你好,我是使用Vertio Zendesk页面主题亚博of my company. Unfortunately the "Sumbit a request" button is not appearing and in the Theme settings it doesn't seem something I can enable. Could please anyone help me?DistroKidAmy GracerAdmin

    0
  • Amy Gracer
    Community Moderator

    Hi Matteo,

    I'd start by adding the following to your Header..hbs within the div class="nav-wrapper", like below

    0
  • Doug Shaner

    I'd like to remove the "submit a request" link when the user is not logged on, and display the link when the user is logged on. Does anyone know of a way to accomplish this?

    0
  • Amy Gracer
    Community Moderator

    Hi Doug,

    Did you try the tip in this article?

    https://support.zendesk.com/hc/en-us/community/posts/4409222781850-Hiding-the-Submit-a-Request-button-until-signed-in

    0
  • Doug Shaner

    Thank you Amy. I did not see that article, but I just found this one and it works!

    https://support.zendesk.com/hc/en-us/community/posts/4409506826394-Allow-only-signed-in-users-to-submit-a-ticket

    0
  • Amy Gracer
    Community Moderator

    Yay! Glad to hear it, Doug :)

    0
  • Leo Magalhaes

    Hey there, is there a way to filter out organizations that shouldn't be allowed to submit tickets? Use case: We don't want reseller customers to submit tickets to our support team.

    0
  • Dave Dyson
    Hi Leo -

    You could create a ticket that looks for new tickets from one or more specified Organizations, replies with instructions for how they should get support, and closes the ticket.
    0
  • Shaun Luong

    There is noEdit Codebutton in my Aarhus (Pro) theme, which is the Live theme that is being used. There is anEdit Codebutton in my Copenhagen theme, which is in the Theme Library. But I want to remove the link from my Live Aarhus theme.

    0
  • Dave Dyson
    Hi Shaun, that may be a limitation of that theme -- you'll want to contact the developer directly, using the Contact Us link on the theme's page in our Marketplace:Aarhus
    0

Pleasesign into leave a comment.

Powered by Zendesk