Skip to content
Discussion options

You must be logged in to vote

Yes, the feedback form is invisible by default. Why? Because JavaScript might not be available, so it is only enabled when the Google provider script, or a custom script shows it. Without JavaScript, the feedback form makes no sense, because we need JavaScript to send the selected rating. It is unhidden here:

/* Show feedback */
feedback.hidden = false

You just need to write a custom provider by copying the Google Provider and throwing everything out that is Google, adding your own custom logic for where you want to store ratings. Our documentation should help here.

Replies: 3 comments 12 replies

Comment options

You must be logged in to vote
1 reply
@JC5
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
11 replies
@squidfunk
Comment options

Answer selected by squidfunk
@JC5
Comment options

@squidfunk
Comment options

@squidfunk
Comment options

@JC5
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants
Converted from issue

This discussion was converted from issue #6500 on December 13, 2023 07:57.