Version Description
Fixed: User guide links
Download this release
Release Info
Developer | webdorado |
Plugin | Form Maker by WD – user-friendly drag & drop Form Builder plugin |
Version | 1.8.16 |
Comparing to | |
See all releases |
Code changes from version 1.8.15 to 1.8.16
- admin/views/FMViewBlocked_ips_fm.php +1 -1
- admin/views/FMViewManage_fm.php +5 -5
- admin/views/FMViewSubmissions_fm.php +2 -2
- admin/views/FMViewThemes_fm.php +2 -2
- form-maker.php +2 -2
- readme.txt +4 -1
admin/views/FMViewBlocked_ips_fm.php
CHANGED
@@ -35,7 +35,7 @@ class FMViewBlocked_ips_fm {
|
|
35 |
<div id="fm_blocked_ips_message" style="width: 99%; display: none;"></div>
|
36 |
<div class="fm-user-manual">
|
37 |
This section allows you to block IPs.
|
38 |
-
<a style="color: blue; text-decoration: none;" target="_blank" href="https://web-dorado.com/wordpress-form-maker-
|
39 |
</div>
|
40 |
<div class="fm-upgrade-pro">
|
41 |
<a target="_blank" href="https://web-dorado.com/files/fromFormMaker.php">
|
35 |
<div id="fm_blocked_ips_message" style="width: 99%; display: none;"></div>
|
36 |
<div class="fm-user-manual">
|
37 |
This section allows you to block IPs.
|
38 |
+
<a style="color: blue; text-decoration: none;" target="_blank" href="https://web-dorado.com/wordpress-form-maker/blocking-ips.html">Read More in User Manual</a>
|
39 |
</div>
|
40 |
<div class="fm-upgrade-pro">
|
41 |
<a target="_blank" href="https://web-dorado.com/files/fromFormMaker.php">
|
admin/views/FMViewManage_fm.php
CHANGED
@@ -35,7 +35,7 @@ class FMViewManage_fm {
|
|
35 |
?>
|
36 |
<div class="fm-user-manual">
|
37 |
This section allows you to create, edit forms.
|
38 |
-
<a style="color: blue; text-decoration: none;" target="_blank" href="https://web-dorado.com/wordpress-form-maker-
|
39 |
</div>
|
40 |
<div class="fm-upgrade-pro">
|
41 |
<a target="_blank" href="https://web-dorado.com/files/fromFormMaker.php">
|
@@ -398,7 +398,7 @@ class FMViewManage_fm {
|
|
398 |
</script>
|
399 |
<div class="fm-user-manual">
|
400 |
This section allows you to add fields to your form.
|
401 |
-
<a style="color: blue; text-decoration: none;" target="_blank" href="https://web-dorado.com/wordpress-form-maker-
|
402 |
</div>
|
403 |
<div class="fm-upgrade-pro">
|
404 |
<a target="_blank" href="https://web-dorado.com/files/fromFormMaker.php">
|
@@ -1433,7 +1433,7 @@ class FMViewManage_fm {
|
|
1433 |
</script>
|
1434 |
<div style="font-size: 14px; font-weight: bold;">
|
1435 |
This section allows you to add fields to your form.
|
1436 |
-
<a style="color: blue; text-decoration: none;" target="_blank" href="https://web-dorado.com/wordpress-form-maker-
|
1437 |
</div>
|
1438 |
<form class="wrap" id="manage_form" method="post" action="admin.php?page=manage_fm" style="width:99%;">
|
1439 |
<?php wp_nonce_field('nonce_fm', 'nonce_fm'); ?>
|
@@ -2371,7 +2371,7 @@ class FMViewManage_fm {
|
|
2371 |
</script>
|
2372 |
<div style="font-size: 14px; font-weight: bold;">
|
2373 |
This section allows you to edit form options.
|
2374 |
-
<a style="color: blue; text-decoration: none;" target="_blank" href="https://web-dorado.com/wordpress-form-maker-
|
2375 |
</div>
|
2376 |
<form class="wrap" method="post" action="admin.php?page=manage_fm" style="width:99%;" name="adminForm" id="adminForm">
|
2377 |
<?php wp_nonce_field('nonce_fm', 'nonce_fm'); ?>
|
@@ -2841,7 +2841,7 @@ class FMViewManage_fm {
|
|
2841 |
</style>
|
2842 |
<div class="fm-user-manual">
|
2843 |
This section allows you to edit form options.
|
2844 |
-
<a style="color: blue; text-decoration: none;" target="_blank" href="https://web-dorado.com/wordpress-form-maker-
|
2845 |
</div>
|
2846 |
<div class="fm-upgrade-pro">
|
2847 |
<a target="_blank" href="https://web-dorado.com/files/fromFormMaker.php">
|
35 |
?>
|
36 |
<div class="fm-user-manual">
|
37 |
This section allows you to create, edit forms.
|
38 |
+
<a style="color: blue; text-decoration: none;" target="_blank" href="https://web-dorado.com/wordpress-form-maker/creating-form.html">Read More in User Manual</a>
|
39 |
</div>
|
40 |
<div class="fm-upgrade-pro">
|
41 |
<a target="_blank" href="https://web-dorado.com/files/fromFormMaker.php">
|
398 |
</script>
|
399 |
<div class="fm-user-manual">
|
400 |
This section allows you to add fields to your form.
|
401 |
+
<a style="color: blue; text-decoration: none;" target="_blank" href="https://web-dorado.com/wordpress-form-maker/description-of-form-fields.html">Read More in User Manual</a>
|
402 |
</div>
|
403 |
<div class="fm-upgrade-pro">
|
404 |
<a target="_blank" href="https://web-dorado.com/files/fromFormMaker.php">
|
1433 |
</script>
|
1434 |
<div style="font-size: 14px; font-weight: bold;">
|
1435 |
This section allows you to add fields to your form.
|
1436 |
+
<a style="color: blue; text-decoration: none;" target="_blank" href="https://web-dorado.com/wordpress-form-maker/description-of-form-fields.html">Read More in User Manual</a>
|
1437 |
</div>
|
1438 |
<form class="wrap" id="manage_form" method="post" action="admin.php?page=manage_fm" style="width:99%;">
|
1439 |
<?php wp_nonce_field('nonce_fm', 'nonce_fm'); ?>
|
2371 |
</script>
|
2372 |
<div style="font-size: 14px; font-weight: bold;">
|
2373 |
This section allows you to edit form options.
|
2374 |
+
<a style="color: blue; text-decoration: none;" target="_blank" href="https://web-dorado.com/wordpress-form-maker/configuring-form-options.html">Read More in User Manual</a>
|
2375 |
</div>
|
2376 |
<form class="wrap" method="post" action="admin.php?page=manage_fm" style="width:99%;" name="adminForm" id="adminForm">
|
2377 |
<?php wp_nonce_field('nonce_fm', 'nonce_fm'); ?>
|
2841 |
</style>
|
2842 |
<div class="fm-user-manual">
|
2843 |
This section allows you to edit form options.
|
2844 |
+
<a style="color: blue; text-decoration: none;" target="_blank" href="https://web-dorado.com/wordpress-form-maker/configuring-form-options.html">Read More in User Manual</a>
|
2845 |
</div>
|
2846 |
<div class="fm-upgrade-pro">
|
2847 |
<a target="_blank" href="https://web-dorado.com/files/fromFormMaker.php">
|
admin/views/FMViewSubmissions_fm.php
CHANGED
@@ -269,7 +269,7 @@ class FMViewSubmissions_fm {
|
|
269 |
</div>
|
270 |
<div class="fm-user-manual">
|
271 |
This section allows you to view and manage form submissions.
|
272 |
-
<a style="color: blue; text-decoration: none;" target="_blank" href="https://web-dorado.com/wordpress-form-maker-
|
273 |
</div>
|
274 |
<div class="fm-upgrade-pro">
|
275 |
<a target="_blank" href="https://web-dorado.com/files/fromFormMaker.php">
|
@@ -1192,7 +1192,7 @@ class FMViewSubmissions_fm {
|
|
1192 |
?>
|
1193 |
<div class="fm-user-manual">
|
1194 |
This section allows you to edit form submissions.
|
1195 |
-
<a style="color: blue; text-decoration: none;" target="_blank" href="https://web-dorado.com/wordpress-form-maker-
|
1196 |
</div>
|
1197 |
<div class="fm-upgrade-pro">
|
1198 |
<a target="_blank" href="https://web-dorado.com/files/fromFormMaker.php">
|
269 |
</div>
|
270 |
<div class="fm-user-manual">
|
271 |
This section allows you to view and manage form submissions.
|
272 |
+
<a style="color: blue; text-decoration: none;" target="_blank" href="https://web-dorado.com/wordpress-form-maker/managing-submissions.html">Read More in User Manual</a>
|
273 |
</div>
|
274 |
<div class="fm-upgrade-pro">
|
275 |
<a target="_blank" href="https://web-dorado.com/files/fromFormMaker.php">
|
1192 |
?>
|
1193 |
<div class="fm-user-manual">
|
1194 |
This section allows you to edit form submissions.
|
1195 |
+
<a style="color: blue; text-decoration: none;" target="_blank" href="https://web-dorado.com/wordpress-form-maker/managing-submissions.html">Read More in User Manual</a>
|
1196 |
</div>
|
1197 |
<div class="fm-upgrade-pro">
|
1198 |
<a target="_blank" href="https://web-dorado.com/files/fromFormMaker.php">
|
admin/views/FMViewThemes_fm.php
CHANGED
@@ -34,7 +34,7 @@ class FMViewThemes_fm {
|
|
34 |
?>
|
35 |
<div class="fm-user-manual">
|
36 |
This section allows you to create, edit form themes.
|
37 |
-
<a style="color: blue; text-decoration: none;" target="_blank" href="https://web-dorado.com/wordpress-form-maker-
|
38 |
</div>
|
39 |
<div class="fm-upgrade-pro">
|
40 |
<a target="_blank" href="https://web-dorado.com/files/fromFormMaker.php">
|
@@ -153,7 +153,7 @@ class FMViewThemes_fm {
|
|
153 |
</style>
|
154 |
<div class="fm-user-manual">
|
155 |
This section allows you to create, edit form themes.
|
156 |
-
<a style="color: blue; text-decoration: none;" target="_blank" href="https://web-dorado.com/wordpress-form-maker-
|
157 |
</div>
|
158 |
<div class="fm-upgrade-pro">
|
159 |
<a target="_blank" href="https://web-dorado.com/files/fromFormMaker.php">
|
34 |
?>
|
35 |
<div class="fm-user-manual">
|
36 |
This section allows you to create, edit form themes.
|
37 |
+
<a style="color: blue; text-decoration: none;" target="_blank" href="https://web-dorado.com/wordpress-form-maker/creating-form.html">Read More in User Manual</a>
|
38 |
</div>
|
39 |
<div class="fm-upgrade-pro">
|
40 |
<a target="_blank" href="https://web-dorado.com/files/fromFormMaker.php">
|
153 |
</style>
|
154 |
<div class="fm-user-manual">
|
155 |
This section allows you to create, edit form themes.
|
156 |
+
<a style="color: blue; text-decoration: none;" target="_blank" href="https://web-dorado.com/wordpress-form-maker/creating-form.html">Read More in User Manual</a>
|
157 |
</div>
|
158 |
<div class="fm-upgrade-pro">
|
159 |
<a target="_blank" href="https://web-dorado.com/files/fromFormMaker.php">
|
form-maker.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
* Plugin Name: Form Maker
|
4 |
* Plugin URI: https://web-dorado.com/products/form-maker-wordpress.html
|
5 |
* Description: This plugin is a modern and advanced tool for easy and fast creating of a WordPress Form. The backend interface is intuitive and user friendly which allows users far from scripting and programming to create WordPress Forms.
|
6 |
-
* Version: 1.8.
|
7 |
* Author: WebDorado
|
8 |
* Author URI: https://web-dorado.com/
|
9 |
* License: GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
|
@@ -268,7 +268,7 @@ function register_fmemailverification_cpt(){
|
|
268 |
// Activate plugin.
|
269 |
function form_maker_activate() {
|
270 |
$version = get_option("wd_form_maker_version");
|
271 |
-
$new_version = '1.8.
|
272 |
global $wpdb;
|
273 |
if (!$version) {
|
274 |
add_option("wd_form_maker_version", $new_version, '', 'no');
|
3 |
* Plugin Name: Form Maker
|
4 |
* Plugin URI: https://web-dorado.com/products/form-maker-wordpress.html
|
5 |
* Description: This plugin is a modern and advanced tool for easy and fast creating of a WordPress Form. The backend interface is intuitive and user friendly which allows users far from scripting and programming to create WordPress Forms.
|
6 |
+
* Version: 1.8.16
|
7 |
* Author: WebDorado
|
8 |
* Author URI: https://web-dorado.com/
|
9 |
* License: GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
|
268 |
// Activate plugin.
|
269 |
function form_maker_activate() {
|
270 |
$version = get_option("wd_form_maker_version");
|
271 |
+
$new_version = '1.8.16';
|
272 |
global $wpdb;
|
273 |
if (!$version) {
|
274 |
add_option("wd_form_maker_version", $new_version, '', 'no');
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Donate link: https://web-dorado.com/products/wordpress-form.html
|
|
4 |
Tags: form, forms, form builder, form maker, form manager, form plugin, form with recaptcha, forms plugin, multiple forms, paypal form, survey form, feedback form, feedback forms, contact form,contact form plugin, contact form builder, form creator, email form, secure form, web form, form to email, contact forms, custom forms, form widget, captcha form, wordpress contact form ,recaptcha contact form, form creation, contact form with auto reply, widget contact form, builder, feedback, contacts form plugin , custom contact form, contact us form, formular, formulario, admin, captcha, contact, database, email, javascript, jquery, page, plugin, survey, widget, custom form, forms creator, input, validation, send copy, form with captcha, pdf, mysql
|
5 |
Requires at least: 3.4
|
6 |
Tested up to: 4.4
|
7 |
-
Stable tag: 1.8.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -302,6 +302,9 @@ The Form Maker (Pro version) has simple PayPal integration. This allows the user
|
|
302 |
|
303 |
== Changelog ==
|
304 |
|
|
|
|
|
|
|
305 |
= 1.8.15 =
|
306 |
Changed: Back End Design for old forms
|
307 |
|
4 |
Tags: form, forms, form builder, form maker, form manager, form plugin, form with recaptcha, forms plugin, multiple forms, paypal form, survey form, feedback form, feedback forms, contact form,contact form plugin, contact form builder, form creator, email form, secure form, web form, form to email, contact forms, custom forms, form widget, captcha form, wordpress contact form ,recaptcha contact form, form creation, contact form with auto reply, widget contact form, builder, feedback, contacts form plugin , custom contact form, contact us form, formular, formulario, admin, captcha, contact, database, email, javascript, jquery, page, plugin, survey, widget, custom form, forms creator, input, validation, send copy, form with captcha, pdf, mysql
|
5 |
Requires at least: 3.4
|
6 |
Tested up to: 4.4
|
7 |
+
Stable tag: 1.8.16
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
302 |
|
303 |
== Changelog ==
|
304 |
|
305 |
+
= 1.8.16 =
|
306 |
+
Fixed: User guide links
|
307 |
+
|
308 |
= 1.8.15 =
|
309 |
Changed: Back End Design for old forms
|
310 |
|