Like and Dislike widget = hiding the downvote

  • rtolmach
    Asked on October 17, 2020 at 11:40 PM

    Hello Jotform,

    I found your Like and Dislike widget, and I see that I can use it in a conditional hide/show argument. Cool!

    Can I hide the downvote button? I only want to show the upvote button.

    Thanks!

  • Patrick_R
    Replied on October 18, 2020 at 12:28 AM

    Hello! There is no setting available for this widget that allows this. You can only achieve this with custom CSS code. Please implement the following CSS code for this widget using these instructions:

    #likeContainer > table > tbody > tr:nth-child(1) > td.space,
    #likeContainer > table > tbody > tr:nth-child(1) > td:nth-child(3){
    display: none;
    }

    This is how your form would look like after implementing the above code: https://form.jotform.com/202910871667965

    I hope this helps. In case of any further questions, feel free to write back to us.

    Thank you!

  • rtolmach
    Replied on October 18, 2020 at 2:28 AM

    Thanks

    It worked fine.


    Robert




    ...