Add "create ticket" button in help center menu | Community
Skip to main content

Add "create ticket" button in help center menu

  • March 19, 2022
  • 4 replies
  • 0 views

Miguel18

Hello,

Does anyone know how to add a "create a ticket" button in the top menu of the help center that adresses to the ticket form ? 

Thanks

4 replies

Growthdot
  • March 19, 2022

Hi, Miguel. Our developers can help you to customize your help center with a big pleasure, add the button, and much more. You can visit our website and contact GrowthDot company.


Ifra
  • March 21, 2022

@Miguel Ontour, you have already this link, only need to add the text.

 

I'm using the default Copenhagen Theme.

Deafult Helper:

{{link 'new_request' class='submit-a-request'}}



 

 

 

After doing an update:

{{#link 'new_request' class='submit-a-request'}} Create Ticket {{/link}}


 

Thanks

Team


Miguel18
  • Author
  • March 21, 2022

Hi Ifra,

I thank you for your comment. I'm using the "Elegant" theme and it seems to be a bit different that yours, I don't find where to insert the code:

Do you have any idea about how to do this ?

Thanks in advance,

Miguel 

 

 


Ifra
  • March 22, 2022

Okay, I can't see all code and structure of your theme so try this.

<li class="submit-ticket"> <a href="ADD THE URL OR YOUR NEW TICKET PAGE" class="submit-a-request"> Create a ticket </a> </li>






e.g.
href= "XYZ.zendesk.com/hc/en-us/requests/new"

 

Thanks