Version Description
- Improved form display speed
Download this release
Release Info
Developer | codepeople |
Plugin | Contact Form Email |
Version | 1.3.10 |
Comparing to | |
See all releases |
Code changes from version 1.3.09 to 1.3.10
- README.txt +5 -2
- cp-public-int.inc.php +2 -0
- form-to-email.php +1 -1
README.txt
CHANGED
@@ -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.09 =
|
460 |
* Faster form load speed
|
461 |
|
@@ -1084,5 +1087,5 @@ When you click a field already added into the contact form builder area, you can
|
|
1084 |
|
1085 |
== Upgrade Notice ==
|
1086 |
|
1087 |
-
= 1.3.
|
1088 |
-
*
|
456 |
|
457 |
== Changelog ==
|
458 |
|
459 |
+
= 1.3.10 =
|
460 |
+
* Improved form display speed
|
461 |
+
|
462 |
= 1.3.09 =
|
463 |
* Faster form load speed
|
464 |
|
1087 |
|
1088 |
== Upgrade Notice ==
|
1089 |
|
1090 |
+
= 1.3.10 =
|
1091 |
+
* Improved form display speed
|
cp-public-int.inc.php
CHANGED
@@ -12,6 +12,7 @@
|
|
12 |
<div id="fieldlist<?php echo '_'.$this->print_counter; ?>"></div>
|
13 |
</div>
|
14 |
</div>
|
|
|
15 |
<div id="cpcaptchalayer<?php echo '_'.$this->print_counter; ?>" class="cpcaptchalayer">
|
16 |
<?php if (!is_admin() && $this->get_option('cv_enable_captcha', CP_CFEMAIL_DEFAULT_cv_enable_captcha) != 'false') { ?>
|
17 |
<?php _e("Security Code",'contact-form-to-email'); ?>:<br />
|
@@ -22,6 +23,7 @@
|
|
22 |
</div><br />
|
23 |
<?php } ?>
|
24 |
</div>
|
|
|
25 |
<div id="cp_subbtn<?php echo '_'.$this->print_counter; ?>" class="cp_subbtn"><?php _e($button_label); ?></div>
|
26 |
</form>
|
27 |
<?php if (defined('APBCT_NAME')) { ?>
|
12 |
<div id="fieldlist<?php echo '_'.$this->print_counter; ?>"></div>
|
13 |
</div>
|
14 |
</div>
|
15 |
+
<div style="display:none">
|
16 |
<div id="cpcaptchalayer<?php echo '_'.$this->print_counter; ?>" class="cpcaptchalayer">
|
17 |
<?php if (!is_admin() && $this->get_option('cv_enable_captcha', CP_CFEMAIL_DEFAULT_cv_enable_captcha) != 'false') { ?>
|
18 |
<?php _e("Security Code",'contact-form-to-email'); ?>:<br />
|
23 |
</div><br />
|
24 |
<?php } ?>
|
25 |
</div>
|
26 |
+
</div>
|
27 |
<div id="cp_subbtn<?php echo '_'.$this->print_counter; ?>" class="cp_subbtn"><?php _e($button_label); ?></div>
|
28 |
</form>
|
29 |
<?php if (defined('APBCT_NAME')) { ?>
|
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.10
|
7 |
Author: CodePeople
|
8 |
Author URI: https://form2email.dwbooster.com
|
9 |
Text Domain: contact-form-to-email
|