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

Version Description

Fixed: Bug in PayPal field
Changed: Matrix field display in email

Download this release

Release Info

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

Code changes from version 1.8.13 to 1.8.14

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.13
7
  * Author: WebDorado
8
  * Author URI: https://web-dorado.com/
9
  * License: GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
@@ -268,7 +268,7 @@ function register_fmemailverification_cpt(){
268
  // Activate plugin.
269
  function form_maker_activate() {
270
  $version = get_option("wd_form_maker_version");
271
- $new_version = '1.8.13';
272
  global $wpdb;
273
  if (!$version) {
274
  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.14
7
  * Author: WebDorado
8
  * Author URI: https://web-dorado.com/
9
  * License: GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
268
  // Activate plugin.
269
  function form_maker_activate() {
270
  $version = get_option("wd_form_maker_version");
271
+ $new_version = '1.8.14';
272
  global $wpdb;
273
  if (!$version) {
274
  add_option("wd_form_maker_version", $new_version, '', 'no');
frontend/models/FMModelForm_maker.php CHANGED
@@ -2191,7 +2191,8 @@ class FMModelForm_maker {
2191
  else {
2192
  $checked = "";
2193
  }
2194
- $matrix .= '<td style="text-align:center"><input type="radio" ' . $checked . ' disabled /></td>';
 
2195
  }
2196
  }
2197
  else {
@@ -2204,7 +2205,8 @@ class FMModelForm_maker {
2204
  else {
2205
  $checked = "";
2206
  }
2207
- $matrix .= '<td style="text-align:center"><input type="checkbox" ' . $checked . ' disabled /></td>';
 
2208
  }
2209
  }
2210
  else {
2191
  else {
2192
  $checked = "";
2193
  }
2194
+ $sign = $checked == 'checked' ? '&#x2714;' : '';
2195
+ $matrix .= '<td style="text-align:center">'.$sign.'</td>';
2196
  }
2197
  }
2198
  else {
2205
  else {
2206
  $checked = "";
2207
  }
2208
+ $sign = $checked == 'checked' ? '&#x2714;' : '';
2209
+ $matrix .= '<td style="text-align:center">'.$sign.'</td>';
2210
  }
2211
  }
2212
  else {
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, formular, formulario, 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.13
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -302,6 +302,10 @@ The Form Maker (Pro version) has simple PayPal integration. This allows the user
302
 
303
  == Changelog ==
304
 
 
 
 
 
305
  = 1.8.13 =
306
  Fixed: Style in form edit page
307
  Fixed: Bug in PayPal options
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, pdf, mysql
5
  Requires at least: 3.4
6
  Tested up to: 4.4
7
+ Stable tag: 1.8.14
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
302
 
303
  == Changelog ==
304
 
305
+ = 1.8.14 =
306
+ Fixed: Bug in PayPal field
307
+ Changed: Matrix field display in email
308
+
309
  = 1.8.13 =
310
  Fixed: Style in form edit page
311
  Fixed: Bug in PayPal options