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

Version Description

Changed: Back End Design for old forms

Download this release

Release Info

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

Code changes from version 1.8.14 to 1.8.15

admin/views/FMViewManage_fm.php CHANGED
@@ -1436,139 +1436,204 @@ class FMViewManage_fm {
1436
  <a style="color: blue; text-decoration: none;" target="_blank" href="https://web-dorado.com/wordpress-form-maker-guide-4.html">Read More in User Manual</a>
1437
  </div>
1438
  <form class="wrap" id="manage_form" method="post" action="admin.php?page=manage_fm" style="width:99%;">
1439
- <?php wp_nonce_field('nonce_fm', 'nonce_fm'); ?>
1440
- <h2><?php echo $page_title; ?></h2>
1441
- <div style="float: right; margin: 0 5px 0 0;">
1442
- <a href="<?php echo add_query_arg(array('action' => 'FormMakerPreview', 'id' => $row->theme, 'width' => '1000', 'height' => '500', 'TB_iframe' => '1'), admin_url('admin-ajax.php')); ?>" class="button-primary thickbox thickbox-preview" id="preview_form" title="Form Preview" onclick="return false;">
1443
- Preview
1444
- </a>
1445
- <input class="button-primary" type="submit" onclick="if (fm_check_required('title', 'Form title') || !submitbutton()) {return false;}; fm_set_input_value('task', 'form_options_old');" value="Form options"/>
1446
- <?php
1447
- if ($id) {
1448
- ?>
1449
- <input class="button-secondary" type="submit" onclick="if (fm_check_required('title', 'Form title') || !submitbutton()) {return false;}; fm_set_input_value('task', 'save_as_copy_old')" value="Save as Copy"/>
1450
- <?php
1451
- }
1452
- ?>
1453
- <input class="button-secondary" type="submit" onclick="if (fm_check_required('title', 'Form title') || !submitbutton()) {return false;}; fm_set_input_value('task', 'save_old')" value="Save"/>
1454
- <input class="button-secondary" type="submit" onclick="if (fm_check_required('title', 'Form title') || !submitbutton()) {return false;}; fm_set_input_value('task', 'apply_old')" value="Apply"/>
1455
- <input class="button-secondary" type="submit" onclick="fm_set_input_value('task', 'cancel')" value="Cancel"/>
1456
- </div>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1457
 
1458
- <div class="formmaker_table" width="100%">
1459
- <div style="float: left; text-align: center;"><br />
1460
- <img src="<?php echo WD_FM_URL . '/images/FormMaker.png?ver='. get_option("wd_form_maker_version"); ?>" /><br /><br />
1461
- <img src="<?php echo WD_FM_URL . '/images/logo.png?ver='. get_option("wd_form_maker_version"); ?>" />
1462
- </div>
1463
- <div style="float:right">
1464
- <span style="font-size: 16.76pt; font-family: tahoma; color: #FFFFFF; vertical-align: middle;">Form title:&nbsp;&nbsp;</span>
1465
- <input id="title" name="title" class="form_maker_title" value="<?php echo $row->title; ?>"/>
1466
- <br />
1467
- <img src="<?php echo WD_FM_URL . '/images/formoptions.png'; ?>" onclick="if (fm_check_required('title', 'Form title')) {return false;}; submitbutton(); fm_set_input_value('task', 'form_options_old'); fm_form_submit(event, 'manage_form');" style="cursor: pointer; margin: 10px 0 10px 10px; float: right;"/>
1468
- <br /><br /><br />
1469
- <img src="<?php echo WD_FM_URL . '/images/addanewfield.png'; ?>" onclick="enable(); Enable();" style="cursor: pointer; margin:10px 0 10px 10px; float: right;"/>
1470
- </div>
1471
- </div>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1472
 
1473
  <div id="formMakerDiv" onclick="close_window()"></div>
1474
  <div id="formMakerDiv1" style="padding-top: 20px;" align="center">
1475
- <table border="0" width="100%" cellpadding="0" cellspacing="0" height="100%" class="formMakerDiv1_table">
1476
- <tr>
1477
- <td style="padding:0px">
1478
- <table border="0" cellpadding="0" cellspacing="0" width="100%" height="100%">
1479
- <tr valign="top">
1480
- <td width="15%" height="100%" style="border-right: dotted black 1px;" id="field_types">
1481
- <div id="when_edit" style="display: none;"></div>
1482
- <table border="0" cellpadding="0" cellspacing="3" width="100%">
1483
- <tr>
1484
- <td align="center" onClick="addRow('customHTML')" style="cursor:pointer" id="table_editor" class="field_buttons">
1485
- <img src="<?php echo WD_FM_URL . '/images/customHTML.png'; ?>" style="margin:5px" id="img_customHTML"/>
1486
- </td>
1487
- <td align="center" onClick="addRow('text')" style="cursor:pointer" id="table_text" class="field_buttons">
1488
- <img src="<?php echo WD_FM_URL . '/images/text.png'; ?>" style="margin:5px" id="img_text"/>
1489
- </td>
1490
- </tr>
1491
- <tr>
1492
- <td align="center" onClick="addRow('time_and_date')" style="cursor:pointer" id="table_time_and_date" class="field_buttons">
1493
- <img src="<?php echo WD_FM_URL . '/images/time_and_date.png'; ?>" style="margin:5px" id="img_time_and_date"/>
1494
- </td>
1495
- <td align="center" onClick="addRow('select')" style="cursor:pointer" id="table_select" class="field_buttons">
1496
- <img src="<?php echo WD_FM_URL . '/images/select.png'; ?>" style="margin:5px" id="img_select"/>
1497
- </td>
1498
- </tr>
1499
- <tr>
1500
- <td align="center" onClick="addRow('checkbox')" style="cursor:pointer" id="table_checkbox" class="field_buttons">
1501
- <img src="<?php echo WD_FM_URL . '/images/checkbox.png'; ?>" style="margin:5px" id="img_checkbox"/>
1502
- </td>
1503
- <td align="center" onClick="addRow('radio')" style="cursor:pointer" id="table_radio" class="field_buttons">
1504
- <img src="<?php echo WD_FM_URL . '/images/radio.png'; ?>" style="margin:5px" id="img_radio"/>
1505
- </td>
1506
- </tr>
1507
- <tr>
1508
- <td align="center" onClick="addRow('file_upload')" style="cursor:pointer" id="table_file_upload" class="field_buttons">
1509
- <img src="<?php echo WD_FM_URL . '/images/file_upload.png'; ?>" style="margin:5px" id="img_file_upload"/>
1510
- </td>
1511
- <td align="center" onClick="addRow('captcha')" style="cursor:pointer" id="table_captcha" class="field_buttons">
1512
- <img src="<?php echo WD_FM_URL . '/images/captcha.png'; ?>" style="margin:5px" id="img_captcha"/>
1513
- </td>
1514
- </tr>
1515
- <tr>
1516
- <td align="center" onClick="addRow('page_break')" style="cursor:pointer" id="table_page_break" class="field_buttons">
1517
- <img src="<?php echo WD_FM_URL . '/images/page_break.png'; ?>" style="margin:5px" id="img_page_break"/>
1518
- </td>
1519
- <td align="center" onClick="addRow('section_break')" style="cursor:pointer" id="table_section_break" class="field_buttons">
1520
- <img src="<?php echo WD_FM_URL . '/images/section_break.png'; ?>" style="margin:5px" id="img_section_break"/>
1521
- </td>
1522
- </tr>
1523
- <tr>
1524
- <td align="center" onClick="addRow('map')" style="cursor:pointer" id="table_map" class="field_buttons">
1525
- <img src="<?php echo WD_FM_URL . '/images/map.png'; ?>" style="margin:5px" id="img_map"/>
1526
- </td>
1527
- <td align="center" onClick="addRow('paypal')" id="table_paypal" class="field_buttons">
1528
- <img src="<?php echo WD_FM_URL . '/images/paypal.png'; ?>" style="margin:5px" id="img_paypal"/>
1529
- </td>
1530
- </tr>
1531
- <tr>
1532
- <td align="center" onClick="addRow('survey')" class="field_buttons" id="table_survey">
1533
- <img src="<?php echo WD_FM_URL . '/images/survey.png'; ?>" style="margin:5px" id="img_survey"/>
1534
- </td>
1535
- <td align="center" onClick="addRow('button')" id="table_button" class="field_buttons">
1536
- <img src="<?php echo WD_FM_URL . '/images/button.png'; ?>" style="margin:5px" id="img_button"/>
1537
- </td>
1538
- </tr>
1539
- </table>
1540
- </td>
1541
- <td width="35%" height="100%" align="left">
1542
- <div id="edit_table" style="padding:0px; overflow-y:scroll; height:575px"></div>
1543
- </td>
1544
- <td align="center" valign="top" style="background: url("<?php echo WD_FM_URL . '/images/border2.png'; ?>") repeat-y;">&nbsp;</td>
1545
- <td style="padding:15px">
1546
- <table border="0" cellpadding="0" cellspacing="0" width="100%" height="100%">
1547
- <tr>
1548
- <td align="right">
1549
- <input type="radio" value="end" name="el_pos" checked="checked" id="pos_end" onclick="Disable()"/>
1550
- At The End
1551
- <input type="radio" value="begin" name="el_pos" id="pos_begin" onclick="Disable()"/>
1552
- At The Beginning
1553
- <input type="radio" value="before" name="el_pos" id="pos_before" onclick="Enable()"/>
1554
- Before
1555
- <select style="width: 100px; margin-left: 5px;" id="sel_el_pos" disabled="disabled"></select>
1556
- <img alt="ADD" title="add" style="cursor:pointer; vertical-align:middle; margin:5px" src="<?php echo WD_FM_URL . '/images/save.png'; ?>" onClick="add(0, false)"/>
1557
- <img alt="CANCEL" title="cancel" style="cursor: pointer; vertical-align:middle; margin:5px" src="<?php echo WD_FM_URL . '/images/cancel_but.png'; ?>" onClick="close_window()"/>
1558
- <hr style=" margin-bottom:10px" />
1559
- </td>
1560
- </tr>
1561
- <tr height="100%" valign="top">
1562
- <td id="show_table"></td>
1563
- </tr>
1564
- </table>
1565
- </td>
1566
- </tr>
1567
- </table>
1568
- </td>
1569
- </tr>
1570
- </table>
1571
- <input type="hidden" id="old" />
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1572
  <input type="hidden" id="old_selected" />
1573
  <input type="hidden" id="element_type" />
1574
  <input type="hidden" id="editing_id" />
@@ -1606,7 +1671,7 @@ class FMViewManage_fm {
1606
  <div id="take">
1607
  <?php
1608
  if ($row->form) {
1609
- echo $row->form;
1610
  }
1611
  else {
1612
  ?>
1436
  <a style="color: blue; text-decoration: none;" target="_blank" href="https://web-dorado.com/wordpress-form-maker-guide-4.html">Read More in User Manual</a>
1437
  </div>
1438
  <form class="wrap" id="manage_form" method="post" action="admin.php?page=manage_fm" style="width:99%;">
1439
+ <?php wp_nonce_field('nonce_fm', 'nonce_fm'); ?>
1440
+ <h2 class="fm-h2-message"></h2>
1441
+ <div class="fm-page-header">
1442
+ <!-- <div class="fm-page-title">
1443
+ <?php echo $page_title; ?>
1444
+ </div> -->
1445
+ <div style="float:left;">
1446
+ <div class="fm-logo-edit-page"></div>
1447
+ <div class="fm-title-edit-page">Form</br>Maker</div>
1448
+ </div>
1449
+ <div class="fm-page-actions">
1450
+ <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_old');">
1451
+ <span></span>
1452
+ Form Options
1453
+ </button>
1454
+ <div style="height:40px; border-right: 1px solid #848484; display: inline-block; width: 5px; vertical-align: bottom; margin-right: 5px;"></div>
1455
+ <?php if ($id) { ?>
1456
+ <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_old');">
1457
+ <span></span>
1458
+ Save as Copy
1459
+ </button>
1460
+ <?php } ?>
1461
+ <button class="fm-button save-button small" onclick="if (fm_check_required('title', 'Form title') || !submitbutton()) {return false;}; fm_set_input_value('task', 'save_old');">
1462
+ <span></span>
1463
+ Save
1464
+ </button>
1465
+ <button class="fm-button apply-button small" onclick="if (fm_check_required('title', 'Form title') || !submitbutton()) {return false;}; fm_set_input_value('task', 'apply_old');">
1466
+ <span></span>
1467
+ Apply
1468
+ </button>
1469
+ <button class="fm-button cancel-button small" onclick="fm_set_input_value('task', 'cancel');">
1470
+ <span></span>
1471
+ Cancel
1472
+ </button>
1473
+ </div>
1474
+ <div class="fm-clear"></div>
1475
+ </div>
1476
 
1477
+
1478
+ <div class="fm-title">
1479
+ <span style="">Form title:&nbsp;</span>
1480
+ <input id="title" name="title" value="<?php echo $row->title; ?>"/>
1481
+ </div>
1482
+ <div class="fm-clear"></div>
1483
+ <br/>
1484
+ <div class="fm-theme-banner">
1485
+ <div class="fm-theme" style="float:left;">
1486
+
1487
+ <span style="">Theme:&nbsp;</span>
1488
+ <select id="theme" name="theme" onChange="set_preview()">
1489
+ <?php
1490
+ foreach ($themes as $theme) {
1491
+ ?>
1492
+ <option value="<?php echo $theme->id; ?>" <?php echo (($theme->id == $row->theme) ? 'selected' : ''); ?>><?php echo $theme->title; ?></option>
1493
+ <?php
1494
+ }
1495
+ ?>
1496
+ </select>
1497
+ <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;">
1498
+ <span></span>
1499
+ Preview
1500
+ </button>
1501
+ <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;">
1502
+ <span></span>
1503
+ Edit CSS
1504
+ </button>
1505
+ </div>
1506
+ <div style="float:right;">
1507
+ <button class="fm-button add-new-button large" onclick="enable(); Enable(); return false;">
1508
+ Add a New Field
1509
+ <span></span>
1510
+ </button>
1511
+ </div>
1512
+ </div>
1513
+ <div class="fm-clear"></div>
1514
 
1515
  <div id="formMakerDiv" onclick="close_window()"></div>
1516
  <div id="formMakerDiv1" style="padding-top: 20px;" align="center">
1517
+ <table class="formMakerDiv1_table" border="0" width="100%" cellpadding="0" cellspacing="0" height="100%">
1518
+ <tr>
1519
+ <td style="padding:0px">
1520
+ <table border="0" cellpadding="0" cellspacing="0" width="100%" height="100%" >
1521
+ <tr valign="top">
1522
+ <td width="20%" height="100%" id="field_types">
1523
+ <div id="when_edit" style="display: none;"></div>
1524
+ <table border="0" cellpadding="0" cellspacing="3" width="100%" style="border-collapse: separate; border-spacing: 3px;">
1525
+ <tbody>
1526
+ <tr>
1527
+ <td align="center" onclick="addRow('customHTML')" class="field_buttons" id="table_editor">
1528
+ <img src="<?php echo WD_FM_URL; ?>/images/customHTML.png?ver=<?php echo get_option("wd_form_maker_version"); ?>" style="margin:5px" id="img_customHTML">
1529
+ <div>Custom HTML</div>
1530
+ </td>
1531
+ <td align="center" onclick="addRow('text')" class="field_buttons" id="table_text">
1532
+ <img src="<?php echo WD_FM_URL; ?>/images/text.png?ver=<?php echo get_option("wd_form_maker_version"); ?>" style="margin:5px" id="img_text">
1533
+ <div>Text input</div>
1534
+ </td>
1535
+ </tr>
1536
+ <tr>
1537
+ <td align="center" onclick="addRow('checkbox')" class="field_buttons" id="table_checkbox">
1538
+ <img src="<?php echo WD_FM_URL; ?>/images/checkbox.png?ver=<?php echo get_option("wd_form_maker_version"); ?>" style="margin:5px" id="img_checkbox">
1539
+ <div>Multiple Choice</div>
1540
+ </td>
1541
+ <td align="center" onclick="addRow('radio')" class="field_buttons" id="table_radio">
1542
+ <img src="<?php echo WD_FM_URL; ?>/images/radio.png?ver=<?php echo get_option("wd_form_maker_version"); ?>" style="margin:5px" id="img_radio">
1543
+ <div>Single Choice</div>
1544
+ </td>
1545
+ </tr>
1546
+ <tr>
1547
+ <td align="center" onclick="addRow('survey')" class="field_buttons" id="table_survey">
1548
+ <img src="<?php echo WD_FM_URL; ?>/images/survey.png?ver=<?php echo get_option("wd_form_maker_version"); ?>" style="margin:5px" id="img_survey">
1549
+ <div>Survey Tools</div>
1550
+ </td>
1551
+ <td align="center" onclick="addRow('time_and_date')" class="field_buttons" id="table_time_and_date">
1552
+ <img src="<?php echo WD_FM_URL; ?>/images/time_and_date.png?ver=<?php echo get_option("wd_form_maker_version"); ?>" style="margin:5px" id="img_time_and_date">
1553
+ <div>Time and Date</div>
1554
+ </td>
1555
+ </tr>
1556
+ <tr>
1557
+ <td align="center" onclick="addRow('select')" class="field_buttons" id="table_select">
1558
+ <img src="<?php echo WD_FM_URL; ?>/images/select.png?ver=<?php echo get_option("wd_form_maker_version"); ?>" style="margin:5px" id="img_select">
1559
+ <div>Select Box</div>
1560
+ </td>
1561
+ <td align="center" onclick="addRow('file_upload')" class="field_buttons" id="table_file_upload">
1562
+ <img src="<?php echo WD_FM_URL; ?>/images/file_upload.png?ver=<?php echo get_option("wd_form_maker_version"); ?>" style="margin:5px" id="img_file_upload">
1563
+ <div>File Upload</div>
1564
+ </td>
1565
+ </tr>
1566
+ <tr>
1567
+ <td align="center" onclick="addRow('section_break')" class="field_buttons" id="table_section_break">
1568
+ <img src="<?php echo WD_FM_URL; ?>/images/section_break.png?ver=<?php echo get_option("wd_form_maker_version"); ?>" style="margin:5px" id="img_section_break">
1569
+ <div>Section Break</div>
1570
+ </td>
1571
+ <td align="center" onclick="addRow('page_break')" class="field_buttons" id="table_page_break">
1572
+ <img src="<?php echo WD_FM_URL; ?>/images/page_break.png?ver=<?php echo get_option("wd_form_maker_version"); ?>" style="margin:5px" id="img_page_break">
1573
+ <div>Page Break</div>
1574
+ </td>
1575
+ </tr>
1576
+ <tr>
1577
+ <td align="center" onclick="addRow('map')" class="field_buttons" id="table_map">
1578
+ <img src="<?php echo WD_FM_URL; ?>/images/map.png?ver=<?php echo get_option("wd_form_maker_version"); ?>" style="margin:5px" id="img_map">
1579
+ <div>Map</div>
1580
+ </td>
1581
+ <td align="center" onclick="addRow('paypal')" style="" id="table_paypal" class="field_buttons">
1582
+ <img src="<?php echo WD_FM_URL; ?>/images/paypal.png?ver=<?php echo get_option("wd_form_maker_version"); ?>" style="margin:5px" id="img_paypal">
1583
+ <div>Payment</div>
1584
+ </td>
1585
+ </tr>
1586
+ <tr>
1587
+ <td align="center" onclick="addRow('captcha')" class="field_buttons" id="table_captcha">
1588
+ <img src="<?php echo WD_FM_URL; ?>/images/captcha.png?ver=<?php echo get_option("wd_form_maker_version"); ?>" style="margin:5px" id="img_captcha">
1589
+ <div>Captcha</div>
1590
+ </td>
1591
+ <td align="center" onclick="addRow('button')" id="table_button" class="field_buttons">
1592
+ <img src="<?php echo WD_FM_URL; ?>/images/button.png?ver=<?php echo get_option("wd_form_maker_version"); ?>" style="margin:5px" id="img_button">
1593
+ <div>Button</div>
1594
+ </td>
1595
+ </tr>
1596
+ </tbody>
1597
+ </table>
1598
+ </td>
1599
+ <td width="40%" height="100%" align="left">
1600
+ <div id="edit_table"></div>
1601
+ </td>
1602
+ <td align="center" valign="top" style="background: url("<?php echo WD_FM_URL . '/images/border2.png'; ?>") repeat-y;">&nbsp;</td>
1603
+ <td style="padding:15px;">
1604
+ <table border="0" cellpadding="0" cellspacing="0" width="100%" height="100%" >
1605
+ <tr>
1606
+ <td align="right">
1607
+ <input type="radio" value="end" name="el_pos" checked="checked" id="pos_end" onclick="Disable()"/>
1608
+ At The End
1609
+ <input type="radio" value="begin" name="el_pos" id="pos_begin" onclick="Disable()"/>
1610
+ At The Beginning
1611
+ <input type="radio" value="before" name="el_pos" id="pos_before" onclick="Enable()"/>
1612
+ Before
1613
+ <select style="width: 100px; margin-left: 5px;" id="sel_el_pos" onclick="change_before()" disabled="disabled"></select>
1614
+ <br>
1615
+ <button class="fm-button field-save-button small" onclick="add(0, false); return false;">
1616
+ Save
1617
+ <span></span>
1618
+ </button>
1619
+ <button class="fm-button cancel-button small" onclick="close_window(); return false;">
1620
+ Cancel
1621
+ <span></span>
1622
+ </button>
1623
+ <hr style="margin-bottom:10px" />
1624
+ </td>
1625
+ </tr>
1626
+ <tr height="100%" valign="top">
1627
+ <td id="show_table"></td>
1628
+ </tr>
1629
+ </table>
1630
+ </td>
1631
+ </tr>
1632
+ </table>
1633
+ </td>
1634
+ </tr>
1635
+ </table>
1636
+ <input type="hidden" id="old" />
1637
  <input type="hidden" id="old_selected" />
1638
  <input type="hidden" id="element_type" />
1639
  <input type="hidden" id="editing_id" />
1671
  <div id="take">
1672
  <?php
1673
  if ($row->form) {
1674
+ echo str_replace('.png', '.png?ver='. get_option("wd_form_maker_version"), $row->form);
1675
  }
1676
  else {
1677
  ?>
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.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,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.14';
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.15
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.15';
272
  global $wpdb;
273
  if (!$version) {
274
  add_option("wd_form_maker_version", $new_version, '', 'no');
images/dublicate.png ADDED
Binary file
images/dublicate_hover.png ADDED
Binary file
images/tick.png ADDED
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, 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,6 +302,9 @@ The Form Maker (Pro version) has simple PayPal integration. This allows the user
302
 
303
  == Changelog ==
304
 
 
 
 
305
  = 1.8.14 =
306
  Fixed: Bug in PayPal field
307
  Changed: Matrix field display in email
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.15
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.15 =
306
+ Changed: Back End Design for old forms
307
+
308
  = 1.8.14 =
309
  Fixed: Bug in PayPal field
310
  Changed: Matrix field display in email