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

Version Description

Download this release

Release Info

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

Code changes from version 1.5.7 to 1.5.8

Files changed (3) hide show
  1. Form_Maker.php +2 -1
  2. form_maker_functions.html.php +14 -12
  3. readme.txt +1 -1
Form_Maker.php CHANGED
@@ -2,7 +2,8 @@
2
  /*
3
  Plugin Name: Form Maker
4
  Plugin URI: http://web-dorado.com/products/form-maker-wordpress.html
5
- Version: 1.5.7
 
6
  Author: http://web-dorado.com/
7
  License: GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
8
  */
2
  /*
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.5.8
7
  Author: http://web-dorado.com/
8
  License: GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
9
  */
form_maker_functions.html.php CHANGED
@@ -2391,18 +2391,20 @@ function html_edit_form_maker($row, $labels, $themes) {
2391
  }
2392
  case "type_address":
2393
  {
2394
- if(document.getElementById(id_for_country+"_disable_fieldsform_id_temp").getAttribute('street1')=='no')
2395
- remove_add_(i+"_street1form_id_temp");
2396
- if(document.getElementById(id_for_country+"_disable_fieldsform_id_temp").getAttribute('street2')=='no')
2397
- remove_add_(i+"_street2form_id_temp");
2398
- if(document.getElementById(id_for_country+"_disable_fieldsform_id_temp").getAttribute('city')=='no')
2399
- remove_add_(i+"_cityform_id_temp");
2400
- if(document.getElementById(id_for_country+"_disable_fieldsform_id_temp").getAttribute('state')=='no')
2401
- remove_add_(i+"_stateform_id_temp");
2402
- if(document.getElementById(id_for_country+"_disable_fieldsform_id_temp").getAttribute('postal')=='no')
2403
- remove_add_(i+"_postalform_id_temp");
2404
- if(document.getElementById(id_for_country+"_disable_fieldsform_id_temp").getAttribute('country')=='no')
2405
- remove_add_(i+"_countryform_id_temp");
 
 
2406
  break;
2407
 
2408
  }
2391
  }
2392
  case "type_address":
2393
  {
2394
+ if (document.getElementById(id_for_country+"_disable_fieldsform_id_temp")) {
2395
+ if(document.getElementById(id_for_country+"_disable_fieldsform_id_temp").getAttribute('street1')=='no')
2396
+ remove_add_(i+"_street1form_id_temp");
2397
+ if(document.getElementById(id_for_country+"_disable_fieldsform_id_temp").getAttribute('street2')=='no')
2398
+ remove_add_(i+"_street2form_id_temp");
2399
+ if(document.getElementById(id_for_country+"_disable_fieldsform_id_temp").getAttribute('city')=='no')
2400
+ remove_add_(i+"_cityform_id_temp");
2401
+ if(document.getElementById(id_for_country+"_disable_fieldsform_id_temp").getAttribute('state')=='no')
2402
+ remove_add_(i+"_stateform_id_temp");
2403
+ if(document.getElementById(id_for_country+"_disable_fieldsform_id_temp").getAttribute('postal')=='no')
2404
+ remove_add_(i+"_postalform_id_temp");
2405
+ if(document.getElementById(id_for_country+"_disable_fieldsform_id_temp").getAttribute('country')=='no')
2406
+ remove_add_(i+"_countryform_id_temp");
2407
+ }
2408
  break;
2409
 
2410
  }
readme.txt CHANGED
@@ -4,7 +4,7 @@ Donate link: http://web-dorado.com/products/wordpress-form.html
4
  Tags: form, forms, contact form, contact forms, form plugin, forms plugin, forms plugin, form builder, form manager, multiple forms, custom form, form maker, form with recaptcha, form with google map, feedback form, feedback forms, contact us, paypal form
5
  Requires at least: 3.0
6
  Tested up to: 3.5
7
- Stable tag: 1.5.7
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
4
  Tags: form, forms, contact form, contact forms, form plugin, forms plugin, forms plugin, form builder, form manager, multiple forms, custom form, form maker, form with recaptcha, form with google map, feedback form, feedback forms, contact us, paypal form
5
  Requires at least: 3.0
6
  Tested up to: 3.5
7
+ Stable tag: 1.5.8
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10