-
Notifications
You must be signed in to change notification settings - Fork 0
/
README.txt
43 lines (32 loc) · 1.43 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
=== Modal Form Brochure ===
Contributors: agreuzard
Donate link: https://influactive.com
Tags: modal, form, brochure
Requires at least: 5.2
Tested up to: 6.2
Stable tag: 1.5.2
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Requires PHP: 8.0
A simple plugin that displays a modal with a form when the user clicks on a link with the ID #brochure and a parameter ?file=FILE_ID.
== Description ==
Modal Form Brochure is a simple plugin that displays a modal with a form when the user clicks on a link with the ID `#brochure` and a parameter `?file=FILE_ID`.
Once the plugin is activated, you can configure the modal form by going to the `Modal Form options` submenu under
the `Forms` menu.
You can configure the following fields:
- Modal Title: The title of the form.
- Modal Description: The description of the form.
- Form Selector
- Where to display the form: You can choose to display the form on all pages, or only on the homepage.
== Installation ==
1. Download the plugin from the WordPress plugin directory, or upload the files directly to your server via FTP.
2. Activate the plugin through the 'Plugins' tab in your WordPress dashboard.
== Frequently Asked Questions ==
= How to use? =
Add a link with #brochure and a parameter ?file= with the file ID. The result: #brochure?file=12
== Screenshots ==
1. Settings
![Settings page](https://i.ibb.co/XzMdHbM/plugin-settings.png)
== Changelog ==
= 1.3 =
* Initial release