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

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

Code changes from version 1.5.2 to 1.5.3

Form_Maker.php CHANGED
@@ -2,7 +2,7 @@
2
  /*
3
  Plugin Name: Form Maker
4
  Plugin URI: http://web-dorado.com/products/form-maker-wordpress.html
5
- Version: 1.5.2
6
  Author: http://web-dorado.com/
7
  License: GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
8
  */
@@ -1424,14 +1424,15 @@ require_once("update_sql.php");
1424
  function formmaker_activate() {
1425
  include 'setup_sql.php';
1426
  set_form_maker_sql();
1427
- }
1428
-
1429
- if (get_bloginfo('version') >= 3.1) {
1430
- add_action('plugins_loaded', 'formmaker_chech_update');
1431
- }
1432
- else {
1433
  formmaker_chech_update();
1434
  }
 
 
 
 
 
 
 
1435
  register_activation_hook(__FILE__, 'formmaker_activate');
1436
  function sp_form_deactiv() {
1437
  echo esc_html($_GET['form_maker_uninstall']);
2
  /*
3
  Plugin Name: Form Maker
4
  Plugin URI: http://web-dorado.com/products/form-maker-wordpress.html
5
+ Version: 1.5.3
6
  Author: http://web-dorado.com/
7
  License: GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
8
  */
1424
  function formmaker_activate() {
1425
  include 'setup_sql.php';
1426
  set_form_maker_sql();
 
 
 
 
 
 
1427
  formmaker_chech_update();
1428
  }
1429
+
1430
+ // if (get_bloginfo('version') >= 3.1) {
1431
+ // add_action('plugins_loaded', 'formmaker_chech_update');
1432
+ // }
1433
+ // else {
1434
+
1435
+ // }
1436
  register_activation_hook(__FILE__, 'formmaker_activate');
1437
  function sp_form_deactiv() {
1438
  echo esc_html($_GET['form_maker_uninstall']);
form_maker_functions.html.php CHANGED
@@ -2018,7 +2018,7 @@ jQuery(document).ready(function ($) {
2018
  <div class="formmaker_table" width="100%">
2019
  <div style="float:left; text-align:center">
2020
  </br>
2021
- <img src="<?php echo plugins_url("images/formmaker.png",__FILE__) ?>"/>
2022
  </br>
2023
  </br>
2024
  <img src="<?php echo plugins_url("images/logo.png",__FILE__) ?>"/>
@@ -2885,6 +2885,7 @@ jQuery(document).ready(function ($) {
2885
  class="button-primary"/></a>
2886
  </td>
2887
  <td><input type="button" onclick="submitbutton('form_options')" value="Form options" class="button-primary" /></td>
 
2888
  <td align="right"><input type="button" onclick="submitbutton('Save')" value="Save" class="button-secondary action"/>
2889
  </td>
2890
  <td align="right"><input type="button" onclick="submitbutton('Apply')" value="Apply"
@@ -2902,7 +2903,7 @@ jQuery(document).ready(function ($) {
2902
  <div class="formmaker_table" width="100%">
2903
  <div style="float:left; text-align:center">
2904
  </br>
2905
- <img src="<?php echo plugins_url("images/formmaker.png",__FILE__) ?>"/>
2906
  </br>
2907
  </br>
2908
  <img src="<?php echo plugins_url("images/logo.png",__FILE__) ?>"/>
2018
  <div class="formmaker_table" width="100%">
2019
  <div style="float:left; text-align:center">
2020
  </br>
2021
+ <img src="<?php echo plugins_url("images/formMaker.png",__FILE__) ?>"/>
2022
  </br>
2023
  </br>
2024
  <img src="<?php echo plugins_url("images/logo.png",__FILE__) ?>"/>
2885
  class="button-primary"/></a>
2886
  </td>
2887
  <td><input type="button" onclick="submitbutton('form_options')" value="Form options" class="button-primary" /></td>
2888
+ <td style="width:300px"><input type="button" onclick="submitbutton('save_as_copy')" value="Save As Copy" class="button-secondary action" /> </td>
2889
  <td align="right"><input type="button" onclick="submitbutton('Save')" value="Save" class="button-secondary action"/>
2890
  </td>
2891
  <td align="right"><input type="button" onclick="submitbutton('Apply')" value="Apply"
2903
  <div class="formmaker_table" width="100%">
2904
  <div style="float:left; text-align:center">
2905
  </br>
2906
+ <img src="<?php echo plugins_url("images/formMaker.png",__FILE__) ?>"/>
2907
  </br>
2908
  </br>
2909
  <img src="<?php echo plugins_url("images/logo.png",__FILE__) ?>"/>
form_maker_functions.php CHANGED
@@ -396,7 +396,6 @@ function save_as_copy() {
396
  '%s',
397
  '%s',
398
  '%s',
399
- '%s',
400
  '%d',
401
  '%s',
402
  '%s',
396
  '%s',
397
  '%s',
398
  '%s',
 
399
  '%d',
400
  '%s',
401
  '%s',
images/{formmaker.png → formMaker.png} RENAMED
File without changes
readme.txt CHANGED
@@ -1,10 +1,10 @@
1
  === Form Maker ===
2
  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
5
  Requires at least: 3.0
6
  Tested up to: 3.5
7
- Stable tag: 1.5.2
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -52,12 +52,13 @@ You can add Google map (*commercial version*) to your form using a simple user-f
52
  -Data validation during the submitting the form
53
  -Ability to keep the form filled information in the database of the form maker
54
  -Ability to restrict preferred file extensions in file upload(*commercial version*) in the form
 
55
  -[WordPress Form] Maker(http://web-dorado.com/products/wordpress-form.html) is integrated with Google Maps API(*commercial version*)
56
  -Field Instructions for the User
57
  -Required Fields in form
58
  -Hidden Fields in form
59
  -A form Submit Button Customization
60
- -Full PayPal integration with different checkout modes (Test Mode and Production) and five field types (Amount, Select, Checkbox, Radio, and Shipping).(*commercial version*)
61
 
62
  ### Supported languages
63
 
1
  === Form Maker ===
2
  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
5
  Requires at least: 3.0
6
  Tested up to: 3.5
7
+ Stable tag: 1.5.3
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
52
  -Data validation during the submitting the form
53
  -Ability to keep the form filled information in the database of the form maker
54
  -Ability to restrict preferred file extensions in file upload(*commercial version*) in the form
55
+ -Full PayPal integration with different checkout modes (Test Mode and Production) and five field types (Amount, Select, Checkbox, Radio, and Shipping).(*commercial version*)
56
  -[WordPress Form] Maker(http://web-dorado.com/products/wordpress-form.html) is integrated with Google Maps API(*commercial version*)
57
  -Field Instructions for the User
58
  -Required Fields in form
59
  -Hidden Fields in form
60
  -A form Submit Button Customization
61
+
62
 
63
  ### Supported languages
64
 
update_sql.php CHANGED
@@ -1,11 +1,9 @@
1
  <?php
2
-
3
-
4
  function formmaker_chech_update() {
5
  global $wpdb;
6
- if (get_option('formmaker_cureent_version') != '2.4.5' || !get_site_option('formmaker_cureent_version')) {
7
- if (get_option('formmaker_cureent_version') != '1.35') {
8
- if ($wpdb->get_var("SHOW TABLES LIKE '" . $wpdb->prefix . "formmaker'") == $wpdb->prefix . "formmaker") {
9
  $form_maker_views_table = "CREATE TABLE IF NOT EXISTS `" . $wpdb->prefix . "formmaker_views` (
10
  `form_id` int(11) NOT NULL,
11
  `views` int(50) NOT NULL,
@@ -342,14 +340,14 @@ function before_reset()
342
  '%d',
343
  ));
344
  }
345
- if (!get_site_option('formmaker_cureent_version')) {
346
  // if ($wpdb->get_var("SHOW TABLES LIKE '" . $wpdb->prefix . "formmaker_themes'") == $wpdb->prefix . "formmaker_themes")
347
- add_option('formmaker_cureent_version', '2.4.5');
348
  }
349
  else {
350
  // if ($wpdb->get_var("SHOW TABLES LIKE '" . $wpdb->prefix . "formmaker_themes'") == $wpdb->prefix . "formmaker_themes")
351
  update_option('formmaker_cureent_version', '2.4.5');
352
- }
353
  }
354
  }
355
 
1
  <?php
 
 
2
  function formmaker_chech_update() {
3
  global $wpdb;
4
+ if ($wpdb->get_var("SHOW TABLES LIKE '" . $wpdb->prefix . "formmaker_sessions'") != $wpdb->prefix . "formmaker_sessions") {
5
+ if ($wpdb->get_var("SHOW TABLES LIKE '" . $wpdb->prefix . "formmaker'") == $wpdb->prefix . "formmaker") {
6
+ if ($wpdb->get_var("SHOW TABLES LIKE '" . $wpdb->prefix . "formmaker_themes'") != $wpdb->prefix . "formmaker_themes") {
7
  $form_maker_views_table = "CREATE TABLE IF NOT EXISTS `" . $wpdb->prefix . "formmaker_views` (
8
  `form_id` int(11) NOT NULL,
9
  `views` int(50) NOT NULL,
340
  '%d',
341
  ));
342
  }
343
+ /*if (!get_option('formmaker_cureent_version')) {
344
  // if ($wpdb->get_var("SHOW TABLES LIKE '" . $wpdb->prefix . "formmaker_themes'") == $wpdb->prefix . "formmaker_themes")
345
+ add_option('formmaker_cureent_version', '2.4.5');
346
  }
347
  else {
348
  // if ($wpdb->get_var("SHOW TABLES LIKE '" . $wpdb->prefix . "formmaker_themes'") == $wpdb->prefix . "formmaker_themes")
349
  update_option('formmaker_cureent_version', '2.4.5');
350
+ }*/
351
  }
352
  }
353