CalderaWP/cf-overlay-videos

Name: cf-overlay-videos

Owner: Caldera Labs

Description: [In Development] Use Caldera Forms To Unlock Videos - As seen on CalderaLearn.com

Created: 2017-03-15 22:01:25.0

Updated: 2017-03-15 22:03:30.0

Pushed: 2017-03-19 22:57:44.0

Homepage: null

Size: 12

Language: PHP

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

Caldera Forms Video Overlay Plugin

This plugin allows you to extend Caldera Forms to have a video embedded, on click a user will get a form which must be completed before video can continue playing.
Uses cookies to track so same visitor does not need to fill out the form twice.

Shortcode Usage

Example
[caldera_forms id="form_id" video_id="video_id" video_source="youtube"]

Currently Supported Sources
Filters

cf_video_overlays_wrapper_classes - adds classes to the main wrapper

filter( 'cf_video_overlays_wrapper_classes', function( $classes ) {
$classes[] = 'hi-shawn';
return $classes;
0 );

This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.