Gleap Documentation home page
Search...
⌘K
Dashboard
Dashboard
Search...
Navigation
Javascript
Feedback button
Documentation
API Reference
Website
Helpcenter
Roadmap
Blog
Get Started
Introduction
SDKs
Javascript
Introduction
User identity
Callbacks
AI tools
Replays
Forms
Feedback button
Push notifications
In-app notifications
Audio recording
Console logs
Custom actions
Ticket attributes
Custom data
Track pages
Track events
Tags
Custom URL handler
Network logs
Translations
Widget control
Prefill the widget form
Privacy controls
Cookies
Environment
Content Security Policy (CSP)
Rendering issues
Widget apps
UI components
iOS
Android
ReactNative
Flutter
FlutterFlow
Ionic / Capacitor
Cordova
Server-side event tracking
NodeJS
REST
Guides
Enforce identity verification
On this page
Show the feedback button
Hide the feedback button
Javascript
Feedback button
In some situations you might want to take full control over the feedback button. In order to show or hide the feedback button, you can simply use the following methods.
Show the feedback button
Copy
Gleap
.
showFeedbackButton
(
true
);
Hide the feedback button
Copy
Gleap
.
showFeedbackButton
(
false
);
Forms
Push notifications
Assistant
Responses are generated using AI and may contain mistakes.