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

Version Description

minor bugs 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.52
Comparing to
See all releases

Code changes from version 1.7.51 to 1.7.52

featured/images/catalog.jpg ADDED
Binary file
featured/images/contact-form-builder.jpg ADDED
Binary file
featured/images/contact-form-maker.jpg ADDED
Binary file
featured/images/contacts.jpg ADDED
Binary file
featured/images/facebook.jpg ADDED
Binary file
featured/images/faq.jpg ADDED
Binary file
featured/images/flash.calendar.jpg ADDED
Binary file
featured/images/fm.import.jpg ADDED
Binary file
featured/images/folder.menu.jpg ADDED
Binary file
featured/images/form.jpg ADDED
Binary file
featured/images/photo-gallery.jpg ADDED
Binary file
featured/images/player.jpg ADDED
Binary file
featured/images/slider.jpg ADDED
Binary file
featured/images/spider-calendar.jpg ADDED
Binary file
featured/images/twitter-widget.jpg ADDED
Binary file
featured/images/zoom.jpg ADDED
Binary file
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.51
7
  * Author: WebDorado
8
  * Author URI: http://web-dorado.com/
9
  * License: GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
@@ -166,10 +166,10 @@ function form_maker_admin_ajax() {
166
  }
167
  add_action('admin_head', 'form_maker_admin_ajax');
168
 
169
- function do_output_buffer() {
170
  ob_start();
171
  }
172
- add_action('init', 'do_output_buffer');
173
 
174
  add_shortcode('Form', 'fm_shortcode');
175
 
@@ -231,7 +231,7 @@ if (class_exists('WP_Widget')) {
231
  // Activate plugin.
232
  function form_maker_activate() {
233
  $version = get_option("wd_form_maker_version");
234
- $new_version = '1.7.51';
235
  if (!$version) {
236
  add_option("wd_form_maker_version", $new_version, '', 'no');
237
  global $wpdb;
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.52
7
  * Author: WebDorado
8
  * Author URI: http://web-dorado.com/
9
  * License: GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
166
  }
167
  add_action('admin_head', 'form_maker_admin_ajax');
168
 
169
+ function fm_output_buffer() {
170
  ob_start();
171
  }
172
+ add_action('init', 'fm_output_buffer');
173
 
174
  add_shortcode('Form', 'fm_shortcode');
175
 
231
  // Activate plugin.
232
  function form_maker_activate() {
233
  $version = get_option("wd_form_maker_version");
234
+ $new_version = '1.7.52';
235
  if (!$version) {
236
  add_option("wd_form_maker_version", $new_version, '', 'no');
237
  global $wpdb;
frontend/views/FMViewForm_maker.php CHANGED
@@ -2176,7 +2176,7 @@ class FMViewForm_maker {
2176
  $temp =explode('*:*w_attr_name*:*',$temp);
2177
  $attrs = array_slice($temp,0, count($temp)-1);
2178
  foreach($attrs as $attr) {
2179
- $param['attributes'] = $param['attributes'].' add_'.$attr;
2180
  }
2181
  }
2182
 
@@ -3457,7 +3457,7 @@ class FMViewForm_maker {
3457
  $temp =explode('*:*w_attr_name*:*',$temp);
3458
  $attrs = array_slice($temp,0, count($temp)-1);
3459
  foreach($attrs as $attr) {
3460
- $param['attributes'] = $param['attributes'].' add_'.$attr;
3461
  }
3462
  }
3463
  $param['w_field_label_pos1'] = ($param['w_field_label_pos']=="left" ? "float: left;" : "");
@@ -3512,7 +3512,7 @@ class FMViewForm_maker {
3512
  $temp =explode('*:*w_attr_name*:*',$temp);
3513
  $attrs = array_slice($temp,0, count($temp)-1);
3514
  foreach($attrs as $attr) {
3515
- $param['attributes'] = $param['attributes'].' add_'.$attr;
3516
  }
3517
  }
3518
  $param['w_field_label_pos1'] = ($param['w_field_label_pos']=="left" ? "float: left;" : "");
@@ -3569,7 +3569,7 @@ class FMViewForm_maker {
3569
  $temp =explode('*:*w_attr_name*:*',$temp);
3570
  $attrs = array_slice($temp,0, count($temp)-1);
3571
  foreach($attrs as $attr) {
3572
- $param['attributes'] = $param['attributes'].' add_'.$attr;
3573
  }
3574
  }
3575
  $param['w_field_label_pos1'] = ($param['w_field_label_pos']=="left" ? "float: left;" : "");
@@ -3623,7 +3623,7 @@ class FMViewForm_maker {
3623
  $temp =explode('*:*w_attr_name*:*',$temp);
3624
  $attrs = array_slice($temp,0, count($temp)-1);
3625
  foreach($attrs as $attr) {
3626
- $param['attributes'] = $param['attributes'].' add_'.$attr;
3627
  }
3628
  }
3629
  $param['w_field_label_pos1'] = ($param['w_field_label_pos']=="left" ? "float: left;" : "");
@@ -3680,7 +3680,7 @@ class FMViewForm_maker {
3680
  $temp =explode('*:*w_attr_name*:*',$temp);
3681
  $attrs = array_slice($temp,0, count($temp)-1);
3682
  foreach($attrs as $attr) {
3683
- $param['attributes'] = $param['attributes'].' add_'.$attr;
3684
  }
3685
  }
3686
  $param['w_field_label_pos1'] = ($param['w_field_label_pos']=="left" ? "float: left;" : "");
@@ -3738,7 +3738,7 @@ class FMViewForm_maker {
3738
  $temp =explode('*:*w_attr_name*:*',$temp);
3739
  $attrs = array_slice($temp,0, count($temp)-1);
3740
  foreach($attrs as $attr) {
3741
- $param['attributes'] = $param['attributes'].' add_'.$attr;
3742
  }
3743
  }
3744
  $param['w_field_label_pos1'] = ($param['w_field_label_pos']=="left" ? "float: left;" : "");
@@ -3811,7 +3811,7 @@ class FMViewForm_maker {
3811
  $temp =explode('*:*w_attr_name*:*',$temp);
3812
  $attrs = array_slice($temp,0, count($temp)-1);
3813
  foreach($attrs as $attr) {
3814
- $param['attributes'] = $param['attributes'].' add_'.$attr;
3815
  }
3816
  }
3817
  $param['w_field_label_pos1'] = ($param['w_field_label_pos']=="left" ? "float: left;" : "");
@@ -3957,7 +3957,7 @@ class FMViewForm_maker {
3957
  $temp =explode('*:*w_attr_name*:*',$temp);
3958
  $attrs = array_slice($temp,0, count($temp)-1);
3959
  foreach($attrs as $attr) {
3960
- $param['attributes'] = $param['attributes'].' add_'.$attr;
3961
  }
3962
  }
3963
  $param['w_field_label_pos1'] = ($param['w_field_label_pos']=="left" ? "float: left;" : "");
2176
  $temp =explode('*:*w_attr_name*:*',$temp);
2177
  $attrs = array_slice($temp,0, count($temp)-1);
2178
  foreach($attrs as $attr) {
2179
+ $param['attributes'] = $param['attributes'].' '.$attr;
2180
  }
2181
  }
2182
 
3457
  $temp =explode('*:*w_attr_name*:*',$temp);
3458
  $attrs = array_slice($temp,0, count($temp)-1);
3459
  foreach($attrs as $attr) {
3460
+ $param['attributes'] = $param['attributes'].' '.$attr;
3461
  }
3462
  }
3463
  $param['w_field_label_pos1'] = ($param['w_field_label_pos']=="left" ? "float: left;" : "");
3512
  $temp =explode('*:*w_attr_name*:*',$temp);
3513
  $attrs = array_slice($temp,0, count($temp)-1);
3514
  foreach($attrs as $attr) {
3515
+ $param['attributes'] = $param['attributes'].' '.$attr;
3516
  }
3517
  }
3518
  $param['w_field_label_pos1'] = ($param['w_field_label_pos']=="left" ? "float: left;" : "");
3569
  $temp =explode('*:*w_attr_name*:*',$temp);
3570
  $attrs = array_slice($temp,0, count($temp)-1);
3571
  foreach($attrs as $attr) {
3572
+ $param['attributes'] = $param['attributes'].' '.$attr;
3573
  }
3574
  }
