Custom Contact Forms - Version 4.0.7

Version Description

  • custom-contact-forms-admin.php - Admin panel updated
Download this release

Release Info

Developer tlovett1
Plugin Icon 128x128 Custom Contact Forms
Version 4.0.7
Comparing to
See all releases

Code changes from version 4.0.6 to 4.0.7

css/custom-contact-forms-admin.css CHANGED
@@ -14,6 +14,24 @@
14
  font-weight:bold;
15
  text-shadow:0 -1px 0 rgba(0, 0, 0, 0.3);
16
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
17
  #customcontactforms-admin input[type=button] {
18
  -moz-background-clip:border;
19
  -moz-background-inline-policy:continuous;
@@ -82,6 +100,7 @@
82
  text-align:center;
83
  margin:.5em 0 .8em 5px;
84
  -moz-border-radius:11px;
 
85
  -webkit-border-radius:11px;
86
  border-radius:11px;
87
  }
14
  font-weight:bold;
15
  text-shadow:0 -1px 0 rgba(0, 0, 0, 0.3);
16
  }
17
+ #customcontactforms-admin .genesis {
18
+ text-align:center;
19
+ background-color:#FFFEEB;
20
+ width:920px;
21
+ border:1px solid #cccccc;
22
+ display:block;
23
+ height:30px;
24
+ font-weight:bold;
25
+ text-decoration:none;
26
+ padding:7px 7px 7px 7px;
27
+ margin:.5em 0 .8em 5px;
28
+ -moz-border-radius:11px;
29
+ -webkit-border-radius:11px;
30
+ border-radius:11px;
31
+ font-size:11px;
32
+ line-height:normal;
33
+ }
34
+ #customcontactforms-admin .genesis span { color:red; font-weight:bold; }
35
  #customcontactforms-admin input[type=button] {
36
  -moz-background-clip:border;
37
  -moz-background-inline-policy:continuous;
100
  text-align:center;
101
  margin:.5em 0 .8em 5px;
102
  -moz-border-radius:11px;
103
+ font-size:11px;
104
  -webkit-border-radius:11px;
105
  border-radius:11px;
106
  }
custom-contact-forms-admin.php CHANGED
@@ -367,6 +367,7 @@ if (!class_exists('CustomContactFormsAdmin')) {
367
  <input type="image" src="https://www.paypal.com/en_US/i/btn/btn_donate_SM.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">
368
  <img alt="Donate to Custom Contact Forms plugin" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1">
369
  </form>
 
370
 
371
  </a> <a name="create-fields"></a>
372
  <div id="create-fields" class="postbox">
367
  <input type="image" src="https://www.paypal.com/en_US/i/btn/btn_donate_SM.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">
368
  <img alt="Donate to Custom Contact Forms plugin" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1">
369
  </form>
370
+ <a class="genesis" href="https://www.e-junkie.com/ecom/gb.php?ii=717791&c=ib&aff=125082&cl=10214">Custom Contact Forms works best with any of the 20+ <span>Genesis</span> Wordpress child themes. The <span>Genesis Framework</span> empowers you to quickly and easily build incredible websites with WordPress.</a>
371
 
372
  </a> <a name="create-fields"></a>
373
  <div id="create-fields" class="postbox">
custom-contact-forms.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: Custom Contact Forms
4
  Plugin URI: http://taylorlovett.com/wordpress-plugins
5
  Description: Guaranteed to be 1000X more customizable and intuitive than Fast Secure Contact Forms or Contact Form 7. Customize every aspect of your forms without any knowledge of CSS: borders, padding, sizes, colors. Ton's of great features. Required fields, form submissions saved to database, captchas, tooltip popovers, unlimited fields/forms/form styles, import/export, use a custom thank you page or built-in popover with a custom success message set for each form.
6
- Version: 4.0.6
7
  Author: Taylor Lovett
8
  Author URI: http://www.taylorlovett.com
9
  */
3
  Plugin Name: Custom Contact Forms
4
  Plugin URI: http://taylorlovett.com/wordpress-plugins
5
  Description: Guaranteed to be 1000X more customizable and intuitive than Fast Secure Contact Forms or Contact Form 7. Customize every aspect of your forms without any knowledge of CSS: borders, padding, sizes, colors. Ton's of great features. Required fields, form submissions saved to database, captchas, tooltip popovers, unlimited fields/forms/form styles, import/export, use a custom thank you page or built-in popover with a custom success message set for each form.
6
+ Version: 4.0.7
7
  Author: Taylor Lovett
8
  Author URI: http://www.taylorlovett.com
9
  */
readme.txt CHANGED
@@ -4,7 +4,7 @@ Donate link: http://www.taylorlovett.com
4
  Tags: contact form, web form, custom contact form, custom forms, captcha form, contact fields, form mailers
5
  Requires at least: 2.8.1
6
  Tested up to: 3.0.1
7
- Stable tag: 4.0.6
8
 
9
  Gauranteed to be the most customizable and intuitive contact form plugin for Wordpress.
10
 
@@ -101,6 +101,9 @@ Visit http://www.taylorlovett.com/wordpress-plugins for screenshots. Right now a
101
 
102
  == Changelog ==
103
 
 
 
 
104
  = 4.0.6 =
105
  * modules/widgets/custom-contact-forms-widget.php - Form title added via widget
106
 
4
  Tags: contact form, web form, custom contact form, custom forms, captcha form, contact fields, form mailers
5
  Requires at least: 2.8.1
6
  Tested up to: 3.0.1
7
+ Stable tag: 4.0.7
8
 
9
  Gauranteed to be the most customizable and intuitive contact form plugin for Wordpress.
10
 
101
 
102
  == Changelog ==
103
 
104
+ = 4.0.7 =
105
+ * custom-contact-forms-admin.php - Admin panel updated
106
+
107
  = 4.0.6 =
108
  * modules/widgets/custom-contact-forms-widget.php - Form title added via widget
109