-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathreadme.txt
57 lines (34 loc) · 2.06 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
=== Ninja Forms - Modal ===
Contributors: jameslaws, kstover
Tags: form, forms, contact, modal, pop-up, popup
Requires at least: 3.5
Tested up to: 3.7.1
Stable tag: 1.0.3
License: GPLv2 or later
Ninja Forms Modal makes it super easy to open any Ninja Form in a pop up modal from a text or image link.
== Description ==
Ninja Forms Modal makes it super easy to open any Ninja Form in a pop up modal from a text or image link. This plugin requires [Ninja Forms](http://ninjaforms.com) to function.
Simply use the [ninja_forms_modal] shortcode and pass it the following parameters: your form ID (id), the text or image url you would like to be used as the link to your Ninja Forms Modal (text_link, image_link).
Here is a example of a text link: [ninja_forms_modal_form id=2 text_link="Click here to fill out out form"]
Here is a example of a text link: [ninja_forms_modal_form id=2 image_link="http://yourdomain.com/img/yourimage.png"]
Now when anyone click that link your Ninja Forms will open in a very nice modal window. Coming soon we will be adding style definitions for the modal window to the Ninja Forms Layout & Styles Extension.
Ninja Forms Modal uses jQuery Modal which is licensed under the [MIT License](http://opensource.org/licenses/MIT)
== Installation ==
This section describes how to install the plugin and get it working.
1. Upload the `ninja-forms-modal` directory to your `/wp-content/plugins/` directory
2. Activate the plugin through the 'Plugins' menu in WordPress
== Use ==
For any assistance, please visit our website: [NinjaForms.com](http://ninjaforms.com)
== Changelog ==
= 1.0.3 (29 July 2015) =
*Bugs:*
* Fixed a bug that could cause fatal errors if Ninja Forms core is deactivated.
= 1.0.2 - 02/12/2014
* Fixed a compatibility issue with Ninja Forms version 2.5.
= 1.0.1 - 11/20/2013 =
* Fixed some resizing issues when multiple forms were on the same page.
= 1.0.0 - 11/19/2013 =
* Initial release
== Upgrade Notice ==
= 1.0.1 =
Fixed some resizing issues when multiple forms were on the same page.