3575
  $param['w_field_label_pos1'] = ($param['w_field_label_pos']=="left" ? "float: left;" : "");
3623
  $temp =explode('*:*w_attr_name*:*',$temp);
3624
  $attrs = array_slice($temp,0, count($temp)-1);
3625
  foreach($attrs as $attr) {
3626
+ $param['attributes'] = $param['attributes'].' '.$attr;
3627
  }
3628
  }
3629
  $param['w_field_label_pos1'] = ($param['w_field_label_pos']=="left" ? "float: left;" : "");
3680
  $temp =explode('*:*w_attr_name*:*',$temp);
3681
  $attrs = array_slice($temp,0, count($temp)-1);
3682
  foreach($attrs as $attr) {
3683
+ $param['attributes'] = $param['attributes'].' '.$attr;
3684
  }
3685
  }
3686
  $param['w_field_label_pos1'] = ($param['w_field_label_pos']=="left" ? "float: left;" : "");
3738
  $temp =explode('*:*w_attr_name*:*',$temp);
3739
  $attrs = array_slice($temp,0, count($temp)-1);
3740
  foreach($attrs as $attr) {
3741
+ $param['attributes'] = $param['attributes'].' '.$attr;
3742
  }
3743
  }
3744
  $param['w_field_label_pos1'] = ($param['w_field_label_pos']=="left" ? "float: left;" : "");
3811
  $temp =explode('*:*w_attr_name*:*',$temp);
3812
  $attrs = array_slice($temp,0, count($temp)-1);
3813
  foreach($attrs as $attr) {
3814
+ $param['attributes'] = $param['attributes'].' '.$attr;
3815
  }
3816
  }
3817
  $param['w_field_label_pos1'] = ($param['w_field_label_pos']=="left" ? "float: left;" : "");
3957
  $temp =explode('*:*w_attr_name*:*',$temp);
3958
  $attrs = array_slice($temp,0, count($temp)-1);
3959
  foreach($attrs as $attr) {
3960
+ $param['attributes'] = $param['attributes'].' '.$attr;
3961
  }
3962
  }
3963
  $param['w_field_label_pos1'] = ($param['w_field_label_pos']=="left" ? "float: left;" : "");
readme.txt CHANGED
@@ -4,7 +4,7 @@ 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, 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.2
7
- Stable tag: 1.7.51
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -279,6 +279,9 @@ The Form Maker (Pro version) has simple PayPal integration. This allows the user
279
 
280
  == Changelog ==
281
 
 
 
 
282
  = 1.7.51 =
283
  Changed: Featured plugins page.
284
  New: Featured themes page.
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.2
7
+ Stable tag: 1.7.52
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
279
 
280
  == Changelog ==
281
 
282
+ = 1.7.52 =
283
+ minor bugs fixed
284
+
285
  = 1.7.51 =
286
  Changed: Featured plugins page.
287
  New: Featured themes page.
uploads/index.html ADDED
@@ -0,0 +1 @@
 
1
+ <html><body bgcolor="#FFFFFF"></body></html>