• Resolved fgauttron

    (@fgauttron)


    Hello,

    Do you know how I can display the feedback in the result widget ?

    Thank you

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Support Blaz K.

    (@blazk)

    Hi @fgauttron,

    if I understand correctly you want the feedback widget visible already on page load? That’s possible with a bit of custom CSS:

    
    .rmp-rate-view {
        display: block!important;
    }
    
    .rmp-feedback-view {
        display: block!important;
    }
    

    Blaz

Viewing 1 replies (of 1 total)
  • The topic ‘Display feedback in result’ is closed to new replies.