Version Description
- CSS updates
Download this release
Release Info
Developer | codepeople |
Plugin | Contact Form Email |
Version | 1.3.20 |
Comparing to | |
See all releases |
Code changes from version 1.3.19 to 1.3.20
- README.txt +6 -3
- css/stylepublic.css +3 -5
- form-to-email.php +1 -1
README.txt
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
Contact Form Email ===
|
2 |
Contributors: codepeople
|
3 |
Donate link: https://form2email.dwbooster.com/download
|
4 |
Tags: contact form,contact,email,contact form database,form,contact form excel,form to email,form to database,contact form builder,form to csv,form to excel,contact form csv
|
@@ -456,6 +456,9 @@ When you click a field already added into the contact form builder area, you can
|
|
456 |
|
457 |
== Changelog ==
|
458 |
|
|
|
|
|
|
|
459 |
= 1.3.19 =
|
460 |
* Fixed bug when creating new forms
|
461 |
|
@@ -1111,5 +1114,5 @@ When you click a field already added into the contact form builder area, you can
|
|
1111 |
|
1112 |
== Upgrade Notice ==
|
1113 |
|
1114 |
-
= 1.3.
|
1115 |
-
*
|
1 |
+
=== Contact Form Email ===
|
2 |
Contributors: codepeople
|
3 |
Donate link: https://form2email.dwbooster.com/download
|
4 |
Tags: contact form,contact,email,contact form database,form,contact form excel,form to email,form to database,contact form builder,form to csv,form to excel,contact form csv
|
456 |
|
457 |
== Changelog ==
|
458 |
|
459 |
+
= 1.3.20 =
|
460 |
+
* CSS updates
|
461 |
+
|
462 |
= 1.3.19 =
|
463 |
* Fixed bug when creating new forms
|
464 |
|
1114 |
|
1115 |
== Upgrade Notice ==
|
1116 |
|
1117 |
+
= 1.3.20 =
|
1118 |
+
* CSS updates
|
css/stylepublic.css
CHANGED
@@ -62,23 +62,21 @@ z-index:1000;
|
|
62 |
#fbuilder span.uh{display:block;font-size:80%;clear:both}
|
63 |
#fbuilder .section_break{border-top:1px dotted #555;clear:both}
|
64 |
|
65 |
-
#fbuilder .uh_phone{
|
66 |
#fbuilder .uh_phone input{text-align:center;font-size:100%;}
|
67 |
#fbuilder .uh_phone div.cpefb_error{white-space:nowrap;}
|
68 |
.cpp_form { text-align:left}
|
69 |
#fbuilder .pbreak{display:none}
|
70 |
#fbuilder .pbreak.pb0{display:block}
|
71 |
-
#fbuilder .pbreak .pbPrevious
|
|
|
72 |
#fbuilder .pbreak.pb0 .pbPrevious{display:none}
|
73 |
#fbuilder .pbreak.pbEnd .pbNext{display:none}
|
74 |
.ignore{border:5px solid black}
|
75 |
.pbreak fieldset{border:1px solid #ccc;padding:10px}
|
76 |
.pbreak legend{border:1px solid #ccc;padding:5px 10px}
|
77 |
.cpcaptchalayer,.cp_subbtn{display:none}
|
78 |
-
#fbuilder input[type='radio'],#fbuilder input[type='checkbox']{width:auto}
|
79 |
.ui-tooltip.uh-tooltip{width:250px;font-size:10px;font-weight:normal;padding:5px;}
|
80 |
-
#fbuilder input[type="checkbox"]{-webkit-appearance:checkbox!important;}
|
81 |
-
#fbuilder input[type="radio"]{-webkit-appearance:radio!important;}
|
82 |
|
83 |
#fbuilder .cff-close-dlg{display:inline-block;width:16px;height:16px;position:absolute;top:10px;right:10px;cursor:pointer;background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAAowAAAKMB8MeazgAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAAB5SURBVDiNrZPRCcAwCEQfnUiySAZuF8kSWeH6Yz8KrQZMQAicJ+epAB0YwAmYJKIADLic0/GPPCbQAnLznCd/4NWUFfkgy1VjH8CryA95ApYltAiTRCZxpuoW+gz9WXE6NPeg+ra1UDIxGlWEObe4SGxY5fIxlc75Bkt9V4JS7KWJAAAAAElFTkSuQmCC59ef34356faa7edebc7ed5432ddb673d');
|
84 |
}
|
62 |
#fbuilder span.uh{display:block;font-size:80%;clear:both}
|
63 |
#fbuilder .section_break{border-top:1px dotted #555;clear:both}
|
64 |
|
65 |
+
#fbuilder .uh_phone{display:inline-block;margin:0px 5px;font-size:80%;text-align:center;position:relative;}
|
66 |
#fbuilder .uh_phone input{text-align:center;font-size:100%;}
|
67 |
#fbuilder .uh_phone div.cpefb_error{white-space:nowrap;}
|
68 |
.cpp_form { text-align:left}
|
69 |
#fbuilder .pbreak{display:none}
|
70 |
#fbuilder .pbreak.pb0{display:block}
|
71 |
+
#fbuilder .pbreak .pbPrevious,#fbuilder .pbreak .pbNext,#fbuilder .pbSubmit{background:#ccc;color:#000;display:inline-block;cursor:pointer;margin:10px 10px 0px 0px;padding:5px 20px;}
|
72 |
+
#fbuilder fieldset{display:inherit}
|
73 |
#fbuilder .pbreak.pb0 .pbPrevious{display:none}
|
74 |
#fbuilder .pbreak.pbEnd .pbNext{display:none}
|
75 |
.ignore{border:5px solid black}
|
76 |
.pbreak fieldset{border:1px solid #ccc;padding:10px}
|
77 |
.pbreak legend{border:1px solid #ccc;padding:5px 10px}
|
78 |
.cpcaptchalayer,.cp_subbtn{display:none}
|
|
|
79 |
.ui-tooltip.uh-tooltip{width:250px;font-size:10px;font-weight:normal;padding:5px;}
|
|
|
|
|
80 |
|
81 |
#fbuilder .cff-close-dlg{display:inline-block;width:16px;height:16px;position:absolute;top:10px;right:10px;cursor:pointer;background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAAowAAAKMB8MeazgAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAAB5SURBVDiNrZPRCcAwCEQfnUiySAZuF8kSWeH6Yz8KrQZMQAicJ+epAB0YwAmYJKIADLic0/GPPCbQAnLznCd/4NWUFfkgy1VjH8CryA95ApYltAiTRCZxpuoW+gz9WXE6NPeg+ra1UDIxGlWEObe4SGxY5fIxlc75Bkt9V4JS7KWJAAAAAElFTkSuQmCC59ef34356faa7edebc7ed5432ddb673d');
|
82 |
}
|
form-to-email.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Plugin Name: Contact Form Email
|
4 |
Plugin URI: https://form2email.dwbooster.com/download
|
5 |
Description: Contact form that sends the data to email and also to a database list and CSV file.
|
6 |
-
Version: 1.3.
|
7 |
Author: CodePeople
|
8 |
Author URI: https://form2email.dwbooster.com
|
9 |
Text Domain: contact-form-to-email
|
3 |
Plugin Name: Contact Form Email
|
4 |
Plugin URI: https://form2email.dwbooster.com/download
|
5 |
Description: Contact form that sends the data to email and also to a database list and CSV file.
|
6 |
+
Version: 1.3.20
|
7 |
Author: CodePeople
|
8 |
Author URI: https://form2email.dwbooster.com
|
9 |
Text Domain: contact-form-to-email
|