Form Maker by WD – user-friendly drag & drop Form Builder plugin - Version 1.7.88

Version Description

New: Doublescroll in submissions page
New: Delete confirmation
Fixed: Bug in mysql mapping for conditional fields

Download this release

Release Info

Developer webdorado
Plugin Icon 128x128 Form Maker by WD – user-friendly drag & drop Form Builder plugin
Version 1.7.88
Comparing to
See all releases

Code changes from version 1.7.87 to 1.7.88

admin/views/FMViewBlocked_ips_fm.php CHANGED
@@ -117,9 +117,9 @@ class FMViewBlocked_ips_fm {
117
  <a onclick="spider_edit_ip(<?php echo $row_data->id; ?>)">Edit</a>
118
  </td>
119
  <td class="table_big_col" id="td_delete_<?php echo $row_data->id; ?>">
120
- <a onclick="spider_set_input_value('task', 'delete');
121
  spider_set_input_value('current_id', <?php echo $row_data->id; ?>);
122
- spider_form_submit(event, 'blocked_ips')" href="">Delete</a>
123
  </td>
124
  </tr>
125
  <?php
117
  <a onclick="spider_edit_ip(<?php echo $row_data->id; ?>)">Edit</a>
118
  </td>
119
  <td class="table_big_col" id="td_delete_<?php echo $row_data->id; ?>">
120
+ <a onclick="if (confirm('Do you want to delete selected item(s)?')) { spider_set_input_value('task', 'delete');
121
  spider_set_input_value('current_id', <?php echo $row_data->id; ?>);
122
+ spider_form_submit(event, 'blocked_ips'); } else { return false;}" href="">Delete</a>
123
  </td>
124
  </tr>
125
  <?php
admin/views/FMViewManage_fm.php CHANGED
@@ -126,9 +126,8 @@ class FMViewManage_fm {
126
  spider_form_submit(event, 'manage_form')" href="">Edit</a>
127
  </td>
128
  <td class="table_big_col">
129
- <a onclick="spider_set_input_value('task', 'delete');
130
- spider_set_input_value('current_id', '<?php echo $row_data->id; ?>');
131
- spider_form_submit(event, 'manage_form')" href="">Delete</a>
132
  </td>
133
  </tr>
134
  <?php
126
  spider_form_submit(event, 'manage_form')" href="">Edit</a>
127
  </td>
128
  <td class="table_big_col">
129
+ <a onclick="if (confirm('Do you want to delete selected item(s)?')) { spider_set_input_value('task', 'delete');
130
+ spider_set_input_value('current_id', '<?php echo $row_data->id; ?>'); spider_form_submit(event, 'manage_form'); } else { return false; }" href="">Delete</a>
 
131
  </td>
132
  </tr>
133
  <?php
