Feedback Feature: Get an user feedback text in a office form #5337
-
Thats my mkdocs.yml for feedback feature:
When an user give a negative feedback, I want to show an office form with a text field, and ask the users to tell me what they don't like. This part is ok. I already had the script to do it. I also would like to save in the form the url where the users are filling this text field. Is it possible, using a office form ? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
You can put any link inside the 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
<a href="https://docs.google.com/forms/d/e/1FAIpQLSe8L5YDggZiVjgvBKfv-XCdbQAEJrseRh8MBh-jS92TU2aqzw/viewform?usp=pp_url&entry.853143515={url}" target=_blank>telling us what you're missing</a>. |
Beta Was this translation helpful? Give feedback.
You can put any link inside the
href
. We're using Google Forms to collect feedback, but you can use any other service, as explained in our documentation. Those are the settings we are using: