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

Version Description

Fixed: Bug in 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.85
Comparing to
See all releases

Code changes from version 1.7.84 to 1.7.85

Files changed (3) hide show
  1. form-maker.php +2 -2
  2. js/form_maker_manage.js +2 -2
  3. readme.txt +5 -2
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.84
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.84';
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.85
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.85';
273
  global $wpdb;
274
  if (!$version) {
275
  add_option("wd_form_maker_version", $new_version, '', 'no');
js/form_maker_manage.js CHANGED
@@ -661,11 +661,11 @@ function change_choices(value, ids, types, params) {
661
  document.getElementById("field_value"+global_index+'_'+index).setAttribute("onKeyPress", keypress_function);
662
  }
663
  break;
664
-
665
  case "type_own_select":
666
  case "type_radio":
667
  case "type_checkbox":
668
- if(types_array[id]=="type_paypal_select")
669
  w_size = params_array[id].split('*:*w_size*:*');
670
  else
671
  w_size = params_array[id].split('*:*w_flow*:*');
661
  document.getElementById("field_value"+global_index+'_'+index).setAttribute("onKeyPress", keypress_function);
662
  }
663
  break;
664
+
665
  case "type_own_select":
666
  case "type_radio":
667
  case "type_checkbox":
668
+ if(types_array[id]=="type_own_select")
669
  w_size = params_array[id].split('*:*w_size*:*');
670
  else
671
  w_size = params_array[id].split('*:*w_flow*:*');
readme.txt CHANGED
@@ -1,10 +1,10 @@
1
  === Form Maker ===
2
  Contributors: webdorado
3
  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
5
  Requires at least: 3.4
6
  Tested up to: 4.3
7
- Stable tag: 1.7.84
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -297,6 +297,9 @@ The Form Maker (Pro version) has simple PayPal integration. This allows the user
297
 
298
  == Changelog ==
299
 
 
 
 
300
  = 1.7.84 =
301
  New Add-on: PDF Integration
302
 
1
  === Form Maker ===
2
  Contributors: webdorado
3
  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.85
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.85 =
301
+ Fixed: Bug in conditional fields
302
+
303
  = 1.7.84 =
304
  New Add-on: PDF Integration
305