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

Version Description

Fixed: Style in form edit page
Fixed: Bug in PayPal options

Download this release

Release Info

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

Code changes from version 1.8.12 to 1.8.13

admin/views/FMViewManage_fm.php CHANGED
@@ -389,10 +389,10 @@ class FMViewManage_fm {
389
  }
390
  document.getElementById('when_edit').style.display = 'block';
391
  if (document.getElementById('field_types').offsetWidth) {
392
- document.getElementById('when_edit').style.width = document.getElementById('field_types').offsetWidth + 'px';
393
  }
394
  if (document.getElementById('field_types').offsetHeight) {
395
- document.getElementById('when_edit').style.height = document.getElementById('field_types').offsetHeight + 'px';
396
  }
397
  }
398
  </script>
@@ -1424,10 +1424,10 @@ class FMViewManage_fm {
1424
  }
1425
  document.getElementById('when_edit').style.display = 'block';
1426
  if (document.getElementById('field_types').offsetWidth) {
1427
- document.getElementById('when_edit').style.width = document.getElementById('field_types').offsetWidth + 'px';
1428
  }
1429
  if (document.getElementById('field_types').offsetHeight) {
1430
- document.getElementById('when_edit').style.height = document.getElementById('field_types').offsetHeight + 'px';
1431
  }
1432
  }
1433
  </script>
389
  }
390
  document.getElementById('when_edit').style.display = 'block';
391
  if (document.getElementById('field_types').offsetWidth) {
392
+ document.getElementById('when_edit').style.width = 'inherit';
393
  }
394
  if (document.getElementById('field_types').offsetHeight) {
395
+ document.getElementById('when_edit').style.height = 'inherit';
396
  }
397
  }
398
  </script>
1424
  }
1425
  document.getElementById('when_edit').style.display = 'block';
1426
  if (document.getElementById('field_types').offsetWidth) {
1427
+ document.getElementById('when_edit').style.width = 'inherit';
1428
  }
1429
  if (document.getElementById('field_types').offsetHeight) {
1430
+ document.getElementById('when_edit').style.height = 'inherit';
1431
  }
1432
  }
1433
  </script>
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.12
7
  * Author: WebDorado
8
  * Author URI: https://web-dorado.com/
9
  * License: GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
@@ -128,7 +128,6 @@ add_action('wp_ajax_select_data_from_db', 'form_maker_ajax'); // select data fro
128
  if ( is_admin() && ( ! defined( 'DOING_AJAX' ) || ! DOING_AJAX ) ) {
129
  require_once( 'fm_admin_class.php' );
130
  include_once('form_maker_notices_class.php');
131
- require_once('notices.php');
132
  add_action( 'plugins_loaded', array( 'FM_Admin', 'get_instance' ) );
133
  }
134
 
