Version Description
Changed: Styles
Download this release
Release Info
Developer | webdorado |
Plugin | Form Maker by WD – user-friendly drag & drop Form Builder plugin |
Version | 1.7.70 |
Comparing to | |
See all releases |
Code changes from version 1.7.69 to 1.7.70
- admin/views/FMViewManage_fm.php +5 -5
- css/form_maker_tables.css +13 -0
- form-maker.php +2 -2
- readme.txt +4 -1
admin/views/FMViewManage_fm.php
CHANGED
@@ -2547,7 +2547,7 @@ class FMViewManage_fm {
|
|
2547 |
<table class="admintable">
|
2548 |
<tr>
|
2549 |
<td colspan="2">
|
2550 |
-
<div class="
|
2551 |
</td>
|
2552 |
</tr>
|
2553 |
<tr valign="top">
|
@@ -2841,7 +2841,7 @@ class FMViewManage_fm {
|
|
2841 |
</td>
|
2842 |
</tr>
|
2843 |
</table>
|
2844 |
-
<div class="
|
2845 |
<fieldset class="adminform">
|
2846 |
<legend style="color:#0B55C4;font-weight: bold;">Front end submissions access level</legend>
|
2847 |
<table>
|
@@ -3256,7 +3256,7 @@ class FMViewManage_fm {
|
|
3256 |
<td class="fm_options_value">
|
3257 |
<input type="radio" disabled="disabled" name="mail_attachment" value="1" id="en_attach" <?php if($row->mail_attachment==1 ) echo "checked" ?> /> <label for="en_attach">Yes</label>
|
3258 |
<input type="radio" disabled="disabled" name="mail_attachment" id="dis_attach" value="0" <?php if($row->mail_attachment==0 ) echo "checked" ?> /> <label for="dis_attach">No</label>
|
3259 |
-
<div class="
|
3260 |
</td>
|
3261 |
</tr>
|
3262 |
<tr valign="top">
|
@@ -3463,7 +3463,7 @@ class FMViewManage_fm {
|
|
3463 |
<td class="fm_options_value">
|
3464 |
<input type="radio" disabled="disabled" name="mail_attachment_user" value="1" id="en_attach_user" <?php if($row->mail_attachment_user==1 ) echo "checked" ?> /> <label for="en_attach_user">Yes</label>
|
3465 |
<input type="radio" disabled="disabled" name="mail_attachment_user" id="dis_attach_user" value="0" <?php if($row->mail_attachment_user==0 ) echo "checked" ?> /> <label for="dis_attach_user">No</label>
|
3466 |
-
<div class="
|
3467 |
</td>
|
3468 |
</tr>
|
3469 |
<tr valign="top">
|
@@ -3658,7 +3658,7 @@ class FMViewManage_fm {
|
|
3658 |
<table class="admintable">
|
3659 |
<tr>
|
3660 |
<td colspan="2">
|
3661 |
-
<div class="
|
3662 |
</td>
|
3663 |
</tr>
|
3664 |
<tr valign="top">
|
2547 |
<table class="admintable">
|
2548 |
<tr>
|
2549 |
<td colspan="2">
|
2550 |
+
<div class="error_fm" style="padding: 5px; font-size: 14px;">Paypal Options are disabled in free version.</div>
|
2551 |
</td>
|
2552 |
</tr>
|
2553 |
<tr valign="top">
|
2841 |
</td>
|
2842 |
</tr>
|
2843 |
</table>
|
2844 |
+
<div class="error_fm" style="padding: 5px; font-size: 14px;">Front end submissions are disabled in free version.</div>
|
2845 |
<fieldset class="adminform">
|
2846 |
<legend style="color:#0B55C4;font-weight: bold;">Front end submissions access level</legend>
|
2847 |
<table>
|
3256 |
<td class="fm_options_value">
|
3257 |
<input type="radio" disabled="disabled" name="mail_attachment" value="1" id="en_attach" <?php if($row->mail_attachment==1 ) echo "checked" ?> /> <label for="en_attach">Yes</label>
|
3258 |
<input type="radio" disabled="disabled" name="mail_attachment" id="dis_attach" value="0" <?php if($row->mail_attachment==0 ) echo "checked" ?> /> <label for="dis_attach">No</label>
|
3259 |
+
<div class="error_fm" style="padding: 5px; font-size: 14px;">File attach is disabled in free version.</div>
|
3260 |
</td>
|
3261 |
</tr>
|
3262 |
<tr valign="top">
|
3463 |
<td class="fm_options_value">
|
3464 |
<input type="radio" disabled="disabled" name="mail_attachment_user" value="1" id="en_attach_user" <?php if($row->mail_attachment_user==1 ) echo "checked" ?> /> <label for="en_attach_user">Yes</label>
|
3465 |
<input type="radio" disabled="disabled" name="mail_attachment_user" id="dis_attach_user" value="0" <?php if($row->mail_attachment_user==0 ) echo "checked" ?> /> <label for="dis_attach_user">No</label>
|
3466 |
+
<div class="error_fm" style="padding: 5px; font-size: 14px;">File attach is disabled in free version.</div>
|
3467 |
</td>
|
3468 |
</tr>
|
3469 |
<tr valign="top">
|
3658 |
<table class="admintable">
|
3659 |
<tr>
|
3660 |
<td colspan="2">
|
3661 |
+
<div class="error_fm" style="padding: 5px; font-size: 14px;">Paypal Options are disabled in free version.</div>
|
3662 |
</td>
|
3663 |
</tr>
|
3664 |
<tr valign="top">
|
css/form_maker_tables.css
CHANGED
@@ -382,6 +382,19 @@ div.wd_preview a {
|
|
382 |
margin: 5px 0 2px !important;
|
383 |
}
|
384 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
385 |
.buttons_div {
|
386 |
clear: both;
|
387 |
float: right;
|
382 |
margin: 5px 0 2px !important;
|
383 |
}
|
384 |
|
385 |
+
.error_fm {
|
386 |
+
padding: 5px;
|
387 |
+
font-size: 14px;
|
388 |
+
margin: 5px 0 2px !important;
|
389 |
+
}
|
390 |
+
|
391 |
+
div.error_fm {
|
392 |
+
background: #fff;
|
393 |
+
border-left: 4px solid #dd3d36;
|
394 |
+
-webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
|
395 |
+
box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
|
396 |
+
}
|
397 |
+
|
398 |
.buttons_div {
|
399 |
clear: both;
|
400 |
float: right;
|
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.7.
|
7 |
* Author: WebDorado
|
8 |
* Author URI: https://web-dorado.com/
|
9 |
* License: GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
|
@@ -261,7 +261,7 @@ function register_fmemailverification_cpt(){
|
|
261 |
// Activate plugin.
|
262 |
function form_maker_activate() {
|
263 |
$version = get_option("wd_form_maker_version");
|
264 |
-
$new_version = '1.7.
|
265 |
global $wpdb;
|
266 |
if (!$version) {
|
267 |
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.7.70
|
7 |
* Author: WebDorado
|
8 |
* Author URI: https://web-dorado.com/
|
9 |
* License: GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
|
261 |
// Activate plugin.
|
262 |
function form_maker_activate() {
|
263 |
$version = get_option("wd_form_maker_version");
|
264 |
+
$new_version = '1.7.70';
|
265 |
global $wpdb;
|
266 |
if (!$version) {
|
267 |
add_option("wd_form_maker_version", $new_version, '', 'no');
|
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
|
5 |
Requires at least: 3.4
|
6 |
Tested up to: 4.3
|
7 |
-
Stable tag: 1.7.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -292,6 +292,9 @@ The Form Maker (Pro version) has simple PayPal integration. This allows the user
|
|
292 |
|
293 |
== Changelog ==
|
294 |
|
|
|
|
|
|
|
295 |
= 1.7.69 =
|
296 |
Minor bug fixed
|
297 |
|
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
|
5 |
Requires at least: 3.4
|
6 |
Tested up to: 4.3
|
7 |
+
Stable tag: 1.7.70
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
292 |
|
293 |
== Changelog ==
|
294 |
|
295 |
+
= 1.7.70 =
|
296 |
+
Changed: Styles
|
297 |
+
|
298 |
= 1.7.69 =
|
299 |
Minor bug fixed
|
300 |
|