The Userback Widget Pop-up can be opened and closed via your website JavaScript code.
This allows you to create custom "Feedback" buttons on your website or app and trigger Userback to open when a user clicks on a link.
You can use the following JavaScript code to open Userback:
Userback.open();
Example: Open Userback with a Link
<a href="javascript:void(0)" onclick="Userback.open();">Give Feedback</a>
💡 Tip - Want to learn more about the open() function? Check out JavaScript API > Methods
🔐 Who is this article for?
Plans | Solo | Startup | Company ✔ | Premium ✔ |
User type | Client | Collaborator | Admin ✔ | Owner ✔ |