admin/views/FMViewSubmissions_fm.php CHANGED
@@ -307,7 +307,7 @@ class FMViewSubmissions_fm {
307
  <div class="tablenav top" style="width: 99%;">
308
  <?php WDW_FM_Library::html_page_nav($lists['total'], $lists['limit'], 'admin_form'); ?>
309
  </div>
310
- <div class="submit_content" style="width: 99%;">
311
  <table class="wp-list-table widefat fixed posts table_content">
312
  <thead>
313
  <tr>
@@ -525,9 +525,7 @@ class FMViewSubmissions_fm {
525
  </a>
526
  </td>
527
  <td class="table_small_col sub-align">
528
- <a href="" onclick="spider_set_input_value('task', 'delete');
529
- spider_set_input_value('current_id',<?php echo $data->group_id; ?>);
530
- spider_form_submit(event, 'admin_form');">Delete
531
  </a>
532
  </td>
533
  <td class="table_large_col submitdate_fc sub-align" id="submitdate_fc" <?php echo $style_date; ?>>
@@ -745,9 +743,26 @@ class FMViewSubmissions_fm {
745
  }
746
  ?>
747
  </form>
748
- <script>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
749
  jQuery(window).load(function() {
750
  spider_popup();
 
751
  });
752
  <?php
753
  if ($ka_fielderov_search) {
307
  <div class="tablenav top" style="width: 99%;">
308
  <?php WDW_FM_Library::html_page_nav($lists['total'], $lists['limit'], 'admin_form'); ?>
309
  </div>
310
+ <div class="submit_content" id="fm-scroll" style="width: 99%;">
311
  <table class="wp-list-table widefat fixed posts table_content">
312
  <thead>
313
  <tr>
525
  </a>
526
  </td>
527
  <td class="table_small_col sub-align">
528
+ <a href="" onclick="if (confirm('Do you want to delete selected item(s)?')) { spider_set_input_value('task', 'delete'); spider_set_input_value('current_id',<?php echo $data->group_id; ?>); spider_form_submit(event, 'admin_form'); } else { return false; }">Delete
 
 
529
  </a>
530
  </td>
531
  <td class="table_large_col submitdate_fc sub-align" id="submitdate_fc" <?php echo $style_date; ?>>
743
  }
744
  ?>
745
  </form>
746
+ <script>
747
+ function fm_scroll(element) {
748
+ var scrollbar= document.createElement('div');
749
+ scrollbar.appendChild(document.createElement('div'));
750
+ scrollbar.style.overflow= 'auto';
751
+ scrollbar.style.overflowY= 'hidden';
752
+ scrollbar.firstChild.style.width= element.scrollWidth+'px';
753
+ scrollbar.firstChild.style.paddingTop= '1px';
754
+ scrollbar.firstChild.appendChild(document.createTextNode('\xA0'));
755
+ scrollbar.onscroll= function() {
756
+ element.scrollLeft= scrollbar.scrollLeft;
757
+ };
758
+ element.onscroll= function() {
759
+ scrollbar.scrollLeft= element.scrollLeft;
760
+ };
761
+ element.parentNode.insertBefore(scrollbar, element);
762
+ }
763
  jQuery(window).load(function() {
764
  spider_popup();
765
+ fm_scroll(document.getElementById('fm-scroll'));
766
  });
767
  <?php
768
  if ($ka_fielderov_search) {
admin/views/FMViewThemes_fm.php CHANGED
@@ -135,9 +135,9 @@ class FMViewThemes_fm {
135
  spider_form_submit(event, 'themes_form')" href="">Edit</a>
136
  </td>
137
  <td class="table_big_col">
138
- <a onclick="spider_set_input_value('task', 'delete');
139
  spider_set_input_value('current_id', '<?php echo $row_data->id; ?>');
140
- spider_form_submit(event, 'themes_form')" href="">Delete</a>
141
  </td>
142
  </tr>
143
  <?php
135
  spider_form_submit(event, 'themes_form')" href="">Edit</a>
136
  </td>
137
  <td class="table_big_col">
138
+ <a onclick="if (confirm('Do you want to delete selected item(s)?')) { spider_set_input_value('task', 'delete');
139
  spider_set_input_value('current_id', '<?php echo $row_data->id; ?>');
140
+ spider_form_submit(event, 'themes_form'); } else { return false; }" href="">Delete</a>
141
  </td>
142
  </tr>
143
  <?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.7.87
7
  * Author: WebDorado
8
  * Author URI: https://web-dorado.com/
9
  * License: GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
@@ -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.7.87';
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.7.88
7
  * Author: WebDorado
8
  * Author URI: https://web-dorado.com/
9
  * License: GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
269
  // Activate plugin.
270
  function form_maker_activate() {
271
  $version = get_option("wd_form_maker_version");
272
+ $new_version = '1.7.88';
273
  global $wpdb;
274
  if (!$version) {
275
  add_option("wd_form_maker_version", $new_version, '', 'no');
frontend/models/FMModelForm_maker.php CHANGED
@@ -794,7 +794,9 @@ class FMModelForm_maker {
794
  }
795
  $chgnac = FALSE;
796
  }
797
- }
 
 
798
  }
799
  else {
800
  foreach ($label_type as $key => $type) {
794
  }
795
  $chgnac = FALSE;
796
  }
797
+ else
798
+ $fvals['{'.$i.'}'] = '';
799
+ }
800
  }
801
  else {
802
  foreach ($label_type as $key => $type) {
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
5
  Requires at least: 3.4
6
  Tested up to: 4.3
7
- Stable tag: 1.7.87
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -297,6 +297,11 @@ The Form Maker (Pro version) has simple PayPal integration. This allows the user
297
 
298
  == Changelog ==
299
 
 
 
 
 
 
300
  = 1.7.87 =
301
  Changed:Bug in CSV/XML export
302
 
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
5
  Requires at least: 3.4
6
  Tested up to: 4.3
7
+ Stable tag: 1.7.88
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
297
 
298
  == Changelog ==
299
 
300
+ = 1.7.88 =
301
+ New: Doublescroll in submissions page
302
+ New: Delete confirmation
303
+ Fixed: Bug in mysql mapping for conditional fields
304
+
305
  = 1.7.87 =
306
  Changed:Bug in CSV/XML export
307