@@ -269,7 +268,7 @@ function register_fmemailverification_cpt(){
269
  // Activate plugin.
270
  function form_maker_activate() {
271
  $version = get_option("wd_form_maker_version");
272
- $new_version = '1.8.12';
273
  global $wpdb;
274
  if (!$version) {
275
  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.13
7
  * Author: WebDorado
8
  * Author URI: https://web-dorado.com/
9
  * License: GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
128
  if ( is_admin() && ( ! defined( 'DOING_AJAX' ) || ! DOING_AJAX ) ) {
129
  require_once( 'fm_admin_class.php' );
130
  include_once('form_maker_notices_class.php');
 
131
  add_action( 'plugins_loaded', array( 'FM_Admin', 'get_instance' ) );
132
  }
133
 
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');
form_maker_notices_class.php CHANGED
@@ -234,8 +234,8 @@ class FM_Notices {
234
  $notices['one_week_support'] = array(
235
  'title' => __('Hey! How\'s It Going?', 'fm'),
236
  'msg' => sprintf(__('Thank you for using WordPress %s! We hope that you\'ve found everything you need, but if you have any questions:', 'fm'), 'Form Maker'),
237
- 'link' => '<li><span class="dashicons dashicons-media-text"></span><a target="_blank" href="https://web-dorado.com/forum/26-form-maker.html">' . __('Check out User Guide', 'fm') . '</a></li>
238
- <li><span class="dashicons dashicons-sos"></span><a target="_blank" href="https://web-dorado.com/wordpress-form-maker/creating-form.html">' . __('Get Some Help', 'fm') . '</a></li>
239
  <li><span class="dashicons dashicons-dismiss"></span><a href="' . $one_week_support . '">' . __('Never show again', 'fm') . '</a></li>',
240
  'int' => 7
241
  );
234
  $notices['one_week_support'] = array(
235
  'title' => __('Hey! How\'s It Going?', 'fm'),
236
  'msg' => sprintf(__('Thank you for using WordPress %s! We hope that you\'ve found everything you need, but if you have any questions:', 'fm'), 'Form Maker'),
237
+ 'link' => '<li><span class="dashicons dashicons-media-text"></span><a target="_blank" href="https://web-dorado.com/wordpress-form-maker/creating-form.html">' . __('Check out User Guide', 'fm') . '</a></li>
238
+ <li><span class="dashicons dashicons-sos"></span><a target="_blank" href="https://web-dorado.com/forum/26-form-maker.html">' . __('Get Some Help', 'fm') . '</a></li>
239
  <li><span class="dashicons dashicons-dismiss"></span><a href="' . $one_week_support . '">' . __('Never show again', 'fm') . '</a></li>',
240
  'int' => 7
241
  );
frontend/models/FMModelForm_maker.php CHANGED
@@ -4271,7 +4271,7 @@ class FMModelForm_maker {
4271
  }
4272
  }
4273
  if (!$str) {
4274
- wp_redirect($redirect_url);
4275
  exit;
4276
  }
4277
  else {
4271
  }
4272
  }
4273
  if (!$str) {
4274
+ wp_redirect(html_entity_decode($redirect_url));
4275
  exit;
4276
  }
4277
  else {
notices.php DELETED
@@ -1,35 +0,0 @@
1
- <?php
2
-
3
- if ( ! defined( 'ABSPATH' ) ) exit;
4
-
5
- function fm_admin_notices( $notices ) {
6
-
7
- $one_week_support = add_query_arg( array( 'fm_admin_notice_ignore' => 'one_week_support' ) );
8
- $notices['one_week_support'] = array(
9
- 'title' => __( 'Hey! How\'s It Going?', 'form-maker' ),
10
- 'msg' => __( 'Thank you for using WordPress Form Maker! We hope that you\'ve found everything you need, but if you have any questions:', 'form-maker' ),
11
- 'link' => '<li><span class="dashicons dashicons-media-text"></span><a target="_blank" href="https://web-dorado.com/wordpress-form-maker/installing.html">' . __( 'Check out User Guide', 'form-maker' ) . '</a></li>
12
- <li><span class="dashicons dashicons-sos"></span><a target="_blank" href="https://web-dorado.com/forum/11-form-maker.html">' . __( 'Get Some Help' ,'form-maker' ) . '</a></li>
13
- <li><span class="dashicons dashicons-dismiss"></span><a href="' . $one_week_support . '">' . __( 'Never show again' ,'form-maker' ) . '</a></li>',
14
- 'int' => 7
15
- );
16
-
17
- $two_week_review_ignore = add_query_arg( array( 'fm_admin_notice_ignore' => 'two_week_review' ) );
18
- $two_week_review_temp = add_query_arg( array( 'fm_admin_notice_temp_ignore' => 'two_week_review', 'int' => 14 ) );
19
- $notices['two_week_review'] = array(
20
- 'title' => __( 'Leave A Review?', 'fm_admin_notice' ),
21
- 'msg' => __( 'We hope you\'ve enjoyed using WordPress FormMaker! Would you consider leaving us a review on WordPress.org?', 'fm_admin_notice' ),
22
- 'link' => '<li><span class="dashicons dashicons-external"></span><a href="https://wordpress.org/support/view/plugin-reviews/form-maker?filter=5" target="_blank">' . __( 'Sure! I\'d love to!', 'fm_admin_notice' ) . '</a></li>
23
- <li> <span class="dashicons dashicons-smiley"></span><a href="' . $two_week_review_ignore . '"> ' . __( 'I\'ve already left a review', 'fm_admin_notice' ) . '</a></li>
24
- <li><span class="dashicons dashicons-calendar-alt"></span><a href="' . $two_week_review_temp . '">' . __( 'Maybe Later' ,'fm_admin_notice' ) . '</a></li>
25
- <li><span class="dashicons dashicons-dismiss"></span><a href="' . $two_week_review_ignore . '">' . __( 'Never show again' ,'fm_admin_notice' ) . '</a></li>',
26
-
27
- 'int' => 14
28
- );
29
-
30
-
31
- return $notices;
32
- }
33
-
34
- add_filter( 'fm_admin_notices', 'fm_admin_notices' );
35
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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.12
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.12 =
306
  Changed: Submissions page styles
307
 
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
 
303
  == Changelog ==
304
 
305
+ = 1.8.13 =
306
+ Fixed: Style in form edit page
307
+ Fixed: Bug in PayPal options
308
+
309
  = 1.8.12 =
310
  Changed: Submissions page styles
311