Skip to content

Ziggeo/ziggeo-wp-video-for-ninja-forms

Repository files navigation

=== Ziggeo Video for Ninja Forms ===
Contributors: oliverfriedmann, baned, carloscsz409, natashacalleia
Tags: ziggeo, video, video field, form builder, video form, Ninja Forms
Requires at least: 3.0.1
Tested up to: 6.2
Stable tag: 1.7.1
Requires PHP: 5.2.4
License: GPLv3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html

This plugin brings video player and recorder (including screen recording) to your Ninja Forms. It helps you make it easy to add fields that utilize award winning Ziggeo to your forms.

Please note that you need to install and setup [Ziggeo plugin](https://wordpress.org/plugins/ziggeo/) first. This plugin is offered as an extension of the same.

== Who is this for? ==

Do you need to enrich your forms with multimedia?
Want to capture screen recording to help your support team when issues are submitted?
Looking to make your HR team work better and easier by offering camera recordgins and previews?
If any of the above is true, this plugin is what you want to add to your Wordpress website.

= Benefits =

Allows you to quickly add video playback and recording to your forms.
Ninja Forms native implementation of different Ziggeo solutions.
Add player, recorder, screen recorder and more to your forms.
Great support to offer you assistance with setup.

== Screenshots ==

1. Form Fields - Seamless integration if Ziggeo fields with other Ninja Form fields
2. Form Builder - Video Player
3. Form Builder - Video Recorder
4. Form Builder - VideoWall Field
5. Form Builder - Ziggeo Templates
6. Submissions - Video Preview
7. Admin options


== Installation ==
 
1. Upload plugin zip file to your plugins directory. Usually that would be to the `/wp-content/plugins/` directory
1. Activate the plugin through the 'Plugins' menu in WordPress
1. That is it or
1. Use the Plugins Add new section to find the plugin and install
 
== Frequently Asked Questions ==

= How does it work? =

This plugin will provide you with the Ziggeo Fields section in your form editor. Once you open it, it will reveal all of the different types of fields that we support.

By a simple drag and drop you can quickly add multimedia to your forms.

= Where does integration happen? =

Integration happens within your website. All the data you gather will still be available to you in same panels and integrations as before.

As always we will host multimedia that is captured within your Ziggeo account and link to the same will be used as a submitted value on your form.

= How to use Dynamic Custom Data =

Ziggeo internally supports the ability of adding custom data to your videos. This can be anything as long as it is provided as valid JSON field. Now with form builders you might want to add custom data based on the data in the fields as well. To do this, we bring you dynamic custom data field.

* Please note that this field should not be used in combination with the custom data. You should use either `Custom Data` or `Dynamic Custom Data`.

The way you would set it up is by using key:field_id. For example if you want your JSON to be formed as:

[javascript]
{
	"first_name": "Mike",
	"last_name": "Wazowski"
}
[/javascript]

and let's say that your first name has `<input id="nf-field-tmp-2" ...>` and last name has `<input id="nf-field-tmp-3" ...>`. It means that we need `nf-field-tmp-2` and `nf-field-tmp-3` to get those values. So our field can be set as:

`first_name:nf-field-tmp-2,last_name:nf-field-tmp-3`

As you save your recorder field it will remember this and try to find the values. If the fields with ID are not found, the value will be saved as "" (empty string)

= How can I get some support =

We provide active support to all that have any questions or need any assistance with our plugin or our service.
To submit your questions simply go to our [Help Center](https://support.ziggeo.com/hc/en-us). Alternatively just send us an email to [[email protected]](mailto:[email protected]).

= I have an idea or suggestion =

Please go to our [WordPress forum](https://support.ziggeo.com/hc/en-us/community/topics/200753347-WordPress-plugin) and add your suggestion within it. This allows everyone to see and vote on it and us to determine what should be next.

== Upgrade Notice ==

= 1.7.1 =
* Improvement: Added additional checks for lazy load to make sure it works fine when core version does not yet support lazy load.

== Changelog ==

Please check CHANGELOG.md found in the plugin files. This file contains all of the log entries for past versions.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published