Skip to content

a customer feedback form that will collect information from a list of checkboxes and will send it to a preferred url.

License

Notifications You must be signed in to change notification settings

Snowbell92/videojs-sendCustomerFeedback

Repository files navigation

videojs-sendcustomerfeedback

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.

Table of Contents

Installation

Installation

Usage

To include videojs-sendcustomerfeedback on your website or web application, use any of the following methods.

<script> Tag

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>

License

MIT. Copyright (c) Samia Ruponti <samia@bongobd.com>

About

a customer feedback form that will collect information from a list of checkboxes and will send it to a preferred url.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published