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

Version Description

bug in Recaptcha fixed

Download this release

Release Info

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

Code changes from version 1.7.22 to 1.7.23

form-maker.php CHANGED
@@ -3,7 +3,7 @@
3
  * Plugin Name: Form Maker
4
  * Plugin URI: http://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.22
7
  * Author: WebDorado
8
  * Author URI: http://web-dorado.com/
9
  * License: GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
3
  * Plugin Name: Form Maker
4
  * Plugin URI: http://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.23
7
  * Author: WebDorado
8
  * Author URI: http://web-dorado.com/
9
  * License: GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
frontend/views/FMViewForm_maker.php CHANGED
@@ -1948,9 +1948,8 @@ class FMViewForm_maker {
1948
  $publickey=($row->public_key ? $row->public_key : '0');
1949
  $error = null;
1950
  require_once(WD_FM_DIR . '/recaptchalib.php');
1951
- $rep ='<div type="type_recaptcha" class="wdform-field"><div class="wdform-label-section" style="'.$param['w_field_label_pos1'].'; width: '.$param['w_field_label_size'].'px;"><span class="wdform-label">'.$label.'</span></div><div class="wdform-element-section '.$param['w_class'].'" style="'.$param['w_field_label_pos2'].';">
1952
- <div id="wd_recaptcha'.$form_id.'" '.$param['attributes'].'>'.recaptcha_get_html($publickey, $error).'</div></div></div>
1953
- <script>var RecaptchaOptions = {theme: "'.$param['w_theme'].'"};</script>';
1954
  break;
1955
  }
1956
 
1948
  $publickey=($row->public_key ? $row->public_key : '0');
1949
  $error = null;
1950
  require_once(WD_FM_DIR . '/recaptchalib.php');
1951
+ $rep ='<script>var RecaptchaOptions = {theme: "'.$param['w_theme'].'"};</script><div type="type_recaptcha" class="wdform-field"><div class="wdform-label-section" style="'.$param['w_field_label_pos1'].'; width: '.$param['w_field_label_size'].'px;"><span class="wdform-label">'.$label.'</span></div><div class="wdform-element-section '.$param['w_class'].'" style="'.$param['w_field_label_pos2'].';">
1952
+ <div id="wd_recaptcha'.$form_id.'" '.$param['attributes'].'>'.recaptcha_get_html($publickey, $error).'</div></div></div>';
 
1953
  break;
1954
  }
1955
 
js/main_front_end.js CHANGED
@@ -77,8 +77,21 @@ function captcha_refresh(id, genid)
77
  }
78
  }
79
 
80
- function set_checked(id,j,form_id) {
81
- set_total_value(id,form_id);
 
 
 
 
 
 
 
 
 
 
 
 
 
82
  }
83
 
84
  function set_select(value) {
77
  }
78
  }
79
 
80
+ function set_checked(id,j,form_id)
81
+ {
82
+ checking=document.getElementById(id+"_element"+form_id+j);
83
+ if(checking.getAttribute('other'))
84
+ if(checking.getAttribute('other')==1)
85
+ if(!checking.checked)
86
+ {
87
+ if(document.getElementById(id+"_other_input"+form_id))
88
+ {
89
+ document.getElementById(id+"_other_input"+form_id).parentNode.removeChild(document.getElementById(id+"_other_br"+form_id));
90
+ document.getElementById(id+"_other_input"+form_id).parentNode.removeChild(document.getElementById(id+"_other_input"+form_id));
91
+ }
92
+ return false;
93
+ }
94
+ return true;
95
  }
96
 
97
  function set_select(value) {
readme.txt CHANGED
@@ -3,8 +3,8 @@ Contributors: webdorado
3
  Donate link: http://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
5
  Requires at least: 3.0
6
- Tested up to: 4.0
7
- Stable tag: 1.7.22
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -224,6 +224,12 @@ In case you are upgrading your Form Maker to paid version, but still want to pre
224
 
225
  == Changelog ==
226
 
 
 
 
 
 
 
227
  = 1.7.21 =
228
  wp 4.0.1 shortcode issue fixed
229
 
3
  Donate link: http://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
5
  Requires at least: 3.0
6
+ Tested up to: 4.1
7
+ Stable tag: 1.7.23
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
224
 
225
  == Changelog ==
226
 
227
+ = 1.7.23 =
228
+ bug in Recaptcha fixed
229
+
230
+ = 1.7.22 =
231
+ Form field reordering using Drag&Drop
232
+
233
  = 1.7.21 =
234
  wp 4.0.1 shortcode issue fixed
235