How to use javascript to trigger feedback widget?
You can use javascript to trigger the Feedback widget if you don't want it to load by default.
1. On the feedback setting page, turn off Autostart on pageload setting.
2. You can use the following javascript code to trigger and make the Feedback widget to show.
Show feedback with manual trigger
howuku.feedback.show()
Hide feedback after certain action was done
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. :)