Version Description
New Add-on: Save Progress
Download this release
Release Info
Developer | webdorado |
Plugin | Form Maker by WD – user-friendly drag & drop Form Builder plugin |
Version | 1.8.9 |
Comparing to | |
See all releases |
Code changes from version 1.8.8 to 1.8.9
- admin/views/FMViewBlocked_ips_fm.php +1 -1
- admin/views/FMViewManage_fm.php +1 -1
- admin/views/FMViewSubmissions_fm.php +1 -1
- admin/views/FMViewThemes_fm.php +2 -2
- assets/save-progress.png +0 -0
- css/notices.css +0 -39
- featured/featured.php +8 -1
- form-maker.php +3 -3
- form_maker_notices_class.php +2 -27
- notices.php +2 -13
- readme.txt +5 -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-guide-
|
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-guide-6.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
@@ -2775,7 +2775,7 @@ class FMViewManage_fm {
|
|
2775 |
}
|
2776 |
</style>
|
2777 |
<div class="fm-user-manual">
|
2778 |
-
This section allows you to
|
2779 |
<a style="color: blue; text-decoration: none;" target="_blank" href="https://web-dorado.com/wordpress-form-maker-guide-3.html">Read More in User Manual</a>
|
2780 |
</div>
|
2781 |
<div class="fm-upgrade-pro">
|
2775 |
}
|
2776 |
</style>
|
2777 |
<div class="fm-user-manual">
|
2778 |
+
This section allows you to edit form options.
|
2779 |
<a style="color: blue; text-decoration: none;" target="_blank" href="https://web-dorado.com/wordpress-form-maker-guide-3.html">Read More in User Manual</a>
|
2780 |
</div>
|
2781 |
<div class="fm-upgrade-pro">
|
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-guide-
|
273 |
</div>
|
274 |
<div class="fm-upgrade-pro">
|
275 |
<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-guide-7.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">
|
admin/views/FMViewThemes_fm.php
CHANGED
@@ -152,8 +152,8 @@ class FMViewThemes_fm {
|
|
152 |
}
|
153 |
</style>
|
154 |
<div class="fm-user-manual">
|
155 |
-
This section allows you to
|
156 |
-
<a style="color: blue; text-decoration: none;" target="_blank" href="https://web-dorado.com/wordpress-form-maker-guide-
|
157 |
</div>
|
158 |
<div class="fm-upgrade-pro">
|
159 |
<a target="_blank" href="https://web-dorado.com/files/fromFormMaker.php">
|
152 |
}
|
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-guide-2.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">
|
assets/save-progress.png
ADDED
Binary file
|
css/notices.css
CHANGED
@@ -6,24 +6,6 @@
|
|
6 |
padding: 10px 40px 10px 125px;
|
7 |
position: relative;
|
8 |
}
|
9 |
-
/*
|
10 |
-
.fm-admin-notice-promo {
|
11 |
-
background: #fff;
|
12 |
-
border-top: 4px;
|
13 |
-
display: block;
|
14 |
-
min-height: 68px;
|
15 |
-
padding: 10px 40px 0px 10px;
|
16 |
-
margin: 10px 0;
|
17 |
-
position: relative;
|
18 |
-
}
|
19 |
-
|
20 |
-
.fm-admin-notice-promo:after{
|
21 |
-
content: '';
|
22 |
-
display: table;
|
23 |
-
clear: both;
|
24 |
-
}
|
25 |
-
*/
|
26 |
-
|
27 |
.fm-admin-notice a {
|
28 |
color: #10738B;
|
29 |
}
|
@@ -52,13 +34,6 @@
|
|
52 |
font-weight: normal;
|
53 |
margin: 5px 0;
|
54 |
}
|
55 |
-
/*
|
56 |
-
.fm-close-promo{
|
57 |
-
position: absolute;
|
58 |
-
top: 5px;
|
59 |
-
right: 5px;
|
60 |
-
}
|
61 |
-
*/
|
62 |
.fm-notice-body:after {
|
63 |
clear: both;
|
64 |
content: "";
|
@@ -74,17 +49,3 @@
|
|
74 |
.fm-blue {
|
75 |
color: #10738B;
|
76 |
}
|
77 |
-
/*
|
78 |
-
.fm_hny{
|
79 |
-
background: url("../assets/wdhny.jpg") no-repeat;
|
80 |
-
background-position: center;
|
81 |
-
background-size: 800px 200px;
|
82 |
-
height: 200px;
|
83 |
-
max-width: 100%;
|
84 |
-
}
|
85 |
-
|
86 |
-
.fm_hny a{
|
87 |
-
display: block;
|
88 |
-
height: 100%;
|
89 |
-
}
|
90 |
-
*/
|
6 |
padding: 10px 40px 10px 125px;
|
7 |
position: relative;
|
8 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
9 |
.fm-admin-notice a {
|
10 |
color: #10738B;
|
11 |
}
|
34 |
font-weight: normal;
|
35 |
margin: 5px 0;
|
36 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
37 |
.fm-notice-body:after {
|
38 |
clear: both;
|
39 |
content: "";
|
49 |
.fm-blue {
|
50 |
color: #10738B;
|
51 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
featured/featured.php
CHANGED
@@ -254,7 +254,14 @@ function fm_extensions_page($current_plugin = '') {
|
|
254 |
'description' => 'Form Maker Pushover integration allows to receive real-time notifications when a user submits a new form. This means messages can be pushed to Android and Apple devices, as well as desktop notification board.',
|
255 |
'icon' => '',
|
256 |
'image' => plugins_url( '../assets/pushover.png', __FILE__ ),
|
257 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
258 |
)
|
259 |
);
|
260 |
|
254 |
'description' => 'Form Maker Pushover integration allows to receive real-time notifications when a user submits a new form. This means messages can be pushed to Android and Apple devices, as well as desktop notification board.',
|
255 |
'icon' => '',
|
256 |
'image' => plugins_url( '../assets/pushover.png', __FILE__ ),
|
257 |
+
),
|
258 |
+
'form-maker-save-progress' => array(
|
259 |
+
'name' => 'Save Progress',
|
260 |
+
'url' => 'https://web-dorado.com/products/wordpress-form/add-ons/save-progress.html',
|
261 |
+
'description' => 'The add-on allows to save filled in forms as draft and continue editing them subsequently.',
|
262 |
+
'icon' => '',
|
263 |
+
'image' => plugins_url( '../assets/save-progress.png', __FILE__ ),
|
264 |
+
)
|
265 |
)
|
266 |
);
|
267 |
|
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
|
@@ -135,7 +135,7 @@ if ( is_admin() && ( ! defined( 'DOING_AJAX' ) || ! DOING_AJAX ) ) {
|
|
135 |
function form_maker_ajax() {
|
136 |
require_once(WD_FM_DIR . '/framework/WDW_FM_Library.php');
|
137 |
$page = WDW_FM_Library::get('action');
|
138 |
-
if ($page != 'formmakerwdcaptcha') {
|
139 |
if (function_exists('current_user_can')) {
|
140 |
if (!current_user_can('manage_options')) {
|
141 |
die('Access Denied');
|
@@ -269,7 +269,7 @@ function register_fmemailverification_cpt(){
|
|
269 |
// Activate plugin.
|
270 |
function form_maker_activate() {
|
271 |
$version = get_option("wd_form_maker_version");
|
272 |
-
$new_version = '1.8.
|
273 |
global $wpdb;
|
274 |
if (!$version) {
|
275 |
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.9
|
7 |
* Author: WebDorado
|
8 |
* Author URI: https://web-dorado.com/
|
9 |
* License: GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
|
135 |
function form_maker_ajax() {
|
136 |
require_once(WD_FM_DIR . '/framework/WDW_FM_Library.php');
|
137 |
$page = WDW_FM_Library::get('action');
|
138 |
+
if ($page != 'formmakerwdcaptcha' && $page != 'formmakerwdmathcaptcha' ) {
|
139 |
if (function_exists('current_user_can')) {
|
140 |
if (!current_user_can('manage_options')) {
|
141 |
die('Access Denied');
|
269 |
// Activate plugin.
|
270 |
function form_maker_activate() {
|
271 |
$version = get_option("wd_form_maker_version");
|
272 |
+
$new_version = '1.8.9';
|
273 |
global $wpdb;
|
274 |
if (!$version) {
|
275 |
add_option("wd_form_maker_version", $new_version, '', 'no');
|
form_maker_notices_class.php
CHANGED
@@ -74,8 +74,6 @@ class FM_Notices {
|
|
74 |
$current_date = current_time( "n/j/Y" );
|
75 |
$start = ( isset( $admin_notices[ $slug ]['start'] ) ? $admin_notices[ $slug ]['start'] : $current_date );
|
76 |
$start = date( "n/j/Y", strtotime( $start ) );
|
77 |
-
// $end = ( isset( $admin_notices[ $slug ]['end'] ) ? $admin_notices[ $slug ]['end'] : $start );
|
78 |
-
// $end = date( "n/j/Y", strtotime( $end ) );
|
79 |
$date_array = explode( '/', $start );
|
80 |
$interval = ( isset( $admin_notices[ $slug ]['int'] ) ? $admin_notices[ $slug ]['int'] : 0 );
|
81 |
$date_array[1] += $interval;
|
@@ -105,7 +103,7 @@ class FM_Notices {
|
|
105 |
|
106 |
// Get remaining query string
|
107 |
$query_str = (isset($admin_notices[$slug]['later_link']) ? $admin_notices[$slug]['later_link'] : esc_url(add_query_arg('fm_admin_notice_ignore', $slug)));
|
108 |
-
|
109 |
// Admin notice display output
|
110 |
echo '<div class="update-nag fm-admin-notice">';
|
111 |
echo '<div class="fm-notice-logo"></div>';
|
@@ -120,19 +118,7 @@ class FM_Notices {
|
|
120 |
</ul>';
|
121 |
echo '<a href="' . $query_str . '" class="dashicons dashicons-dismiss"></a>';
|
122 |
echo '</div>';
|
123 |
-
|
124 |
-
} else {
|
125 |
-
if ( strtotime( $end ) >= strtotime( $current_date ) ) {
|
126 |
-
echo '<div class=" fm-admin-notice-promo">';
|
127 |
-
echo $admin_display_msg;
|
128 |
-
echo '<ul class="fm-notice-body-promo fm-blue">
|
129 |
-
' . $admin_display_link . '
|
130 |
-
</ul>';
|
131 |
-
echo '<a href="' . $query_str . '" class="dashicons dashicons-dismiss fm-close-promo"></a>';
|
132 |
-
echo '</div>';
|
133 |
-
}
|
134 |
-
}
|
135 |
-
*/
|
136 |
$this->notice_spam += 1;
|
137 |
$output_css = true;
|
138 |
}
|
@@ -232,17 +218,6 @@ class FM_Notices {
|
|
232 |
// Intentionally left blank
|
233 |
}
|
234 |
public function wd_admin_notices() {
|
235 |
-
/*
|
236 |
-
$promo_close = add_query_arg( array( 'fm_admin_notice_ignore' => 'fm_new_year_promo' ) );
|
237 |
-
$notices['fm_new_year_promo'] = array(
|
238 |
-
'title' => __( 'Hey! How\'s It Going?', 'form-maker' ),
|
239 |
-
'msg' => '<div class="fm_hny"><a href="https://web-dorado.com/products/wordpress-form.html?source=promo" target="_blank"></a></div>',
|
240 |
-
'link' => '<li><span class="dashicons dashicons-dismiss"></span><a href="' . $promo_close . '">' . __( 'Never show again' ,'form-maker' ) . '</a></li>',
|
241 |
-
'start' => '2015-12-31',
|
242 |
-
'end' => '2016-01-01',
|
243 |
-
'int' => 0
|
244 |
-
);
|
245 |
-
*/
|
246 |
$two_week_review_ignore = add_query_arg(array('fm_admin_notice_ignore' => 'two_week_review'));
|
247 |
$two_week_review_temp = add_query_arg(array('fm_admin_notice_temp_ignore' => 'two_week_review', 'int' => 14));
|
248 |
$notices['two_week_review'] = array(
|
74 |
$current_date = current_time( "n/j/Y" );
|
75 |
$start = ( isset( $admin_notices[ $slug ]['start'] ) ? $admin_notices[ $slug ]['start'] : $current_date );
|
76 |
$start = date( "n/j/Y", strtotime( $start ) );
|
|
|
|
|
77 |
$date_array = explode( '/', $start );
|
78 |
$interval = ( isset( $admin_notices[ $slug ]['int'] ) ? $admin_notices[ $slug ]['int'] : 0 );
|
79 |
$date_array[1] += $interval;
|
103 |
|
104 |
// Get remaining query string
|
105 |
$query_str = (isset($admin_notices[$slug]['later_link']) ? $admin_notices[$slug]['later_link'] : esc_url(add_query_arg('fm_admin_notice_ignore', $slug)));
|
106 |
+
|
107 |
// Admin notice display output
|
108 |
echo '<div class="update-nag fm-admin-notice">';
|
109 |
echo '<div class="fm-notice-logo"></div>';
|
118 |
</ul>';
|
119 |
echo '<a href="' . $query_str . '" class="dashicons dashicons-dismiss"></a>';
|
120 |
echo '</div>';
|
121 |
+
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
122 |
$this->notice_spam += 1;
|
123 |
$output_css = true;
|
124 |
}
|
218 |
// Intentionally left blank
|
219 |
}
|
220 |
public function wd_admin_notices() {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
221 |
$two_week_review_ignore = add_query_arg(array('fm_admin_notice_ignore' => 'two_week_review'));
|
222 |
$two_week_review_temp = add_query_arg(array('fm_admin_notice_temp_ignore' => 'two_week_review', 'int' => 14));
|
223 |
$notices['two_week_review'] = array(
|
notices.php
CHANGED
@@ -3,18 +3,7 @@
|
|
3 |
if ( ! defined( 'ABSPATH' ) ) exit;
|
4 |
|
5 |
function fm_admin_notices( $notices ) {
|
6 |
-
|
7 |
-
/*
|
8 |
-
$promo_close = add_query_arg( array( 'fm_admin_notice_ignore' => 'fm_new_year_promo' ) );
|
9 |
-
$notices['fm_new_year_promo'] = array(
|
10 |
-
'title' => __( 'Hey! How\'s It Going?', 'form-maker' ),
|
11 |
-
'msg' => '<div class="fm_hny"><a href="https://web-dorado.com/products/wordpress-form.html?source=promo" target="_blank"></a></div>',
|
12 |
-
'link' => '<li><span class="dashicons dashicons-dismiss"></span><a href="' . $promo_close . '">' . __( 'Never show again' ,'form-maker' ) . '</a></li>',
|
13 |
-
'start' => '2015-12-31',
|
14 |
-
'end' => '2016-01-01',
|
15 |
-
'int' => 0
|
16 |
-
);
|
17 |
-
*/
|
18 |
$one_week_support = add_query_arg( array( 'fm_admin_notice_ignore' => 'one_week_support' ) );
|
19 |
$notices['one_week_support'] = array(
|
20 |
'title' => __( 'Hey! How\'s It Going?', 'form-maker' ),
|
@@ -38,7 +27,7 @@ function fm_admin_notices( $notices ) {
|
|
38 |
'int' => 14
|
39 |
);
|
40 |
|
41 |
-
|
42 |
return $notices;
|
43 |
}
|
44 |
|
3 |
if ( ! defined( 'ABSPATH' ) ) exit;
|
4 |
|
5 |
function fm_admin_notices( $notices ) {
|
6 |
+
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7 |
$one_week_support = add_query_arg( array( 'fm_admin_notice_ignore' => 'one_week_support' ) );
|
8 |
$notices['one_week_support'] = array(
|
9 |
'title' => __( 'Hey! How\'s It Going?', 'form-maker' ),
|
27 |
'int' => 14
|
28 |
);
|
29 |
|
30 |
+
|
31 |
return $notices;
|
32 |
}
|
33 |
|
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 |
|
@@ -24,6 +24,7 @@ Form Maker is a FREE and user-friendly plugin to create highly customizable and
|
|
24 |
|
25 |
= Form Maker Add-ons: =
|
26 |
[Import/Export Add-on](https://web-dorado.com/products/wordpress-form/add-ons/export-import.html)
|
|
|
27 |
[Google PDF Integration Add-on](https://web-dorado.com/products/wordpress-form/add-ons/pdf.html)
|
28 |
[Mailchimp Integration Add-on](https://web-dorado.com/products/wordpress-form/add-ons/mailchimp.html)
|
29 |
[User Registration Add-on](https://web-dorado.com/products/wordpress-form/add-ons/registration.html)
|
@@ -300,6 +301,9 @@ The Form Maker (Pro version) has simple PayPal integration. This allows the user
|
|
300 |
|
301 |
== Changelog ==
|
302 |
|
|
|
|
|
|
|
303 |
= 1.8.8 =
|
304 |
Fixed: Minor bug
|
305 |
|
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.9
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
24 |
|
25 |
= Form Maker Add-ons: =
|
26 |
[Import/Export Add-on](https://web-dorado.com/products/wordpress-form/add-ons/export-import.html)
|
27 |
+
[Save Progress Add-on](https://web-dorado.com/products/wordpress-form/add-ons/save-progress.html)
|
28 |
[Google PDF Integration Add-on](https://web-dorado.com/products/wordpress-form/add-ons/pdf.html)
|
29 |
[Mailchimp Integration Add-on](https://web-dorado.com/products/wordpress-form/add-ons/mailchimp.html)
|
30 |
[User Registration Add-on](https://web-dorado.com/products/wordpress-form/add-ons/registration.html)
|
301 |
|
302 |
== Changelog ==
|
303 |
|
304 |
+
= 1.8.9 =
|
305 |
+
New Add-on: Save Progress
|
306 |
+
|
307 |
= 1.8.8 =
|
308 |
Fixed: Minor bug
|
309 |
|