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

Version Description

Fixed: Submissions page styles
Fixed: Issue with IPv6

Download this release

Release Info

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

Code changes from version 1.8.25 to 1.8.26

css/form_maker_tables.css CHANGED
@@ -219,7 +219,7 @@ fieldset select {
219
  }
220
 
221
  .fm-search-tools {
222
- float:left;
223
  }
224
 
225
  .fm-search-tools button {
219
  }
220
 
221
  .fm-search-tools {
222
+ float:left !important;
223
  }
224
 
225
  .fm-search-tools button {
form-maker.php CHANGED
@@ -3,7 +3,7 @@
3
  * Plugin Name: Form Maker
4
  * Plugin URI: https://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.8.25
7
  * Author: WebDorado
8
  * Author URI: https://web-dorado.com/
9
  * License: GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
@@ -271,7 +271,7 @@ function register_fmemailverification_cpt(){
271
  // Activate plugin.
272
  function form_maker_activate() {
273
  $version = get_option("wd_form_maker_version");
274
- $new_version = '1.8.25';
275
  global $wpdb;
276
  if (!$version) {
277
  add_option("wd_form_maker_version", $new_version, '', 'no');
3
  * Plugin Name: Form Maker
4
  * Plugin URI: https://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.8.26
7
  * Author: WebDorado
8
  * Author URI: https://web-dorado.com/
9
  * License: GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
271
  // Activate plugin.
272
  function form_maker_activate() {
273
  $version = get_option("wd_form_maker_version");
274
+ $new_version = '1.8.26';
275
  global $wpdb;
276
  if (!$version) {
277
  add_option("wd_form_maker_version", $new_version, '', 'no');
form_maker_insert.php CHANGED
@@ -76,7 +76,7 @@ function from_maker_insert() {
76
  `element_value` varchar(600) NOT NULL,
77
  `group_id` int(11) NOT NULL,
78
  `date` datetime NOT NULL,
79
- `ip` varchar(32) NOT NULL,
80
  `user_id_wd` int(11) NOT NULL,
81
  PRIMARY KEY (`id`)
82
  ) DEFAULT CHARSET=utf8;";
76
  `element_value` varchar(600) NOT NULL,
77
  `group_id` int(11) NOT NULL,
78
  `date` datetime NOT NULL,
79
+ `ip` varchar(128) NOT NULL,
80
  `user_id_wd` int(11) NOT NULL,
81
  PRIMARY KEY (`id`)
82
  ) DEFAULT CHARSET=utf8;";
form_maker_update.php CHANGED
@@ -180,6 +180,9 @@ function form_maker_update($version) {
180
  if (version_compare($version, '1.7.82') == -1) {
181
  $wpdb->query("ALTER TABLE `" . $wpdb->prefix . "formmaker_backup` ADD `save_uploads` tinyint(4) NOT NULL DEFAULT 1");
182
  }
 
 
 
183
  return;
184
  }
185
 
180
  if (version_compare($version, '1.7.82') == -1) {
181
  $wpdb->query("ALTER TABLE `" . $wpdb->prefix . "formmaker_backup` ADD `save_uploads` tinyint(4) NOT NULL DEFAULT 1");
182
  }
183
+ if (version_compare($version, '1.8.26') == -1) {
184
+ $wpdb->query("ALTER TABLE `" . $wpdb->prefix . "formmaker_submits` CHANGE `ip` `ip` varchar(128) NOT NULL");
185
+ }
186
  return;
187
  }
188
 
readme.txt CHANGED
@@ -4,7 +4,7 @@ Donate link: https://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, admin, captcha, contact, database, email, javascript, jquery, page, plugin, survey, widget, custom form, forms creator, input, validation, send copy, form with captcha, pdf, mysql
5
  Requires at least: 3.4
6
  Tested up to: 4.4
7
- Stable tag: 1.8.25
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -299,9 +299,16 @@ The Form Maker has support for the Conditional fields. The option can be found i
299
 
300
  The Form Maker (Pro version) has simple PayPal integration. This allows the user to select specific items and upon hitting submit button get redirected to PayPal. After making the payment, the user gets back to the website.
301
 
 
 
 
302
 
303
  == Changelog ==
304
 
 
 
 
 
305
  = 1.8.25 =
306
  Fixed: Bug in conditional fields.
307
  Changed: Featured Plugins, Featured Themes pages design.
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, admin, captcha, contact, database, email, javascript, jquery, page, plugin, survey, widget, custom form, forms creator, input, validation, send copy, form with captcha, pdf, mysql
5
  Requires at least: 3.4
6
  Tested up to: 4.4
7
+ Stable tag: 1.8.26
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
299
 
300
  The Form Maker (Pro version) has simple PayPal integration. This allows the user to select specific items and upon hitting submit button get redirected to PayPal. After making the payment, the user gets back to the website.
301
 
302
+ = 11. Can the email be sent to a specific email based on the selected field? =
303
+ Unfortunately we do not have support for this feature. But we [Conditional Emails Add-on](https://web-dorado.com/products/wordpress-form/add-ons/conditional-emails.html).Using this add-on the user will be able to connect the fields with the administrator email. The field entry will serve as a condition for selecting the relevant administrator email.
304
+
305
 
306
  == Changelog ==
307
 
308
+ = 1.8.26 =
309
+ Fixed: Submissions page styles
310
+ Fixed: Issue with IPv6
311
+
312
  = 1.8.25 =
313
  Fixed: Bug in conditional fields.
314
  Changed: Featured Plugins, Featured Themes pages design.