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 inline CSS or JavaScript to your custom article to ensure it looks more like a confirmation page rather than a standard article. Keep in mind that this requires some technical knowledge and is not directly supported by Zendesk.
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…
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…