a customer feedback form that will collect information from a list of checkboxes and will send it to a preferred url.
still work in progress.
To include videojs-sendcustomerfeedback on your website or web application, use any of the following methods.
This is the simplest case. Get the script in whatever way you prefer and include the plugin after you include video.js, so that the videojs
global is available.
<script src="//path/to/video.min.js"></script>
<script src="//path/to/videojs-sendcustomerfeedback.min.js"></script>
<script>
var player = videojs('my-video');
player.sendcustomerfeedback();
</script>
MIT. Copyright (c) Samia Ruponti <samia@bongobd.com>