Request feedback after negative article vote

30 Comments

  • Anton Maslov

    Hi,

    It would be great to have a hint for those who have no "multiple forms" feature. 

    Is that possible to put this as a comment, or send by email?

    0
  • Trapta Singh
    Community Moderator
    Zendesk Luminary

    Hi @Anton,

    For those who have no "multiple forms" can simply redirect users to the new_request template by replacing

    ?ticket_form_id=155127

    so that the new piece of code will look like -

    <a href="/hc/en-us/requests/new">Please tell us why?</a>

    Hope this helps.

     

    Cheers

    0
  • Rian Dutra

    How could I put a select (form) to submit the reason via AJAX as wee can see in the page below?

    https://www.airbnb.com.br/help/article/913/can-i-change-a-reservation-as-a-guest

    0
  • Emily Riccardi

    1. Add a new text field called "Originated Article" - note its ID (31107517 in my example).

    2. Add a new form called "Article Feedback" - note its ID (155127 in my example).

    Can you specify settings for the Field and Form? Or do they not matter?

    For example, I assume I make them editable for the end-user? Does 'Originated Article' need to be the title for agents AND end-users? Do I add the Originated Article field to the Article Feedback form? 

    Thanks!

    0
  • Selena Johns

    Step 4 was a little different in my help centre - "article-vote-controls" needed to be changed to "article-votes-controls" in the script. 

    Thanks for the easy to follow steps.

    From a cut-and-paste coder :)

    0
  • Selena Johns

    @Emily Knox

    I made my "Originated Article" editable by the end-user and added it to the form. It won't display due to the JavaScript -

    $('.request_custom_fields_360000101915').hide();

    I don't think 'Originated Article' needs to be the title for agents and end-users as all references are to the field ID.

    Hope this helps!

    0
  • Jessie Schutz
    Zendesk Customer Care

    Thanks for jumping in to help, Selena!

    0
  • Emma

    Can someone who has done this tell me where the article comments end up? Do they come in as Zendesk tickets?

    0
  • Vlad
    Community Moderator
    The Wise One - 2022

    Hey Emma, just to clarify, do you mean on article comments or feedback on negative voting?

    0
  • Emma

    Sorry, I mean the feedback on the negative voting. Since this uses a ticket form to collect the feedback, do they come in as tickets? 

    0
  • Vlad
    Community Moderator
    The Wise One - 2022

    That is correct, you will see it as tickets. Let us know if any further questions! 

    0
  • Darren

    I am not able to get this to work. Do I paste the corresponding CSS on csstyle on the top?

    0
  • Brett Bowser
    Zendesk Community Manager

    Hi Darren,

    I believe the CSS can go anywhere in the style.css page so that shouldn't be the issue here. My knowledge is rather limited when it comes to custom code but did want to confirm whether or not you tried using article-votes-controls in your script instead of article-vote-controls as mentioned by Selena above. 

    I did some testing on my end in my own account and that appears to have worked for me.

    Hope this helps!

    0
  • Darren

    Hi Brett!

     

    Realized there were two lines and not one line of article-vote-controls. But when I changed both lines to article-votes-controls, it works now. Appreciate the help!!

    0
  • Brett Bowser
    Zendesk Community Manager

    Awesome to hear Darren :)

    0
  • Nicolas Abdelnour

    Hi! I'm not sure what you mean by "Add a new text field" and "Add a new form". Where would I do this? Can someone provide guidance on this?

    0
  • Brett Bowser
    Zendesk Community Manager

    Hi Nicolas,

    You'd need to navigate to Admin>Manage>Ticket Fields/Ticket Forms from within the Support interface to create these fields/forms. More information in the following articles:

    Adding custom fields to your tickets and support request forms

    Managing your ticket forms

    Hope this helps!

    0
  • Jeremy Robinson

    Is there a way to hide this on the agent side for specific groups? They are successful in their processes at this time, and we are wanting to provide a negative article feedback form for continual improvement and adjustments based on article feedback. 

    Ideally, I would like to make this form visible to end users, and the responses go to a specific group (me/my team), and not add any noise or interruptions to the current well-functioning teams that have their processes well defined.

    0
  • Brett Bowser
    Zendesk Community Manager

    Hey Jeremy,

    Just to confirm, when a user submits negative feedback after an article vote, does this generate a ticket in your account? Does the subject or description have the same keywords that you could use with a trigger to automatically route these tickets to a group?

    Let me know as I'd be happy to assist with setting up that trigger.

    Thanks!

    0
  • Jeremy Robinson

    @...

    Thanks for following up. It does generate a ticket in our account, and I can use a trigger to automate the delivery to my team. The pitfall I am seeing is that our Support agents see the form as a dropdown selection when working tickets in Zendesk on the agent side, so it creates a layer of confusion or extra steps when they utilize or update with the form field values for tickets being worked. 

    I think we found a way around it in the meantime to make it easiest on our peers. Thanks!

    0
  • Brett Bowser
    Zendesk Community Manager

    Appreciate the additional information Jeremy :)

    Glad you were able to find a workaround!

    0
  • Marion Evrard

    Hello everyone!

    Thank you Tal for this step by step explanation!

    I managed to make it work by also changing a little thing in step 4 (I put false instead of true, which seems a little counter-intuitive, anyone would have an idea why I had to do this?)

    if ($('.article-vote-controls>a[title="No"]').attr('aria-selected')=='false') {

     

    Selena's advice of putting article-votes-controls instead of article-vote-controls was not working for me :s

    Thank you!

    0
  • Mike Jenkins

    This is awesome and wish it was just a built in feature. I do have one little bug. I have to click NO twice before the pop up button shows up. Any idea what could cause this?

    1
  • Freyja

    Hey! Amazing workaround thanks!! This will help me a lot! 

    I have a question : Where the feedback generated with the workaround code for the not useful votes will go? Are thy going to a special que? 

    I would like to implement this code but I need to be sure about the address of the feedback because I don't want to mess around with actual ticket system we are using. I guess is possible to customize the tickets using specific tags and redirect them to a specific que but we don't want receive these feedback in the general support que. 

    Also, If I used this code it's gonna reflect in all articles we have in our help center right? 

    Thank you!

    Best, 

     

     

    1
  • Heather Rommel
    Community Moderator
    Zendesk Luminary
    The Product Manager Whisperer - 2021

    Hi Freyja,

    The feedback submitted creates a ticket; using this recipe, you're creating custom fields and a new form for users. You will want to add a trigger to route these tickets to the right queue. The address of the feedback would be the same default support email you use.

     

    0
  • Gorka Cardona-Lauridsen
    Zendesk Product Manager

    Hi all

    I thought it might be of interest that we have put together a recipe for how you can prompt for feedback on downvotes using theme customization inspired by this and other great user submitted solutions. Thanks!

    I hope it helps and we are as always very keen to hear from you if you think it can be improved.

    0
  • Bradley Lowes

    Hi everyone

    Does anyone know how I can create a trigger to email notify me when an article is down voted and when an article suggested by Answer Bot is marked not helpful? 

    Thank You 

    0
  • Harper Dane
    Zendesk Luminary

    I put in a feature request to gather "unhelpful" vote feedback here: https://support.zendesk.com/hc/en-us/community/posts/6394025289498

    Hopefully everyone else here looking for a solution like I was will take a second to go add their vote for this feature to be added natively to Guide. :) 

    1
  • Shawna James
    Community Product Feedback Specialist

    Thank you for your feedback here Harper and for creating that feedback post. We appreciate you taking the time to share your thoughts with us!

    0

Please sign in to leave a comment.

Powered by Zendesk