Version Description
Changed: Improve submissions export. Changed: Manager page buttons disposition.
Download this release
Release Info
Developer | webdorado |
Plugin | Contact Form Builder – a plugin for creating contact and feedback forms |
Version | 1.0.38 |
Comparing to | |
See all releases |
Code changes from version 1.0.37 to 1.0.38
- admin/views/CFMViewManage_cfm.php +48 -51
- contact-form-builder.php +2 -2
- css/contact_form_maker_tables.css +66 -36
- css/style.css +87 -31
- readme.txt +5 -1
admin/views/CFMViewManage_cfm.php
CHANGED
@@ -123,7 +123,7 @@ class CFMViewManage_cfm {
|
|
123 |
</td>
|
124 |
<td class="table_medium_col">
|
125 |
<button class="fm-icon preview-icon" title="<?php echo __("Form Preview", "contact_form_maker"); ?>" onclick="tb_show('', '<?php echo add_query_arg(array('action' => 'ContactFormMakerPreview', 'form_id' => $row_data->id, 'test_theme' => $row_data->theme, 'width' => '1000', 'height' => '500', 'TB_iframe' => '1'), admin_url('admin-ajax.php')); ?>'); return false;">
|
126 |
-
|
127 |
</button>
|
128 |
</td>
|
129 |
<td class="table_small_col">
|
@@ -184,9 +184,9 @@ class CFMViewManage_cfm {
|
|
184 |
form_view_count = 1;
|
185 |
form_view_max = 1;
|
186 |
function set_preview() {
|
187 |
-
|
188 |
-
|
189 |
-
|
190 |
function submitbutton() {
|
191 |
<?php
|
192 |
if ($id) {
|
@@ -423,63 +423,61 @@ class CFMViewManage_cfm {
|
|
423 |
</a>
|
424 |
</div>
|
425 |
<div class="fm-clear"></div>
|
426 |
-
<form class="wrap" id="manage_form" method="post" action="admin.php?page=manage_cfm"
|
427 |
<?php wp_nonce_field('nonce_cfm', 'nonce_cfm'); ?>
|
428 |
<h2 class="fm-h2-message"></h2>
|
429 |
<div class="fm-page-header">
|
430 |
-
|
431 |
-
<?php echo $page_title; ?>
|
432 |
-
</div> -->
|
433 |
-
<div style="float:left;">
|
434 |
<div class="fm-logo-edit-page"></div>
|
435 |
-
<div class="fm-title-edit-page">Contact
|
436 |
</div>
|
437 |
-
|
438 |
-
|
439 |
-
|
440 |
-
|
441 |
-
|
442 |
-
<
|
443 |
-
|
444 |
-
|
445 |
-
|
446 |
-
<span></span>
|
447 |
-
<?php echo __("Form Layout", "contact_form_maker"); ?>
|
448 |
-
</button>
|
449 |
-
<?php
|
450 |
-
if ($id) {
|
451 |
-
?>
|
452 |
-
<button class="fm-button save-as-copy-button medium" type="submit" onclick="if (spider_check_required('title', 'Form title') || !submitbutton()) {return false;}; spider_set_input_value('task', 'save_as_copy')">
|
453 |
-
<span></span>
|
454 |
-
<?php echo __("Save as Copy", "contact_form_maker"); ?>
|
455 |
-
</button>
|
456 |
<?php
|
457 |
-
|
458 |
-
|
459 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
460 |
<span></span>
|
461 |
-
|
462 |
-
|
463 |
-
|
464 |
-
<span></span>
|
465 |
-
<?php echo __("Apply", "contact_form_maker"); ?>
|
466 |
-
</button>
|
467 |
-
<button class="fm-button cancel-button small" type="submit" onclick="spider_set_input_value('task', 'cancel')">
|
468 |
-
<span></span>
|
469 |
-
<?php echo __("Cancel", "contact_form_maker"); ?>
|
470 |
-
</button>
|
471 |
</div>
|
472 |
-
<div class="fm-clear"></div>
|
473 |
-
</div>
|
474 |
-
<div class="fm-title">
|
475 |
-
<span style="">Form title: </span>
|
476 |
-
<input id="title" name="title" value="<?php echo $row->title; ?>"/>
|
477 |
-
</div>
|
478 |
<div class="fm-clear"></div>
|
479 |
-
<br/>
|
480 |
<div class="fm-theme-banner">
|
481 |
<div class="fm-theme" style="float:left;">
|
482 |
-
|
|
|
483 |
<select id="theme" name="theme">
|
484 |
<?php
|
485 |
foreach ($themes as $theme) {
|
@@ -914,7 +912,6 @@ class CFMViewManage_cfm {
|
|
914 |
});
|
915 |
}
|
916 |
}
|
917 |
-
|
918 |
gen = "<?php echo $row->counter; ?>";
|
919 |
form_view_max = 20;
|
920 |
function set_preview() {
|
123 |
</td>
|
124 |
<td class="table_medium_col">
|
125 |
<button class="fm-icon preview-icon" title="<?php echo __("Form Preview", "contact_form_maker"); ?>" onclick="tb_show('', '<?php echo add_query_arg(array('action' => 'ContactFormMakerPreview', 'form_id' => $row_data->id, 'test_theme' => $row_data->theme, 'width' => '1000', 'height' => '500', 'TB_iframe' => '1'), admin_url('admin-ajax.php')); ?>'); return false;">
|
126 |
+
<span></span>
|
127 |
</button>
|
128 |
</td>
|
129 |
<td class="table_small_col">
|
184 |
form_view_count = 1;
|
185 |
form_view_max = 1;
|
186 |
function set_preview() {
|
187 |
+
jQuery("#preview_form").attr("onclick", "tb_show('', '<?php echo add_query_arg(array('action' => 'ContactFormMakerPreview', 'form_id' => $row->id), admin_url('admin-ajax.php')); ?>&test_theme=" + jQuery('#theme').val() + "&width=1000&height=500&TB_iframe=1'); return false;");
|
188 |
+
jQuery("#edit_css").attr("onclick", "tb_show('', '<?php echo add_query_arg(array('action' => 'ContactFormMakerEditCSS', 'form_id' => $row->id), admin_url('admin-ajax.php')); ?>&id=" + jQuery('#theme').val() + "&width=800&height=500&TB_iframe=1'); return false;");
|
189 |
+
}
|
190 |
function submitbutton() {
|
191 |
<?php
|
192 |
if ($id) {
|
423 |
</a>
|
424 |
</div>
|
425 |
<div class="fm-clear"></div>
|
426 |
+
<form class="wrap" id="manage_form" method="post" action="admin.php?page=manage_cfm">
|
427 |
<?php wp_nonce_field('nonce_cfm', 'nonce_cfm'); ?>
|
428 |
<h2 class="fm-h2-message"></h2>
|
429 |
<div class="fm-page-header">
|
430 |
+
<div style="float: left;">
|
|
|
|
|
|
|
431 |
<div class="fm-logo-edit-page"></div>
|
432 |
+
<div class="fm-title-edit-page">Contact<br />Form Builder</div>
|
433 |
</div>
|
434 |
+
<div class="fm-page-actions">
|
435 |
+
<button class="fm-button save-button small" type="submit" onclick="if (spider_check_required('title', 'Form title') || !submitbutton()) {return false;}; spider_set_input_value('task', 'save')">
|
436 |
+
<span></span>
|
437 |
+
<?php echo __("Save", "contact_form_maker"); ?>
|
438 |
+
</button>
|
439 |
+
<button class="fm-button apply-button small" type="submit" onclick="if (spider_check_required('title', 'Form title') || !submitbutton()) {return false;}; spider_set_input_value('task', 'apply');">
|
440 |
+
<span></span>
|
441 |
+
<?php echo __("Apply", "contact_form_maker"); ?>
|
442 |
+
</button>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
443 |
<?php
|
444 |
+
if ($id) {
|
445 |
+
?>
|
446 |
+
<button class="fm-button save-as-copy-button medium" type="submit" onclick="if (spider_check_required('title', 'Form title') || !submitbutton()) {return false;}; spider_set_input_value('task', 'save_as_copy')">
|
447 |
+
<span></span>
|
448 |
+
<?php echo __("Save as Copy", "contact_form_maker"); ?>
|
449 |
+
</button>
|
450 |
+
<?php
|
451 |
+
}
|
452 |
+
?>
|
453 |
+
<button class="fm-button cancel-button small" type="submit" onclick="spider_set_input_value('task', 'cancel')">
|
454 |
+
<span></span>
|
455 |
+
<?php echo __("Cancel", "contact_form_maker"); ?>
|
456 |
+
</button>
|
457 |
+
</div>
|
458 |
+
<div class="fm-clear"></div>
|
459 |
+
</div>
|
460 |
+
<div class="fm-theme-banner">
|
461 |
+
<div class="fm-title">
|
462 |
+
<span><?php echo __("Title", "contact_form_maker"); ?>: </span>
|
463 |
+
<input id="title" name="title" value="<?php echo $row->title; ?>" />
|
464 |
+
</div>
|
465 |
+
<div class="fm-page-actions">
|
466 |
+
<button class="fm-button form-options-button medium" type="submit" onclick="if (spider_check_required('title', 'Form title') || !submitbutton()) {return false;}; spider_set_input_value('task', 'form_options');">
|
467 |
+
<span></span>
|
468 |
+
<?php echo __("Form Options", "contact_form_maker"); ?>
|
469 |
+
</button>
|
470 |
+
<button class="fm-button form-layout-button medium" type="submit" onclick="if (spider_check_required('title', 'Form title') || !submitbutton()) {return false;}; spider_set_input_value('task', 'form_layout');">
|
471 |
<span></span>
|
472 |
+
<?php echo __("Form Layout", "contact_form_maker"); ?>
|
473 |
+
</button>
|
474 |
+
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
475 |
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
476 |
<div class="fm-clear"></div>
|
|
|
477 |
<div class="fm-theme-banner">
|
478 |
<div class="fm-theme" style="float:left;">
|
479 |
+
|
480 |
+
<span><?php echo __("Theme", "contact_form_maker"); ?>: </span>
|
481 |
<select id="theme" name="theme">
|
482 |
<?php
|
483 |
foreach ($themes as $theme) {
|
912 |
});
|
913 |
}
|
914 |
}
|
|
|
915 |
gen = "<?php echo $row->counter; ?>";
|
916 |
form_view_max = 20;
|
917 |
function set_preview() {
|
contact-form-builder.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
* Plugin Name: Contact Form Builder
|
4 |
* Plugin URI: http://web-dorado.com/products/wordpress-contact-form-builder.html
|
5 |
* Description: Contact Form Builder is an advanced plugin to add contact forms into your website. It comes along with multiple default templates which can be customized.
|
6 |
-
* Version: 1.0.
|
7 |
* Author: WebDorado
|
8 |
* Author URI: http://web-dorado.com/
|
9 |
* License: GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
|
@@ -172,7 +172,7 @@ if (class_exists('WP_Widget')) {
|
|
172 |
// Activate plugin.
|
173 |
function contact_form_maker_activate() {
|
174 |
$version = get_option("wd_contact_form_maker_version");
|
175 |
-
$new_version = '1.0.
|
176 |
if ($version && version_compare($version, $new_version, '<')) {
|
177 |
require_once WD_CFM_DIR . "/contact-form-builder-update.php";
|
178 |
contact_form_maker_update($version);
|
3 |
* Plugin Name: Contact Form Builder
|
4 |
* Plugin URI: http://web-dorado.com/products/wordpress-contact-form-builder.html
|
5 |
* Description: Contact Form Builder is an advanced plugin to add contact forms into your website. It comes along with multiple default templates which can be customized.
|
6 |
+
* Version: 1.0.38
|
7 |
* Author: WebDorado
|
8 |
* Author URI: http://web-dorado.com/
|
9 |
* License: GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
|
172 |
// Activate plugin.
|
173 |
function contact_form_maker_activate() {
|
174 |
$version = get_option("wd_contact_form_maker_version");
|
175 |
+
$new_version = '1.0.38';
|
176 |
if ($version && version_compare($version, $new_version, '<')) {
|
177 |
require_once WD_CFM_DIR . "/contact-form-builder-update.php";
|
178 |
contact_form_maker_update($version);
|
css/contact_form_maker_tables.css
CHANGED
@@ -480,6 +480,31 @@ div.wd_preview a {
|
|
480 |
display:inline-block;
|
481 |
vertical-align: middle;
|
482 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
483 |
.submissions-actions {
|
484 |
height: 70px;
|
485 |
line-height: 50px;
|
@@ -834,86 +859,87 @@ button:focus {
|
|
834 |
}
|
835 |
|
836 |
.fm-page-banner {
|
837 |
-
|
838 |
-
|
839 |
-
|
840 |
padding: 15px 10px;
|
841 |
}
|
842 |
|
843 |
.fm-theme-banner{
|
844 |
-
|
845 |
-
|
846 |
-
|
847 |
-
padding: 10px;
|
848 |
}
|
849 |
|
850 |
-
.fm-theme-banner select{
|
851 |
-
height:40px;
|
852 |
-
line-height:40px;
|
853 |
border: 1px solid #C5C6C7 !important;
|
854 |
box-shadow: none;
|
|
|
855 |
}
|
856 |
|
857 |
.fm-theme-banner button {
|
858 |
-
|
859 |
}
|
860 |
|
861 |
.uninstall-banner {
|
862 |
background: #fff;
|
863 |
-
|
864 |
padding: 15px 10px;
|
865 |
height: 38px;
|
866 |
}
|
867 |
|
868 |
.uninstall-banner .fm-logo-title{
|
869 |
width: 200px;
|
870 |
-
|
871 |
}
|
872 |
|
873 |
.blocked-ips-banner,
|
874 |
-
.themes-banner{
|
875 |
line-height: 80px;
|
876 |
}
|
877 |
|
878 |
.fm-clear {
|
879 |
-
|
880 |
-
|
881 |
-
|
882 |
}
|
883 |
|
884 |
.fm-logo {
|
885 |
-
|
886 |
-
|
887 |
-
|
888 |
-
|
889 |
-
|
890 |
margin-top: 10px;
|
891 |
}
|
892 |
|
893 |
.fm-logo-title {
|
894 |
text-transform: uppercase;
|
895 |
-
|
896 |
-
|
897 |
-
|
898 |
-
|
899 |
-
|
900 |
-
|
901 |
}
|
902 |
|
903 |
.fm-title-edit-page{
|
904 |
text-transform: uppercase;
|
905 |
-
|
906 |
-
|
907 |
-
|
908 |
-
|
909 |
-
|
910 |
}
|
911 |
|
912 |
.fm-logo-edit-page{
|
913 |
display: inline-block;
|
914 |
-
|
915 |
-
|
916 |
-
|
917 |
}
|
918 |
|
919 |
.fm-h2-message{
|
@@ -1102,4 +1128,8 @@ button:focus {
|
|
1102 |
color: blue;
|
1103 |
text-decoration: none;
|
1104 |
box-shadow: none !important;
|
|
|
|
|
|
|
|
|
1105 |
}
|
480 |
display:inline-block;
|
481 |
vertical-align: middle;
|
482 |
}
|
483 |
+
#sbox-overlay {
|
484 |
+
z-index: 65555;
|
485 |
+
position: fixed;
|
486 |
+
top: 0px;
|
487 |
+
left: 0px;
|
488 |
+
visibility: visible;
|
489 |
+
zoom: 1;
|
490 |
+
background-color: #000000;
|
491 |
+
opacity: 0.7;
|
492 |
+
filter: alpha(opacity=70);
|
493 |
+
display: none;
|
494 |
+
}
|
495 |
+
|
496 |
+
#ChBDiv {
|
497 |
+
background-color: #FFFFFF;
|
498 |
+
width: 350px;
|
499 |
+
max-height: 350px;
|
500 |
+
overflow-y: auto;
|
501 |
+
padding: 20px;
|
502 |
+
position: fixed;
|
503 |
+
top: 100px;
|
504 |
+
display: none;
|
505 |
+
border: 2px solid #AAAAAA;
|
506 |
+
z-index: 65556;
|
507 |
+
}
|
508 |
.submissions-actions {
|
509 |
height: 70px;
|
510 |
line-height: 50px;
|
859 |
}
|
860 |
|
861 |
.fm-page-banner {
|
862 |
+
background: #fff;
|
863 |
+
display: block;
|
864 |
+
height: 90px;
|
865 |
padding: 15px 10px;
|
866 |
}
|
867 |
|
868 |
.fm-theme-banner{
|
869 |
+
background: #fff;
|
870 |
+
display: block;
|
871 |
+
height: 50px;
|
872 |
+
padding: 10px 0 10px 10px;
|
873 |
}
|
874 |
|
875 |
+
.fm-theme-banner select {
|
876 |
+
height: 40px;
|
877 |
+
line-height: 40px;
|
878 |
border: 1px solid #C5C6C7 !important;
|
879 |
box-shadow: none;
|
880 |
+
border-radius: 0;
|
881 |
}
|
882 |
|
883 |
.fm-theme-banner button {
|
884 |
+
vertical-align: middle;
|
885 |
}
|
886 |
|
887 |
.uninstall-banner {
|
888 |
background: #fff;
|
889 |
+
display: block;
|
890 |
padding: 15px 10px;
|
891 |
height: 38px;
|
892 |
}
|
893 |
|
894 |
.uninstall-banner .fm-logo-title{
|
895 |
width: 200px;
|
896 |
+
vertical-align: middle;
|
897 |
}
|
898 |
|
899 |
.blocked-ips-banner,
|
900 |
+
.themes-banner {
|
901 |
line-height: 80px;
|
902 |
}
|
903 |
|
904 |
.fm-clear {
|
905 |
+
content: '';
|
906 |
+
clear: both;
|
907 |
+
display: block;
|
908 |
}
|
909 |
|
910 |
.fm-logo {
|
911 |
+
display: inline-block;
|
912 |
+
background: url("../images/buttons.png") no-repeat 49% 100%;
|
913 |
+
width: 100px;
|
914 |
+
height: 79px;
|
915 |
+
vertical-align: bottom;
|
916 |
margin-top: 10px;
|
917 |
}
|
918 |
|
919 |
.fm-logo-title {
|
920 |
text-transform: uppercase;
|
921 |
+
display: inline-block;
|
922 |
+
font-size: 16px;
|
923 |
+
vertical-align: middle;
|
924 |
+
width: 100px;
|
925 |
+
margin-left: 10px;
|
926 |
+
line-height: 22px;
|
927 |
}
|
928 |
|
929 |
.fm-title-edit-page{
|
930 |
text-transform: uppercase;
|
931 |
+
display: inline-block;
|
932 |
+
font-size: 15px;
|
933 |
+
vertical-align: top;
|
934 |
+
margin-left: 0px;
|
935 |
+
line-height: 22px;
|
936 |
}
|
937 |
|
938 |
.fm-logo-edit-page{
|
939 |
display: inline-block;
|
940 |
+
background: url("../images/buttons.png") no-repeat 0% 100%;
|
941 |
+
width: 65px;
|
942 |
+
height: 47px;
|
943 |
}
|
944 |
|
945 |
.fm-h2-message{
|
1128 |
color: blue;
|
1129 |
text-decoration: none;
|
1130 |
box-shadow: none !important;
|
1131 |
+
}
|
1132 |
+
|
1133 |
+
#manage_form {
|
1134 |
+
width: 98%;
|
1135 |
}
|
css/style.css
CHANGED
@@ -349,6 +349,14 @@ fieldset input, fieldset textarea, fieldset select, fieldset img, fieldset butto
|
|
349 |
line-height: initial;
|
350 |
}
|
351 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
352 |
.email_labels {
|
353 |
background: #FFFFFF;
|
354 |
border: 1px solid #C7C7C7;
|
@@ -368,31 +376,23 @@ fieldset input, fieldset textarea, fieldset select, fieldset img, fieldset butto
|
|
368 |
}
|
369 |
|
370 |
.highlight {
|
371 |
-
border: 1px dotted red !important;
|
372 |
-
visibility: visible !important;
|
373 |
-
height: 50px !important;
|
374 |
-
width: 100% !important;
|
375 |
display: inline-block;
|
376 |
}
|
377 |
|
378 |
-
|
379 |
.fm-page-header {
|
380 |
padding: 10px 0;
|
381 |
}
|
382 |
|
383 |
.fm-page-title {
|
384 |
width: 310px;
|
385 |
-
|
386 |
-
|
387 |
-
|
388 |
-
|
389 |
-
}
|
390 |
-
.fm-user-manual{
|
391 |
-
font-size: 14px;
|
392 |
-
font-weight: bold;
|
393 |
-
font-style:italic;
|
394 |
-
margin:20px 0;
|
395 |
-
float:left;
|
396 |
}
|
397 |
|
398 |
.fm-upgrade-pro {
|
@@ -426,30 +426,34 @@ fieldset input, fieldset textarea, fieldset select, fieldset img, fieldset butto
|
|
426 |
}
|
427 |
|
428 |
.fm-title {
|
429 |
-
float:
|
430 |
}
|
431 |
|
432 |
-
.fm-title span
|
433 |
-
|
|
|
|
|
434 |
}
|
435 |
|
436 |
-
.fm-title input{
|
437 |
-
width:
|
438 |
-
|
439 |
-
|
440 |
-
|
441 |
-
|
442 |
-
|
443 |
-
|
444 |
-
|
445 |
-
|
|
|
|
|
446 |
}
|
447 |
|
448 |
.fm-drag-and-drop {
|
449 |
margin-bottom: 10px;
|
450 |
}
|
451 |
|
452 |
-
.fm-drag-and-drop div{
|
453 |
padding: 5px 0;
|
454 |
font-style:italic;
|
455 |
}
|
@@ -465,8 +469,60 @@ fieldset label {
|
|
465 |
display: inline !important;
|
466 |
float: none !important;
|
467 |
}
|
|
|
468 |
.fm-edit-content {
|
469 |
-
background
|
470 |
margin: 20px 0;
|
471 |
padding: 15px 10px;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
472 |
}
|
349 |
line-height: initial;
|
350 |
}
|
351 |
|
352 |
+
.fm-user-manual {
|
353 |
+
font-size: 14px;
|
354 |
+
font-weight: bold;
|
355 |
+
font-style: italic;
|
356 |
+
margin: 20px 0;
|
357 |
+
clear: both;
|
358 |
+
}
|
359 |
+
|
360 |
.email_labels {
|
361 |
background: #FFFFFF;
|
362 |
border: 1px solid #C7C7C7;
|
376 |
}
|
377 |
|
378 |
.highlight {
|
379 |
+
border: 1px dotted red !important;
|
380 |
+
visibility: visible !important;
|
381 |
+
height: 50px !important;
|
382 |
+
width: 100% !important;
|
383 |
display: inline-block;
|
384 |
}
|
385 |
|
|
|
386 |
.fm-page-header {
|
387 |
padding: 10px 0;
|
388 |
}
|
389 |
|
390 |
.fm-page-title {
|
391 |
width: 310px;
|
392 |
+
font-size: 24px;
|
393 |
+
line-height: 24px;
|
394 |
+
color: #444;
|
395 |
+
float: left;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
396 |
}
|
397 |
|
398 |
.fm-upgrade-pro {
|
426 |
}
|
427 |
|
428 |
.fm-title {
|
429 |
+
float: left;
|
430 |
}
|
431 |
|
432 |
+
.fm-title span,
|
433 |
+
.fm-theme span {
|
434 |
+
display: inline-block;
|
435 |
+
min-width: 47px;
|
436 |
}
|
437 |
|
438 |
+
.fm-title input {
|
439 |
+
width: 270px;
|
440 |
+
padding: 2px;
|
441 |
+
border: 1px solid #c5c6c7 !important;
|
442 |
+
border-radius: 0;
|
443 |
+
height: 40px;
|
444 |
+
background: transparent;
|
445 |
+
margin: 0;
|
446 |
+
display: inline-block;
|
447 |
+
vertical-align: middle;
|
448 |
+
font-size: 13px;
|
449 |
+
box-shadow: none;
|
450 |
}
|
451 |
|
452 |
.fm-drag-and-drop {
|
453 |
margin-bottom: 10px;
|
454 |
}
|
455 |
|
456 |
+
.fm-drag-and-drop div {
|
457 |
padding: 5px 0;
|
458 |
font-style:italic;
|
459 |
}
|
469 |
display: inline !important;
|
470 |
float: none !important;
|
471 |
}
|
472 |
+
|
473 |
.fm-edit-content {
|
474 |
+
background: #fff;
|
475 |
margin: 20px 0;
|
476 |
padding: 15px 10px;
|
477 |
+
}
|
478 |
+
|
479 |
+
.fm_modal {
|
480 |
+
display: none;
|
481 |
+
position: fixed;
|
482 |
+
z-index: 1000;
|
483 |
+
top: 0;
|
484 |
+
left: 0;
|
485 |
+
height: 100%;
|
486 |
+
width: 100%;
|
487 |
+
background: rgba(255, 255, 255, .8);
|
488 |
+
}
|
489 |
+
|
490 |
+
.ui-progressbar {
|
491 |
+
position: relative;
|
492 |
+
}
|
493 |
+
|
494 |
+
#fm-progressbar {
|
495 |
+
position: fixed;
|
496 |
+
z-index: 1003;
|
497 |
+
width: 35%;
|
498 |
+
left: 0;
|
499 |
+
top: 0;
|
500 |
+
bottom: 0;
|
501 |
+
right: 0;
|
502 |
+
margin: auto;
|
503 |
+
font-size: 14px;
|
504 |
+
color: #444;
|
505 |
+
}
|
506 |
+
|
507 |
+
#fm-progressbar .ui-progressbar-value {
|
508 |
+
background: #3CB9F5;
|
509 |
+
border-right: #3CB9F5;
|
510 |
+
}
|
511 |
+
|
512 |
+
.fm-progress-label {
|
513 |
+
position: absolute;
|
514 |
+
left: 46%;
|
515 |
+
top: 4px;
|
516 |
+
}
|
517 |
+
|
518 |
+
.export_progress {
|
519 |
+
position: fixed;
|
520 |
+
z-index: 1003;
|
521 |
+
height: 100%;
|
522 |
+
width: 100%;
|
523 |
+
top: 56%;
|
524 |
+
left: 45%;
|
525 |
+
font-size: 15px;
|
526 |
+
color: #000;
|
527 |
+
display: none;
|
528 |
}
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Donate link: http://web-dorado.com/products/wordpress-contact-form-builder.html
|
|
4 |
Tags: form, forms, contact form, contact forms, contact form plugin, contact forms plugin, forms plugin, Contact Form Builder, contact form manager, multiple contact forms, custom form, Contact Form Builder with recaptcha, contact form with google map, feedback form, feedback forms, contact us, wordpress contact form, email form, feedback, web form, contact me, email, contact manager, contact us form, admin, captcha, contact, database, email, javascript, jquery, page, plugin, survey, widget, custom form, forms creator, text input, validation, send copy, form with captcha, advanced form, recaptcha, contact form with captcha
|
5 |
Requires at least: 3.4
|
6 |
Tested up to: 4.4
|
7 |
-
Stable tag: 1.0.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -138,6 +138,10 @@ After downloading the ZIP file,
|
|
138 |
|
139 |
== Changelog ==
|
140 |
|
|
|
|
|
|
|
|
|
141 |
= 1.0.37 =
|
142 |
Changed: Integrated with new version of reCAPTCHA.
|
143 |
|
4 |
Tags: form, forms, contact form, contact forms, contact form plugin, contact forms plugin, forms plugin, Contact Form Builder, contact form manager, multiple contact forms, custom form, Contact Form Builder with recaptcha, contact form with google map, feedback form, feedback forms, contact us, wordpress contact form, email form, feedback, web form, contact me, email, contact manager, contact us form, admin, captcha, contact, database, email, javascript, jquery, page, plugin, survey, widget, custom form, forms creator, text input, validation, send copy, form with captcha, advanced form, recaptcha, contact form with captcha
|
5 |
Requires at least: 3.4
|
6 |
Tested up to: 4.4
|
7 |
+
Stable tag: 1.0.38
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
138 |
|
139 |
== Changelog ==
|
140 |
|
141 |
+
= 1.0.38 =
|
142 |
+
Changed: Improve submissions export.
|
143 |
+
Changed: Manager page buttons disposition.
|
144 |
+
|
145 |
= 1.0.37 =
|
146 |
Changed: Integrated with new version of reCAPTCHA.
|
147 |
|