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

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.6.1
Comparing to
See all releases

Code changes from version 1.6.0 to 1.6.1

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.6.0
7
  Author: http://web-dorado.com/
8
  License: GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
9
  */
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.6.1
7
  Author: http://web-dorado.com/
8
  License: GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
9
  */
front_end_form_maker.php CHANGED
@@ -833,7 +833,7 @@ function gen_mail($counter, $all_files, $id, $str) {
833
  if (isset($element_first)) {
834
  $element_title = $_POST[$key."_element_title".$id];
835
  if (isset($element_title)) {
836
- $new_value = $_POST[$key."_element_title".$id].' '.$_POST[$key."_element_first".$id].' '.$_POST[$i."_element_last".$id].' '.$_POST[$i."_element_middle".$id];
837
  }
838
  else {
839
  $new_value = $_POST[$key."_element_first".$id].' '.$_POST[$key."_element_last".$id];
833
  if (isset($element_first)) {
834
  $element_title = $_POST[$key."_element_title".$id];
835
  if (isset($element_title)) {
836
+ $new_value = $_POST[$key."_element_title".$id].' '.$_POST[$key."_element_first".$id].' '.$_POST[$key."_element_last".$id].' '.$_POST[$key."_element_middle".$id];
837
  }
838
  else {
839
  $new_value = $_POST[$key."_element_first".$id].' '.$_POST[$key."_element_last".$id];
js/formmaker_free.js CHANGED
@@ -19529,7 +19529,7 @@ function go_to_type_matrix(new_id)
19529
 
19530
  w_rows = ['','row1','row2'];
19531
  w_columns = ['','column1','column2'];
19532
- type_matrix(new_id,'Martix:', 'left', 'radio', w_rows, w_columns, 'no','wdform_matrix',w_attr_name, w_attr_value);
19533
  }
19534
 
19535
  function el_section_break() {
@@ -23053,7 +23053,9 @@ function edit(id) {
23053
  atrs=return_attributes(id+'_street1form_id_temp');
23054
  w_attr_name=atrs[0];
23055
  w_attr_value=atrs[1];
23056
- type_address(id, w_field_label, w_field_label_pos, w_size, w_mini_labels, w_disabled_fields, w_required, w_class, w_attr_name, w_attr_value); break;
 
 
23057
  }
23058
 
23059
  case 'type_submitter_mail':
19529
 
19530
  w_rows = ['','row1','row2'];
19531
  w_columns = ['','column1','column2'];
19532
+ type_matrix(new_id,'Matrix:', 'left', 'radio', w_rows, w_columns, 'no','wdform_matrix',w_attr_name, w_attr_value);
19533
  }
19534
 
19535
  function el_section_break() {
23053
  atrs=return_attributes(id+'_street1form_id_temp');
23054
  w_attr_name=atrs[0];
23055
  w_attr_value=atrs[1];
23056
+ type_address(id, w_field_label, w_field_label_pos, w_size, w_mini_labels, w_disabled_fields, w_required, w_class, w_attr_name, w_attr_value);
23057
+ disable_fields(id);
23058
+ break;
23059
  }
23060
 
23061
  case 'type_submitter_mail':
readme.txt CHANGED
@@ -3,8 +3,8 @@ Contributors: webdorado
3
  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.6.0
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
3
  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.7.1
7
+ Stable tag: 1.6.1
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
setup_sql.php CHANGED
@@ -191,7 +191,7 @@ HEREQUERYFORM;
191
  `id` int(11) NOT NULL auto_increment,
192
  `form_id` int(11) NOT NULL,
193
  `element_label` varchar(128) NOT NULL,
194
- `element_value` varchar(600) NOT NULL,
195
  `group_id` int(11) NOT NULL,
196
  `date` datetime NOT NULL,
197
  `ip` varchar(32) NOT NULL,
191
  `id` int(11) NOT NULL auto_increment,
192
  `form_id` int(11) NOT NULL,
193
  `element_label` varchar(128) NOT NULL,
194
+ `element_value` mediumtext NOT NULL,
195
  `group_id` int(11) NOT NULL,
196
  `date` datetime NOT NULL,
197
  `ip` varchar(32) NOT NULL,