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

Version Description

Changed: Backend design

Download this release

Release Info

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

Code changes from version 1.8.2 to 1.8.3

admin/controllers/FMControllerManage_fm.php CHANGED
@@ -1205,16 +1205,7 @@ function before_reset() {
1205
  '%d'
1206
  ));
1207
  if ($save !== FALSE) {
1208
- $addons = array('WD_FM_EMAIL_COND' => 'Conditional Emails', 'WD_FM_PDF' => 'PDF Integration');
1209
- $addons_array = array();
1210
- foreach($addons as $addon => $addon_name) {
1211
- if (defined($addon) && is_plugin_active(constant($addon))) {
1212
- $_GET['addon_task'] = 'save_as_copy';
1213
- $_GET['form_id'] = $id;
1214
- $_GET['form_id_new'] = $new_id;
1215
- do_action($addon.'_init');
1216
- }
1217
- }
1218
  return 1;
1219
  }
1220
  else {
@@ -1228,15 +1219,7 @@ function before_reset() {
1228
  if ($wpdb->query($query)) {
1229
  $wpdb->query($wpdb->prepare('DELETE FROM ' . $wpdb->prefix . 'formmaker_views WHERE form_id="%d"', $id));
1230
  $wpdb->query($wpdb->prepare('DELETE FROM ' . $wpdb->prefix . 'formmaker_submits WHERE form_id="%d"', $id));
1231
- $addons = array('WD_FM_EMAIL_COND' => 'Conditional Emails', 'WD_FM_PDF' => 'PDF Integration');
1232
- $addons_array = array();
1233
- foreach($addons as $addon => $addon_name) {
1234
- if (defined($addon) && is_plugin_active(constant($addon))) {
1235
- $_GET['addon_task'] = 'delete';
1236
- $_GET['form_id'] = $id;
1237
- do_action($addon.'_init');
1238
- }
1239
- }
1240
  $message = 3;
1241
  }
1242
  else {
1205
  '%d'
1206
  ));
1207
  if ($save !== FALSE) {
1208
+
 
 
 
 
 
 
 
 
 
1209
  return 1;
1210
  }
1211
  else {
1219
  if ($wpdb->query($query)) {
1220
  $wpdb->query($wpdb->prepare('DELETE FROM ' . $wpdb->prefix . 'formmaker_views WHERE form_id="%d"', $id));
1221
  $wpdb->query($wpdb->prepare('DELETE FROM ' . $wpdb->prefix . 'formmaker_submits WHERE form_id="%d"', $id));
1222
+
 
 
 
 
 
 
 
 
1223
  $message = 3;
1224
  }
1225
  else {
admin/views/FMViewBlocked_ips_fm.php CHANGED
@@ -39,7 +39,10 @@ class FMViewBlocked_ips_fm {
39
  </div>
40
  <div class="fm-upgrade-pro">
41
  <a target="_blank" href="https://web-dorado.com/files/fromFormMaker.php">
42
- <img width="215" border="0" alt="web-dorado.com" src="<?php echo WD_FM_URL . '/images/wd_logo.png'; ?>" />
 
 
 
43
  </a>
44
  </div>
45
  <div class="fm-clear"></div>
39
  </div>
40
  <div class="fm-upgrade-pro">
41
  <a target="_blank" href="https://web-dorado.com/files/fromFormMaker.php">
42
+ <div class="fm-upgrade-img">
43
+ UPGRADE TO PRO VERSION
44
+ <span></span>
45
+ </div>
46
  </a>
47
  </div>
48
  <div class="fm-clear"></div>
admin/views/FMViewLicensing_fm.php CHANGED
@@ -72,7 +72,9 @@ class FMViewLicensing_fm {
72
  <br/>
73
  <p>If you enjoy using Form Maker and find it useful, please consider making a donation. Your donation will help encourage and support the plugin's continued development and better user support.</p>
74
  <br/>
75
- <a href="https://web-dorado.com/files/donate_redirect.php" target="_blank"><img src="<?php echo WD_FM_URL . '/images/btn_donateCC_LG.gif'; ?>" /></a>
 
 
76
  </div>
77
  <?php
78
  }
72
  <br/>
73
  <p>If you enjoy using Form Maker and find it useful, please consider making a donation. Your donation will help encourage and support the plugin's continued development and better user support.</p>
74
  <br/>
75
+ <a href="https://web-dorado.com/files/donate_redirect.php" target="_blank">
76
+ <div class="fm-get-pro"></div>
77
+ </a>
78
  </div>
79
  <?php
80
  }
admin/views/FMViewManage_fm.php CHANGED
@@ -39,7 +39,10 @@ class FMViewManage_fm {
39
  </div>
40
  <div class="fm-upgrade-pro">
41
  <a target="_blank" href="https://web-dorado.com/files/fromFormMaker.php">
42
- <img width="215" border="0" alt="web-dorado.com" src="<?php echo WD_FM_URL . '/images/wd_logo.png'; ?>" />
 
 
 
43
  </a>
44
  </div>
45
  <div class="fm-clear"></div>
@@ -135,6 +138,9 @@ class FMViewManage_fm {
135
  }
136
 
137
  public function edit($id) {
 
 
 
138
  $row = $this->model->get_row_data_new($id);
139
  $themes = $this->model->get_theme_rows_data();
140
  $labels = array();
@@ -400,18 +406,34 @@ class FMViewManage_fm {
400
  </div>
401
  <div class="fm-upgrade-pro">
402
  <a target="_blank" href="https://web-dorado.com/files/fromFormMaker.php">
403
- <img width="215" border="0" alt="web-dorado.com" src="<?php echo WD_FM_URL . '/images/wd_logo.png'; ?>" />
 
 
 
404
  </a>
405
  </div>
406
  <div class="fm-clear"></div>
407
  <form class="wrap" id="manage_form" method="post" action="admin.php?page=manage_fm" style="width:99%;">
408
  <?php wp_nonce_field('nonce_fm', 'nonce_fm'); ?>
409
- <h2></h2>
410
  <div class="fm-page-header">
411
  <!-- <div class="fm-page-title">
412
  <?php echo $page_title; ?>
413
  </div> -->
 
 
 
 
414
  <div class="fm-page-actions">
 
 
 
 
 
 
 
 
 
415
  <?php
416
  if(isset($row->backup_id) )
417
  if($row->backup_id!="") {
@@ -437,14 +459,7 @@ class FMViewManage_fm {
437
  }
438
  }
439
  ?>
440
- <button class="fm-button form-options-button medium" onclick="if (fm_check_required('title', 'Form title') || !submitbutton()) {return false;}; fm_set_input_value('task', 'form_options');">
441
- <span></span>
442
- Form Options
443
- </button>
444
- <button class="fm-button form-layout-button medium" onclick="if (fm_check_required('title', 'Form title') || !submitbutton()) {return false;}; fm_set_input_value('task', 'form_layout');">
445
- <span></span>
446
- Form Layout
447
- </button>
448
  <?php if ($id) { ?>
449
  <button class="fm-button save-as-copy-button medium" onclick="if (fm_check_required('title', 'Form title') || !submitbutton()) {return false;}; fm_set_input_value('task', 'save_as_copy');">
450
  <span></span>
@@ -466,55 +481,42 @@ class FMViewManage_fm {
466
  </div>
467
  <div class="fm-clear"></div>
468
  </div>
469
-
470
- <div class="fm-page-banner">
471
- <div class="fm-logo">
472
- </div>
473
- <div class="fm-logo-title">Form</br>Maker</div>
474
- <div style="float:right; text-align:right;">
475
- <div class="fm-title">
476
- <span style="">Form title:&nbsp;</span>
477
- <input id="title" name="title" value="<?php echo $row->title; ?>"/>
478
- </div>
479
- <div>
480
- <button class="fm-button banner-form-options-button large" onclick="if (fm_check_required('title', 'Form title') || !submitbutton()) {return false;}; fm_set_input_value('task', 'form_options'); fm_form_submit(event, 'manage_form');">
481
- Form Options
482
- <span></span>
483
- </button>
484
- <button class="fm-button add-button large" onclick="enable(); Enable(); return false;">
485
- Add a New Field
486
- <span></span>
487
- </button>
488
- </div>
489
- </div>
490
- <div class="fm-clear"></div>
491
  </div>
 
492
  <br/>
493
  <div class="fm-theme-banner">
494
- <div>
495
- <div class="fm-title">
496
- <span style="">Theme:&nbsp;</span>
497
- <select id="theme" name="theme" onChange="set_preview()">
498
- <?php
499
-
500
- foreach ($themes as $theme) {
501
- ?>
502
- <option value="<?php echo $theme->id; ?>" <?php echo (($theme->id == $row->theme) ? 'selected' : ''); ?>><?php echo $theme->title; ?></option>
503
- <?php
504
- }
505
  ?>
506
- </select>
507
- <button id="preview_form" class="fm-button preview-button small" onclick="tb_show('', '<?php echo add_query_arg(array('action' => 'FormMakerPreview', 'form_id' => $row->id, 'test_theme' => $row->theme, 'width' => '1000', 'height' => '500', 'TB_iframe' => '1'), admin_url('admin-ajax.php')); ?>'); return false;">
508
- <span></span>
509
- Preview
510
- </button>
511
- <button id="edit_css" class="fm-button options-edit-button small" onclick="tb_show('', '<?php echo add_query_arg(array('action' => 'FormMakerEditCSS', 'id' => $row->theme, 'form_id' => $row->id, 'width' => '1000', 'height' => '500', 'TB_iframe' => '1'), admin_url('admin-ajax.php')); ?>'); return false;">
512
- <span></span>
513
- Edit CSS
514
- </button>
515
- </div>
 
 
 
516
  </div>
 
 
 
 
 
 
517
  </div>
 
518
  <div id="formMakerDiv" onclick="close_window()"></div>
519
  <div id="formMakerDiv1">
520
  <table class="formMakerDiv1_table" border="0" width="100%" cellpadding="0" cellspacing="0" height="100%">
@@ -2664,7 +2666,7 @@ class FMViewManage_fm {
2664
  }
2665
 
2666
  public function form_options($id) {
2667
- $addons = array('WD_FM_MAILCHIMP' => 'MailChimp', 'WD_FM_REG' => 'Registration', 'WD_FM_POST_GEN' => 'Post Generation', 'WD_FM_EMAIL_COND' => 'Conditional Emails', 'WD_FM_DBOX_INT' => 'Dropbox Integration', 'WD_FM_GDRIVE_INT' => 'Google Drive Integration', 'WD_FM_PDF' => 'PDF Integration', 'WD_FM_PUSHOVER' => 'Pushover');
2668
 
2669
  $row = $this->model->get_row_data($id);
2670
  $themes = $this->model->get_theme_rows_data();
@@ -2786,7 +2788,10 @@ class FMViewManage_fm {
2786
  </div>
2787
  <div class="fm-upgrade-pro">
2788
  <a target="_blank" href="https://web-dorado.com/files/fromFormMaker.php">
2789
- <img width="215" border="0" alt="web-dorado.com" src="<?php echo WD_FM_URL . '/images/wd_logo.png'; ?>" />
 
 
 
2790
  </a>
2791
  </div>
2792
  <div class="fm-clear"></div>
@@ -2837,17 +2842,7 @@ class FMViewManage_fm {
2837
  <li>
2838
  <a id="mapping" class="fm_fieldset_tab" onclick="form_maker_options_tabs('mapping')" href="#" >MySQL Mapping</a>
2839
  </li>
2840
- <?php
2841
- foreach($addons as $addon => $addon_name) {
2842
- if (defined($addon) && is_plugin_active(constant($addon))) {
2843
- ?>
2844
- <li>
2845
- <a id="<?php echo $addon;?>" class="fm_fieldset_tab" onclick="form_maker_options_tabs('<?php echo $addon;?>')" href="#" ><?php echo $addon_name;?></a>
2846
- </li>
2847
- <?php
2848
- }
2849
- }
2850
- ?>
2851
  </ul>
2852
  </div>
2853
  </div>
@@ -3637,7 +3632,7 @@ class FMViewManage_fm {
3637
  <label>Stay on Form</label>
3638
  </td>
3639
  <td class="fm_options_value">
3640
- <img src="<?php echo WD_FM_URL . '/images/tick.png'; ?>" border="0">
3641
  </td>
3642
  </tr>
3643
  <tr id="post" <?php echo (($row->submit_text_type != 2) ? 'style="display:none"' : ''); ?>>
@@ -4126,15 +4121,7 @@ class FMViewManage_fm {
4126
  }
4127
  ?>
4128
  </fieldset>
4129
- <?php
4130
- foreach($addons as $addon => $addon_name) {
4131
- if (defined($addon) && is_plugin_active(constant($addon))) {
4132
- $_GET['addon_view']='admin';
4133
- $_GET['form_id']=$row->id;
4134
- do_action($addon.'_init');
4135
- }
4136
- }
4137
- ?>
4138
  </div>
4139
  <input type="hidden" name="boxchecked" value="0">
4140
  <input type="hidden" name="fieldset_id" id="fieldset_id" value="<?php echo WDW_FM_Library::get('fieldset_id', 'general'); ?>" />
39
  </div>
40
  <div class="fm-upgrade-pro">
41
  <a target="_blank" href="https://web-dorado.com/files/fromFormMaker.php">
42
+ <div class="fm-upgrade-img">
43
+ UPGRADE TO PRO VERSION
44
+ <span></span>
45
+ </div>
46
  </a>
47
  </div>
48
  <div class="fm-clear"></div>
138
  }
139
 
140
  public function edit($id) {
141
+ ?>
142
+ <img src="<?php echo WD_FM_URL . '/images/buttons.png'; ?>" style="display:none;"/>
143
+ <?php
144
  $row = $this->model->get_row_data_new($id);
145
  $themes = $this->model->get_theme_rows_data();
146
  $labels = array();
406
  </div>
407
  <div class="fm-upgrade-pro">
408
  <a target="_blank" href="https://web-dorado.com/files/fromFormMaker.php">
409
+ <div class="fm-upgrade-img">
410
+ UPGRADE TO PRO VERSION
411
+ <span></span>
412
+ </div>
413
  </a>
414
  </div>
415
  <div class="fm-clear"></div>
416
  <form class="wrap" id="manage_form" method="post" action="admin.php?page=manage_fm" style="width:99%;">
417
  <?php wp_nonce_field('nonce_fm', 'nonce_fm'); ?>
418
+ <h2 class="fm-h2-message"></h2>
419
  <div class="fm-page-header">
420
  <!-- <div class="fm-page-title">
421
  <?php echo $page_title; ?>
422
  </div> -->
423
+ <div style="float:left;">
424
+ <div class="fm-logo-edit-page"></div>
425
+ <div class="fm-title-edit-page">Form</br>Maker</div>
426
+ </div>
427
  <div class="fm-page-actions">
428
+ <button class="fm-button form-options-button medium" onclick="if (fm_check_required('title', 'Form title') || !submitbutton()) {return false;}; fm_set_input_value('task', 'form_options');">
429
+ <span></span>
430
+ Form Options
431
+ </button>
432
+ <button class="fm-button form-layout-button medium" onclick="if (fm_check_required('title', 'Form title') || !submitbutton()) {return false;}; fm_set_input_value('task', 'form_layout');">
433
+ <span></span>
434
+ Form Layout
435
+ </button>
436
+ <div style="height:40px; border-right: 1px solid #848484; display: inline-block; width: 5px; vertical-align: bottom; margin-right: 5px;"></div>
437
  <?php
438
  if(isset($row->backup_id) )
439
  if($row->backup_id!="") {
459
  }
460
  }
461
  ?>
462
+
 
 
 
 
 
 
 
463
  <?php if ($id) { ?>
464
  <button class="fm-button save-as-copy-button medium" onclick="if (fm_check_required('title', 'Form title') || !submitbutton()) {return false;}; fm_set_input_value('task', 'save_as_copy');">
465
  <span></span>
481
  </div>
482
  <div class="fm-clear"></div>
483
  </div>
484
+ <div class="fm-title">
485
+ <span style="">Form title:&nbsp;</span>
486
+ <input id="title" name="title" value="<?php echo $row->title; ?>"/>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
487
  </div>
488
+ <div class="fm-clear"></div>
489
  <br/>
490
  <div class="fm-theme-banner">
491
+ <div class="fm-theme" style="float:left;">
492
+
493
+ <span style="">Theme:&nbsp;</span>
494
+ <select id="theme" name="theme" onChange="set_preview()">
495
+ <?php
496
+ foreach ($themes as $theme) {
 
 
 
 
 
497
  ?>
498
+ <option value="<?php echo $theme->id; ?>" <?php echo (($theme->id == $row->theme) ? 'selected' : ''); ?>><?php echo $theme->title; ?></option>
499
+ <?php
500
+ }
501
+ ?>
502
+ </select>
503
+ <button id="preview_form" class="fm-button preview-button small" onclick="tb_show('', '<?php echo add_query_arg(array('action' => 'FormMakerPreview', 'form_id' => $row->id, 'test_theme' => $row->theme, 'width' => '1000', 'height' => '500', 'TB_iframe' => '1'), admin_url('admin-ajax.php')); ?>'); return false;">
504
+ <span></span>
505
+ Preview
506
+ </button>
507
+ <button id="edit_css" class="fm-button options-edit-button small" onclick="tb_show('', '<?php echo add_query_arg(array('action' => 'FormMakerEditCSS', 'id' => $row->theme, 'form_id' => $row->id, 'width' => '1000', 'height' => '500', 'TB_iframe' => '1'), admin_url('admin-ajax.php')); ?>'); return false;">
508
+ <span></span>
509
+ Edit CSS
510
+ </button>
511
  </div>
512
+ <div style="float:right;">
513
+ <button class="fm-button add-new-button large" onclick="enable(); Enable(); return false;">
514
+ Add a New Field
515
+ <span></span>
516
+ </button>
517
+ </div>
518
  </div>
519
+ <div class="fm-clear"></div>
520
  <div id="formMakerDiv" onclick="close_window()"></div>
521
  <div id="formMakerDiv1">
522
  <table class="formMakerDiv1_table" border="0" width="100%" cellpadding="0" cellspacing="0" height="100%">
2666
  }
2667
 
2668
  public function form_options($id) {
2669
+
2670
 
2671
  $row = $this->model->get_row_data($id);
2672
  $themes = $this->model->get_theme_rows_data();
2788
  </div>
2789
  <div class="fm-upgrade-pro">
2790
  <a target="_blank" href="https://web-dorado.com/files/fromFormMaker.php">
2791
+ <div class="fm-upgrade-img">
2792
+ UPGRADE TO PRO VERSION
2793
+ <span></span>
2794
+ </div>
2795
  </a>
2796
  </div>
2797
  <div class="fm-clear"></div>
2842
  <li>
2843
  <a id="mapping" class="fm_fieldset_tab" onclick="form_maker_options_tabs('mapping')" href="#" >MySQL Mapping</a>
2844
  </li>
2845
+
 
 
 
 
 
 
 
 
 
 
2846
  </ul>
2847
  </div>
2848
  </div>
3632
  <label>Stay on Form</label>
3633
  </td>
3634
  <td class="fm_options_value">
3635
+ <img src="<?php echo WD_FM_URL . '/images/verified.png'; ?>" border="0">
3636
  </td>
3637
  </tr>
3638
  <tr id="post" <?php echo (($row->submit_text_type != 2) ? 'style="display:none"' : ''); ?>>
4121
  }
4122
  ?>
4123
  </fieldset>
4124
+
 
 
 
 
 
 
 
 
4125
  </div>
4126
  <input type="hidden" name="boxchecked" value="0">
4127
  <input type="hidden" name="fieldset_id" id="fieldset_id" value="<?php echo WDW_FM_Library::get('fieldset_id', 'general'); ?>" />
admin/views/FMViewSubmissions_fm.php CHANGED
@@ -273,7 +273,10 @@ class FMViewSubmissions_fm {
273
  </div>
274
  <div class="fm-upgrade-pro">
275
  <a target="_blank" href="https://web-dorado.com/files/fromFormMaker.php">
276
- <img width="215" border="0" alt="web-dorado.com" src="<?php echo WD_FM_URL . '/images/wd_logo.png'; ?>" />
 
 
 
277
  </a>
278
  </div>
279
  <div class="fm-clear"></div>
@@ -1186,7 +1189,10 @@ class FMViewSubmissions_fm {
1186
  </div>
1187
  <div class="fm-upgrade-pro">
1188
  <a target="_blank" href="https://web-dorado.com/files/fromFormMaker.php">
1189
- <img width="215" border="0" alt="web-dorado.com" src="<?php echo WD_FM_URL . '/images/wd_logo.png'; ?>" />
 
 
 
1190
  </a>
1191
  </div>
1192
  <div class="fm-clear"></div>
273
  </div>
274
  <div class="fm-upgrade-pro">
275
  <a target="_blank" href="https://web-dorado.com/files/fromFormMaker.php">
276
+ <div class="fm-upgrade-img">
277
+ UPGRADE TO PRO VERSION
278
+ <span></span>
279
+ </div>
280
  </a>
281
  </div>
282
  <div class="fm-clear"></div>
1189
  </div>
1190
  <div class="fm-upgrade-pro">
1191
  <a target="_blank" href="https://web-dorado.com/files/fromFormMaker.php">
1192
+ <div class="fm-upgrade-img">
1193
+ UPGRADE TO PRO VERSION
1194
+ <span></span>
1195
+ </div>
1196
  </a>
1197
  </div>
1198
  <div class="fm-clear"></div>
admin/views/FMViewThemes_fm.php CHANGED
@@ -38,7 +38,10 @@ class FMViewThemes_fm {
38
  </div>
39
  <div class="fm-upgrade-pro">
40
  <a target="_blank" href="https://web-dorado.com/files/fromFormMaker.php">
41
- <img width="215" border="0" alt="web-dorado.com" src="<?php echo WD_FM_URL . '/images/wd_logo.png'; ?>" />
 
 
 
42
  </a>
43
  </div>
44
  <div class="fm-clear"></div>
@@ -154,8 +157,11 @@ class FMViewThemes_fm {
154
  </div>
155
  <div class="fm-upgrade-pro">
156
  <a target="_blank" href="https://web-dorado.com/files/fromFormMaker.php">
157
- <img width="215" border="0" alt="web-dorado.com" src="<?php echo WD_FM_URL . '/images/wd_logo.png'; ?>" />
158
- </a>
 
 
 
159
  </div>
160
  <div class="fm-clear"></div>
161
  <form class="wrap" method="post" action="admin.php?page=themes_fm" style="width:99%;">
38
  </div>
39
  <div class="fm-upgrade-pro">
40
  <a target="_blank" href="https://web-dorado.com/files/fromFormMaker.php">
41
+ <div class="fm-upgrade-img">
42
+ UPGRADE TO PRO VERSION
43
+ <span></span>
44
+ </div>
45
  </a>
46
  </div>
47
  <div class="fm-clear"></div>
157
  </div>
158
  <div class="fm-upgrade-pro">
159
  <a target="_blank" href="https://web-dorado.com/files/fromFormMaker.php">
160
+ <div class="fm-upgrade-img">
161
+ UPGRADE TO PRO VERSION
162
+ <span></span>
163
+ </div>
164
+ </a>
165
  </div>
166
  <div class="fm-clear"></div>
167
  <form class="wrap" method="post" action="admin.php?page=themes_fm" style="width:99%;">
css/form_maker_tables.css CHANGED
@@ -1,5 +1,3 @@
1
-
2
-
3
  #main_div input[type="checkbox"], #main_div input[type="radio"] {
4
  float: right !important;
5
  margin: 3px 3px 3px 4px;
@@ -18,8 +16,6 @@
18
  }
19
 
20
 
21
-
22
-
23
  /*///////////////
24
  new
25
  //////////////*/
@@ -223,6 +219,10 @@ fieldset select {
223
  float:left;
224
  }
225
 
 
 
 
 
226
  .fm-add-remove{
227
  float:right;
228
  }
@@ -424,6 +424,7 @@ fieldset select {
424
  padding: 12px;
425
  background: #fff;
426
  text-decoration: none;
 
427
  }
428
 
429
 
@@ -541,39 +542,26 @@ table.admintable {
541
  width: 15px;
542
  }
543
 
544
- .form_maker_icon {
545
- background-image: url("../images/formmakerLogo-48.png");
546
- background-repeat: no-repeat;
547
- border: none;
548
- float: left;
549
- height: 48px;
550
- margin: 0 8px 0 0;
551
- width: 48px;
552
- }
553
-
554
  .block_icon {
555
- background-image: url("../images/block-icon.png");
556
- background-repeat: no-repeat;
557
  border: none;
558
  display:inline-block;
559
- height: 42px;
560
  width: 31px;
561
  vertical-align: middle;
562
  }
563
 
564
  .theme_icon {
565
- background-image: url("../images/theme-icon.png");
566
- background-repeat: no-repeat;
567
  border: none;
568
  height: 42px;
569
- width: 42px;
570
  display: inline-block;
571
  vertical-align: middle;
572
  }
573
 
574
  .uninstall_icon {
575
- background-image: url("../images/uninstall-icon.png");
576
- background-repeat: no-repeat;
577
  border: none;
578
  height: 42px;
579
  width: 37px;
@@ -781,7 +769,7 @@ button:focus {
781
  }
782
 
783
  .fm-button.small {
784
- width: 110px;
785
  }
786
 
787
  .fm-button.medium {
@@ -792,20 +780,25 @@ button:focus {
792
  width: 170px;
793
  }
794
 
795
- .fm-button.add-button,
796
- .fm-button.banner-form-options-button {
797
  background-color: #4EC0D9;
798
  border: 1px solid transparent;
799
  }
800
 
801
  .fm-button.add-button span{
802
- background-image: url("../images/add-button.png");
803
  }
804
 
805
- .fm-button.banner-form-options-button span{
806
- background-image: url("../images/banner-form-options-button.png");
 
807
  }
808
 
 
 
 
 
 
809
  .fm-icon {
810
  width:35px;
811
  height:36px;
@@ -816,84 +809,84 @@ button:focus {
816
  }
817
 
818
  .fm-icon.search-icon{
819
- background: #DDCC7F url("../images/search-icon.png") no-repeat 50% 50%;
820
  }
821
 
822
  .fm-icon.reset-icon{
823
- background: #C1C1C1 url("../images/reset-icon.png") no-repeat 50% 50%;
824
  }
825
 
826
  .fm-icon.edit-icon{
827
- background: #DDCC7F url("../images/edit-icon.png") no-repeat 50% 50%;
828
  }
829
 
830
  .fm-icon.delete-icon{
831
- background: #E5705D url("../images/delete-icon.png") no-repeat 50% 50%;
832
  }
833
 
834
  .fm-icon.show-filter-icon{
835
- background: #DDCC7F url("../images/show-filter-icon.png") no-repeat 50% 50%;
836
  }
837
 
838
  .fm-icon.add-block-ip-icon{
839
- background: #4EC0D9 url("../images/add-block-ip-icon.png") no-repeat 50% 50%;
840
  }
841
 
842
  .fm-button.edit-button span{
843
- background: #DDCC7F url("../images/edit-button.png") no-repeat 50% 50%;
844
  }
845
 
846
  .fm-button.block-button span {
847
- background: url("../images/block-button.png") no-repeat 50% 50%;
848
  }
849
 
850
  .fm-button.unblock-button span {
851
- background: url("../images/unblock-button.png") no-repeat 50% 50%;
852
  }
853
 
854
  .fm-button.delete-button span{
855
- background:url("../images/delete-button.png") no-repeat 50% 50%;
856
  }
857
 
858
  .fm-button.form-layout-button span{
859
- background:url("../images/form-layout-button.png") no-repeat 50% 50%;
860
  }
861
 
862
  .fm-button.form-options-button span{
863
- background:url("../images/form-options-button.png") no-repeat 50% 50%;
864
  }
865
 
866
  .fm-button.undo-button span{
867
- background:url("../images/undo-button.png") no-repeat 50% 50%;
868
  }
869
 
870
  .fm-button.redo-button span{
871
- background:url("../images/redo-button.png") no-repeat 50% 50%;
872
  }
873
 
874
  .fm-button.save-button span{
875
- background:url("../images/save-button.png") no-repeat 50% 50%;
876
  }
877
 
878
  .fm-button.save-as-copy-button span{
879
- background:url("../images/save-as-copy-button.png") no-repeat 50% 50%;
880
  }
881
 
882
  .field-save-button span,
883
  .fm-button.apply-button span{
884
- background:url("../images/apply-button.png") no-repeat 50% 50%;
885
  }
886
 
887
  .fm-button.cancel-button span{
888
- background:url("../images/cancel-button.png") no-repeat 50% 50%;
889
  }
890
 
891
  .fm-button.options-edit-button span {
892
- background-image: url("../images/edit-button.png");
893
  }
894
 
895
  .fm-button.preview-button span {
896
- background-image: url("../images/preview-button.png");
897
  }
898
 
899
  .fm-page-actions{
@@ -921,7 +914,7 @@ button:focus {
921
  .fm-theme-banner{
922
  background: #fff;
923
  display: block;
924
- height: 60px;
925
  padding: 10px;
926
  }
927
 
@@ -960,7 +953,7 @@ button:focus {
960
 
961
  .fm-logo {
962
  display: inline-block;
963
- background-image: url("../images/FormCreatorLogo.png");
964
  background-repeat: no-repeat;
965
  width: 100px;
966
  height: 79px;
@@ -978,6 +971,27 @@ button:focus {
978
  line-height: 22px;
979
  }
980
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
981
  .tablenav {
982
  margin:20px 0;
983
  }
 
 
1
  #main_div input[type="checkbox"], #main_div input[type="radio"] {
2
  float: right !important;
3
  margin: 3px 3px 3px 4px;
16
  }
17
 
18
 
 
 
19
  /*///////////////
20
  new
21
  //////////////*/
219
  float:left;
220
  }
221
 
222
+ .fm-search-tools button {
223
+ margin-right:2px;
224
+ }
225
+
226
  .fm-add-remove{
227
  float:right;
228
  }
424
  padding: 12px;
425
  background: #fff;
426
  text-decoration: none;
427
+ display:inline-block;
428
  }
429
 
430
 
542
  width: 15px;
543
  }
544
 
 
 
 
 
 
 
 
 
 
 
545
  .block_icon {
546
+ background: url("../images/buttons.png") no-repeat 15% 75%;
 
547
  border: none;
548
  display:inline-block;
549
+ height: 43px;
550
  width: 31px;
551
  vertical-align: middle;
552
  }
553
 
554
  .theme_icon {
555
+ background: url("../images/buttons.png") no-repeat 7% 77%;
 
556
  border: none;
557
  height: 42px;
558
+ width: 44px;
559
  display: inline-block;
560
  vertical-align: middle;
561
  }
562
 
563
  .uninstall_icon {
564
+ background: url("../images/buttons.png") no-repeat 0% 75%;
 
565
  border: none;
566
  height: 42px;
567
  width: 37px;
769
  }
770
 
771
  .fm-button.small {
772
+ width: 108px;
773
  }
774
 
775
  .fm-button.medium {
780
  width: 170px;
781
  }
782
 
783
+ .fm-button.add-button {
 
784
  background-color: #4EC0D9;
785
  border: 1px solid transparent;
786
  }
787
 
788
  .fm-button.add-button span{
789
+ background: url("../images/buttons.png") no-repeat 0% 0%;
790
  }
791
 
792
+ .fm-button.add-new-button {
793
+ background-color: #4EC0D9;
794
+ border: 1px solid transparent;
795
  }
796
 
797
+ .fm-button.add-new-button span{
798
+ background: url("../images/buttons.png") no-repeat 71.5% 0%;
799
+ }
800
+
801
+
802
  .fm-icon {
803
  width:35px;
804
  height:36px;
809
  }
810
 
811
  .fm-icon.search-icon{
812
+ background: #DDCC7F url("../images/buttons.png") no-repeat 55% 57%;
813
  }
814
 
815
  .fm-icon.reset-icon{
816
+ background: #C1C1C1 url("../images/buttons.png") no-repeat 37.5% 57%;
817
  }
818
 
819
  .fm-icon.edit-icon{
820
+ background: #DDCC7F url("../images/buttons.png") no-repeat 33% 71%;
821
  }
822
 
823
  .fm-icon.delete-icon{
824
+ background: #E5705D url("../images/buttons.png") no-repeat 27.5% 71%;
825
  }
826
 
827
  .fm-icon.show-filter-icon{
828
+ background: #DDCC7F url("../images/buttons.png") no-repeat 60.5% 18%;
829
  }
830
 
831
  .fm-icon.add-block-ip-icon{
832
+ background: #4EC0D9 url("../images/buttons.png") no-repeat 50% 50%;
833
  }
834
 
835
  .fm-button.edit-button span{
836
+ background: #DDCC7F url("../images/buttons.png") no-repeat 50% 50%;
837
  }
838
 
839
  .fm-button.block-button span {
840
+ background: url("../images/buttons.png") no-repeat 64.5% 0%;
841
  }
842
 
843
  .fm-button.unblock-button span {
844
+ background: url("../images/buttons.png") no-repeat 36% 0%;
845
  }
846
 
847
  .fm-button.delete-button span{
848
+ background:url("../images/buttons.png") no-repeat 93% 0%;
849
  }
850
 
851
  .fm-button.form-layout-button span{
852
+ background:url("../images/buttons.png") no-repeat 79% 0%;
853
  }
854
 
855
  .fm-button.form-options-button span{
856
+ background:url("../images/buttons.png") no-repeat 14.5% 0%;
857
  }
858
 
859
  .fm-button.undo-button span{
860
+ background:url("../images/buttons.png") no-repeat 29% 0%;
861
  }
862
 
863
  .fm-button.redo-button span{
864
+ background:url("../images/buttons.png") no-repeat 57% 0%;
865
  }
866
 
867
  .fm-button.save-button span{
868
+ background:url("../images/buttons.png") no-repeat 43% 0%;
869
  }
870
 
871
  .fm-button.save-as-copy-button span{
872
+ background:url("../images/buttons.png") no-repeat 50% 0%;
873
  }
874
 
875
  .field-save-button span,
876
  .fm-button.apply-button span{
877
+ background:url("../images/buttons.png") no-repeat 86% 0%;
878
  }
879
 
880
  .fm-button.cancel-button span{
881
+ background:url("../images/buttons.png") no-repeat 100% 0%;
882
  }
883
 
884
  .fm-button.options-edit-button span {
885
+ background: url("../images/buttons.png") no-repeat 21.5% 0%;
886
  }
887
 
888
  .fm-button.preview-button span {
889
+ background: url("../images/buttons.png") no-repeat 7% 0%;
890
  }
891
 
892
  .fm-page-actions{
914
  .fm-theme-banner{
915
  background: #fff;
916
  display: block;
917
+ height: 40px;
918
  padding: 10px;
919
  }
920
 
953
 
954
  .fm-logo {
955
  display: inline-block;
956
+ background: url("../images/buttons.png") no-repeat 49% 100%;
957
  background-repeat: no-repeat;
958
  width: 100px;
959
  height: 79px;
971
  line-height: 22px;
972
  }
973
 
974
+ .fm-title-edit-page{
975
+ text-transform: uppercase;
976
+ display: inline-block;
977
+ font-size: 15px;
978
+ vertical-align: top;
979
+ margin-left: 0px;
980
+ line-height: 22px;
981
+ }
982
+
983
+ .fm-logo-edit-page{
984
+ display: inline-block;
985
+ background: url("../images/buttons.png") no-repeat 0% 100%;
986
+ width: 65px;
987
+ height: 47px;
988
+ }
989
+
990
+ .fm-h2-message{
991
+ padding:0 !important;
992
+ margin:0 !important;
993
+ }
994
+
995
  .tablenav {
996
  margin:20px 0;
997
  }
css/license.css CHANGED
@@ -21,9 +21,9 @@ div#featurs_table1 {
21
  }
22
 
23
  div#featurs_table1 span::after {
24
- background-image: url("../images/arrow3.png");
25
- background-position: center center;
26
- background-repeat: no-repeat;
27
  content: "";
28
  display: inline-block;
29
  float: right;
@@ -157,3 +157,8 @@ span.no {
157
  color: #F47629;
158
  }
159
 
 
 
 
 
 
21
  }
22
 
23
  div#featurs_table1 span::after {
24
+ //background-image: url("../images/arrow3.png");
25
+ //background-position: center center;
26
+ //background-repeat: no-repeat;
27
  content: "";
28
  display: inline-block;
29
  float: right;
157
  color: #F47629;
158
  }
159
 
160
+ .fm-get-pro{
161
+ background: url("../images/buttons.png") no-repeat 15% 100%;
162
+ width: 148px;
163
+ height: 49px;
164
+ }
css/notices.css CHANGED
@@ -13,9 +13,7 @@
13
  clear: both;
14
  content: "";
15
  display: block;
16
- background-image: url("../images/FormCreatorLogo.png");
17
- background-repeat: no-repeat;
18
- background-position: 0 45%;
19
  width: 125px;
20
  position: absolute;
21
  top: 0;
13
  clear: both;
14
  content: "";
15
  display: block;
16
+ background: url("../images/buttons.png") no-repeat 50% 112%;
 
 
17
  width: 125px;
18
  position: absolute;
19
  top: 0;
css/style.css CHANGED
@@ -371,7 +371,25 @@ textarea[readonly] {
371
  .fm-upgrade-pro {
372
  float: right;
373
  text-align: right;
374
- margin:10px 10px 0 0;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
375
  }
376
 
377
  .fm-upgrade-pro a {
@@ -381,9 +399,10 @@ textarea[readonly] {
381
  }
382
 
383
  .fm-title {
384
- margin: 10px 0;
385
  }
386
 
 
387
  .fm-title span{
388
  font-size:16px;
389
  }
@@ -405,7 +424,7 @@ input:focus{
405
  }
406
 
407
  .fm-page-header {
408
- padding: 0 0 20px 0;
409
  }
410
 
411
  .fm-page-title {
371
  .fm-upgrade-pro {
372
  float: right;
373
  text-align: right;
374
+ margin:6px 10px 0 0;
375
+ text-decoration:none;
376
+ }
377
+
378
+ .fm-upgrade-img{
379
+ background: #D8D8D8;
380
+ color: #236592;
381
+ padding: 1px 10px;
382
+ font-weight: bold;
383
+ font-size: 11px;
384
+ }
385
+
386
+ .fm-upgrade-img span{
387
+ background:url("../images/buttons.png") no-repeat 36% 100%;
388
+ display:inline-block;
389
+ width:50px;
390
+ height:50px;
391
+ vertical-align:middle;
392
+ margin-left:5px;
393
  }
394
 
395
  .fm-upgrade-pro a {
399
  }
400
 
401
  .fm-title {
402
+ float:right;
403
  }
404
 
405
+
406
  .fm-title span{
407
  font-size:16px;
408
  }
424
  }
425
 
426
  .fm-page-header {
427
+ padding: 10px 0;
428
  }
429
 
430
  .fm-page-title {
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.2
7
  * Author: WebDorado
8
  * Author URI: https://web-dorado.com/
9
  * License: GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
@@ -269,7 +269,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.2';
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.3
7
  * Author: WebDorado
8
  * Author URI: https://web-dorado.com/
9
  * License: GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
269
  // Activate plugin.
270
  function form_maker_activate() {
271
  $version = get_option("wd_form_maker_version");
272
+ $new_version = '1.8.3';
273
  global $wpdb;
274
  if (!$version) {
275
  add_option("wd_form_maker_version", $new_version, '', 'no');
images/FormCreatorLogo.png DELETED
Binary file
images/add-button.png DELETED
Binary file
images/apply-button.png DELETED
Binary file
images/banner-form-options-button.png DELETED
Binary file
images/block-button.png DELETED
Binary file
images/block-icon.png DELETED
Binary file
images/btn_donateCC_LG.gif DELETED
Binary file
images/buttons.png ADDED
Binary file
images/cancel-button.png DELETED
Binary file
images/delete-button.png DELETED
Binary file
images/delete-icon.png DELETED
Binary file
images/edit-button.png DELETED
Binary file
images/edit-icon.png DELETED
Binary file
images/form-layout-button.png DELETED
Binary file
images/form-options-button.png DELETED
Binary file
images/formmaker.png DELETED
Binary file
images/formmakerLogo-48.png DELETED
Binary file
images/logo.png DELETED
Binary file
images/redo-button.png DELETED
Binary file
images/save-as-copy-button.png DELETED
Binary file
images/save-button.png DELETED
Binary file
images/show-filter-icon.png DELETED
Binary file
images/theme-icon.png DELETED
Binary file
images/tick.png DELETED
Binary file
images/unblock-button.png DELETED
Binary file
images/undo-button.png DELETED
Binary file
images/uninstall-icon.png DELETED
Binary file
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
5
  Requires at least: 3.4
6
  Tested up to: 4.4
7
- Stable tag: 1.8.2
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -300,6 +300,9 @@ The Form Maker (Pro version) has simple PayPal integration. This allows the user
300
 
301
  == Changelog ==
302
 
 
 
 
303
  = 1.8.2 =
304
  New Add-on: Pushover Integration
305
 
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
5
  Requires at least: 3.4
6
  Tested up to: 4.4
7
+ Stable tag: 1.8.3
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
300
 
301
  == Changelog ==
302
 
303
+ = 1.8.3 =
304
+ Changed: Backend design
305
+
306
  = 1.8.2 =
307
  New Add-on: Pushover Integration
308