0

In material theme for mkdocs, is possible to set a analytics widget to get feedback from users, like this:

`extra:
  analytics: 
    feedback:
      title: Was this page helpful?
      ratings:
        - icon: material/emoticon-happy-outline
          name: This page was helpful
          data: 1
          note: >-
            Thanks for your feedback!
        - icon: material/emoticon-sad-outline
          name: This page could be improved
          data: 0
          note: >- 
            Thanks for your feedback! Help us improve this page by
            using our <a href="..." target="_blank" rel="noopener">feedback form</a>`

What i want to do, is call a office form (can be iframe, overlay or other method) that allow the users to write a text for negative feedback, without make them go to another page.

I had tried not yet bacause I had no idea how to do this.

0 Answers0