To hide a custom confirmation article from the Help Center sections, you need to ensure it is not listed in any visible categories or sections.
This can be done by setting the article's visibility to 'hidden' or by not associating it with any public categories. This way, users won't be able to access the article directly from the Help Center, but it can still be used for redirection purposes. For more detailed instructions, you might need to refer to Zendesk's documentation on managing article visibility.
No, you cannot directly edit the 'Your request was successfully submitted' message in Zendesk Help Center. However, there is a workaround where you can redirect users to a custom page after they submit a request. To implement this, you can create a…
You can redirect users to a custom confirmation page in Zendesk by using JavaScript to modify the redirection behavior after a request is submitted. To do this, create a new article that acts as your custom confirmation page. Then, add a JavaScript…
Customizing the confirmation message for logged-in users in Zendesk is more complex, as the default behavior redirects them to their open request. While the JavaScript redirection workaround works for anonymous users, logged-in users are taken to…
Yes, you can hide the 'Was this article helpful?' question on a custom confirmation page by using CSS or JavaScript. To achieve this, you can apply custom styles or scripts to your confirmation page to hide unwanted elements. This involves adding…