Any way to add a free text field to the feedback widget? #8351
-
Asking on behalf of n8n (bronze sponsor) in case it makes a difference. I want to allow users to provide a reason for their feedback, not just a rating. I can override the Is there a way to do this while still using the default widget? Or do I need to stop using the built-in widget and create a custom form? I did explore the docs, but I was a little confused by the custom feedback widget info - I'm not clear whether this is the way to extend the feedback widget, or if it's only for use when not using the built-in widget? The events don't seem to fire with the built-in widget (guessing the GA script is running first and preventing the event ever firing) |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 7 replies
-
So I think I may now have this working, but would love a sanity check. Here's what I've done:
As far as I can see, this is firing the correct events etc. My hesitation is in case I'm breaking anything without realising it (I believe we lose search tracking, but we weren't recording that anyway) |
Beta Was this translation helpful? Give feedback.
I'm keeping it pretty simple - text field is always available and always optional (at least for now) The draft PR is here if you're curious: n8n-io/n8n-docs#3405
Am I right to remove the provider from
analytics
inmkdocs.yml
? https://github.com/n8n-io/n8n-docs/pull/3405/files#diff-98d0f806abc9af24e6a7c545d3d77e8f9ad57643e27211d7a7b896113e420ed2L56 If I leave it in, the analytics script that gets automatically added seems to prevent the custom script firing.