How to trigger feedback widget with feedback API?
You can use javascript to trigger the feedback widget after visitors did a certain action on your website.
- Go to Feedback, Click on the New Campaign button
- Go to the Appearance section, and turn off the toggle of Autostart feedback widget.
- Next, you can use the following javascript code to show the feedback on your website.
- To show the feedback with manual trigger
- To hide the feedback after certain action was done
howuku.feedback.show()
howuku.feedback.hide()
If you need further help on this subject, you may contact us at [email protected] and we would love to help you with the implementation.