Contact Form Email - Version 1.2.54

Version Description

  • Interface improvements
Download this release

Release Info

Developer codepeople
Plugin Icon 128x128 Contact Form Email
Version 1.2.54
Comparing to
See all releases

Code changes from version 1.2.53 to 1.2.54

README.txt CHANGED
@@ -454,6 +454,9 @@ When you click a field already added into the contact form builder area, you can
454
 
455
  == Changelog ==
456
 
 
 
 
457
  = 1.2.53 =
458
  * New activation issue fixed
459
 
@@ -920,5 +923,5 @@ When you click a field already added into the contact form builder area, you can
920
 
921
  == Upgrade Notice ==
922
 
923
- = 1.2.53 =
924
- * New activation issue fixed
454
 
455
  == Changelog ==
456
 
457
+ = 1.2.54 =
458
+ * Interface improvements
459
+
460
  = 1.2.53 =
461
  * New activation issue fixed
462
 
923
 
924
  == Upgrade Notice ==
925
 
926
+ = 1.2.54 =
927
+ * Interface improvements
bannerdk.php CHANGED
@@ -81,7 +81,7 @@ if(!function_exists( 'codepeople_add_promotecftedk_banner' ))
81
  <div class="codepeople-cftedkreview-banner-content">
82
  <div class="codepeople-cftedkreview-banner-text">
83
  <p><strong>Great! You have been using the Contact Form to Email plugin for a while. Take a moment to
84
- improve your website by getting the <span style="color:#1582AB;font-weight:bold;"><a href="https://form2email.dwbooster.com/download">full featured version</a></span> of the plugin for as little as $5.99.</strong>
85
  </p><p>This way you can build more professional contact / payment and booking forms improving your users experience and giving a better overall impression about your website. You will get a rich featured Visual Form Builder, uploads processing, the ability to create payment/booking forms, premium support service and a <a href="https://form2email.dwbooster.com/download">lot more of features</a>.</p>
86
  <p>Thank you for using the plugin!</p>
87
  </div>
81
  <div class="codepeople-cftedkreview-banner-content">
82
  <div class="codepeople-cftedkreview-banner-text">
83
  <p><strong>Great! You have been using the Contact Form to Email plugin for a while. Take a moment to
84
+ improve your website by getting the <span style="color:#1582AB;font-weight:bold;"><a href="https://form2email.dwbooster.com/download">full featured version</a></span> of the plugin.</strong>
85
  </p><p>This way you can build more professional contact / payment and booking forms improving your users experience and giving a better overall impression about your website. You will get a rich featured Visual Form Builder, uploads processing, the ability to create payment/booking forms, premium support service and a <a href="https://form2email.dwbooster.com/download">lot more of features</a>.</p>
86
  <p>Thank you for using the plugin!</p>
87
  </div>
cp-admin-int.inc.php CHANGED
@@ -320,7 +320,7 @@ if ( 'POST' == $_SERVER['REQUEST_METHOD'] && isset( $_POST[$this->prefix.'_post_
320
  </tr>
321
  <tr valign="top">
322
  <td colspan="2"> - The <em>class="pbSubmit"</em> can be used to modify the button styles. <br />
323
- - The styles can be applied into any of the CSS files of your theme or into the CSS file <em>"contact-form-to-email\css\stylepublic.css"</em>. <br />
324
  - For further modifications the submit button is located at the end of the file <em>"cp-public-int.inc.php"</em>.<br />
325
  - For general CSS styles modifications to the form and samples <a href="https://form2email.dwbooster.com/faq#q82" target="_blank">check this FAQ</a>.
326
  </tr>
320
  </tr>
321
  <tr valign="top">
322
  <td colspan="2"> - The <em>class="pbSubmit"</em> can be used to modify the button styles. <br />
323
+ - The styles can be applied into the <a href="?page=cp_contactformtoemail&edit=1&cal=<?php echo $this->item; ?>&item=css">CSS Customization Area</a>. <br />
324
  - For further modifications the submit button is located at the end of the file <em>"cp-public-int.inc.php"</em>.<br />
325
  - For general CSS styles modifications to the form and samples <a href="https://form2email.dwbooster.com/faq#q82" target="_blank">check this FAQ</a>.
326
  </tr>
cp_admin_int_edition.inc.php CHANGED
@@ -34,6 +34,12 @@ else if ($_GET["item"] == 'css')
34
 
35
  <div id="normal-sortables" class="meta-box-sortables">
36
 
 
 
 
 
 
 
37
  <textarea name="editionarea" id="editionarea" style="width:100%" rows="20"><?php echo $saved_contents; ?></textarea>
38
 
39
  </div>
34
 
35
  <div id="normal-sortables" class="meta-box-sortables">
36
 
37
+ <?php if ($_GET["item"] == 'css') { ?>
38
+ You can add custom CSS rules into this area (NO need to place the &lt;style&gt;&lt;/style&gt; tags). For ideas about useful styles check the <a href="https://form2email.dwbooster.com/faq#design">design section of the FAQ</a>.<br /><br />
39
+ <?php } else if ($_GET["item"] == 'js') { ?>
40
+ You can add custom scripts into this area (NO need to place the &lt;script&gt;&lt;/script&gt; tags).<br /><br />
41
+ <?php } ?>
42
+
43
  <textarea name="editionarea" id="editionarea" style="width:100%" rows="20"><?php echo $saved_contents; ?></textarea>
44
 
45
  </div>
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.2.53
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.2.54
7
  Author: CodePeople
8
  Author URI: https://form2email.dwbooster.com
9
  Text Domain: contact-form-to-email