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

Version Description

  • fix security issue which was reported by Mateusz Lach
Download this release

Release Info

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

Code changes from version 1.6.5 to 1.6.6

Files changed (3) hide show
  1. Form_Maker.php +1 -1
  2. front_end_form_maker.php +4 -2
  3. readme.txt +6 -4
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.5
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.6
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
@@ -400,7 +400,7 @@ function save_db($counter, $id) {
400
  $save_or_no = $wpdb->insert($r, array(
401
  'form_id' => $id_old,
402
  'element_label' => $i,
403
- 'element_value' => stripslashes($value),
404
  'group_id' => ($max + 1),
405
  'date' => date('Y-m-d H:i:s'),
406
  'ip' => $ip,
@@ -2248,7 +2248,9 @@ function form_maker_front_end($id) {
2248
  }
2249
  var formOldFunctionOnLoad' . $id . ' = null;
2250
  formLoadBody' . $id . '();';
2251
- $counter = $_POST["counter" . $id];
 
 
2252
  $old_key = -1;
2253
  if (isset($counter)) {
2254
  foreach ($label_type as $key => $type) {
400
  $save_or_no = $wpdb->insert($r, array(
401
  'form_id' => $id_old,
402
  'element_label' => $i,
403
+ 'element_value' => stripslashes(esc_html($value)),
404
  'group_id' => ($max + 1),
405
  'date' => date('Y-m-d H:i:s'),
406
  'ip' => $ip,
2248
  }
2249
  var formOldFunctionOnLoad' . $id . ' = null;
2250
  formLoadBody' . $id . '();';
2251
+ if (isset($_POST["counter" . $id])) {
2252
+ $counter = esc_html($_POST["counter" . $id]);
2253
+ }
2254
  $old_key = -1;
2255
  if (isset($counter)) {
2256
  foreach ($label_type as $key => $type) {
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
5
  Requires at least: 3.0
6
  Tested up to: 3.8
7
- Stable tag: 1.6.5
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -24,7 +24,7 @@ WordPress Form Maker can be used both for simple and multipart forms. That is wh
24
 
25
  PayPal integration (commercial version) allows you to add PayPal features into the form, thus making it possible to use the Form Maker as a great tool for creating donation forms, whereas Survey Tools form field allows creating manageable questionnaire forms.
26
 
27
- This form builder uses standard Captcha, as well as possibility to add Google standard ReCaptcha to build the forms safer.
28
 
29
 
30
  ###IMPORTANT: If you think you found a bug in Form Maker or have any problem or question concerning Form Maker, do not hesitate to contact us at [info@web-dorado.com](mailto:info@web-dorado.com).
@@ -33,7 +33,7 @@ This form builder uses standard Captcha, as well as possibility to add Google st
33
  ###Features of Form Maker
34
 
35
  * WordPress 3.0+
36
- * Multiple default forms
37
  * Twelve form fields with detailed parameters for creating forms
38
  * Custom HTML with standard editor
39
  * Text Input options (included 10 types)
@@ -58,7 +58,7 @@ This form builder uses standard Captcha, as well as possibility to add Google st
58
  * PayPal form field with currency change possibility(commercial version)
59
  * Submit, Reset and Custom Button
60
  * Up to seven field forms for free version and unlimited number of form fields for the commercial version of the Form Maker
61
- * 41 default themes for different form designs
62
  * Possibility to include required field option to receive specific information from the form submitter
63
  * Possibility to edit the form CSS or add custom Javascript into the form
64
  * Includes additional attributes for each form field for adding properties with Java Script (for more advanced form users)
@@ -183,6 +183,8 @@ If you want to update the plugin while preserving your existing forms, you need
183
 
184
  == Changelog ==
185
 
 
 
186
  = 1.6.4 =
187
  * Added featured plugins
188
  = 1.6.3 =
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: 3.8
7
+ Stable tag: 1.6.6
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
24
 
25
  PayPal integration (commercial version) allows you to add PayPal features into the form, thus making it possible to use the Form Maker as a great tool for creating donation forms, whereas Survey Tools form field allows creating manageable questionnaire forms.
26
 
27
+ This form builder has a Captcha field to protect from spam with two options: a simple Captcha and ReCaptcha (the famous Captcha by Google).
28
 
29
 
30
  ###IMPORTANT: If you think you found a bug in Form Maker or have any problem or question concerning Form Maker, do not hesitate to contact us at [info@web-dorado.com](mailto:info@web-dorado.com).
33
  ###Features of Form Maker
34
 
35
  * WordPress 3.0+
36
+ * Multiple pre-installed sample forms
37
  * Twelve form fields with detailed parameters for creating forms
38
  * Custom HTML with standard editor
39
  * Text Input options (included 10 types)
58
  * PayPal form field with currency change possibility(commercial version)
59
  * Submit, Reset and Custom Button
60
  * Up to seven field forms for free version and unlimited number of form fields for the commercial version of the Form Maker
61
+ * 41 editable themes for different form designs
62
  * Possibility to include required field option to receive specific information from the form submitter
63
  * Possibility to edit the form CSS or add custom Javascript into the form
64
  * Includes additional attributes for each form field for adding properties with Java Script (for more advanced form users)
183
 
184
  == Changelog ==
185
 
186
+ = 1.6.6 =
187
+ * fix security issue which was reported by Mateusz Lach
188
  = 1.6.4 =
189
  * Added featured plugins
190
  = 1.6.3 =