Custom Contact Forms - Version 2.0.3

Version Description

Required fields option will be added in mid-August 2010

Download this release

Release Info

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

Code changes from version 2.0.2 to 2.0.3

Files changed (3) hide show
  1. custom-contact-forms.css +13 -13
  2. custom-contact-forms.php +3 -2
  3. readme.txt +7 -7
custom-contact-forms.css CHANGED
@@ -14,32 +14,32 @@ form.customcontactform-sidebar {
14
  color:#333333;
15
  font-size:1em;
16
  }
17
- form.customcontactform ul, form.customcontactform-sidebar ul {
18
  list-style-type:none;
19
  }
20
- form.customcontactform ul li, form.customcontactform-sidebar ul li {
21
  margin:.3em 0 .3em 0;
22
  padding:4px 0 4px 0;
23
  overflow:hidden;
24
  }
25
- form.customcontactform ul li {
26
  border-bottom:1px dashed #999;
27
  }
28
  form.customcontactform h4, form.customcontactform-sidebar h4 {
29
  font-size:1.4em;
30
  font-weight:bold;
31
  }
32
- form.customcontactform ul li label {
33
  display:block;
34
  padding:0;
35
  width:100%;
36
  }
37
- form.customcontactform-sidebar ul li label { width:100%; }
38
- form.customcontactform ul li label.checkbox, form.customcontactform-sidebar ul li label.checkbox {
39
  display:inline;
40
  width:20%;
41
  }
42
- form.customcontactform ul li input[type=text], form.customcontactform ul li textarea, form.customcontactform-sidebar ul li input[type=text], form.customcontactform-sidebar ul li textarea {
43
  border-width:1px;
44
  border-style:solid;
45
  border-spacing:0;
@@ -57,15 +57,15 @@ form.customcontactform ul li input[type=text], form.customcontactform ul li text
57
  word-wrap:break-word;
58
  }
59
  form.customcontactform p, form.customcontactform-sidebar p { padding:0 0 4px 17px; margin:0; }
60
- form.customcontactform ul li input[type=submit], form.customcontactform ul li .submit, form.customcontactform-sidebar ul li .submit {
61
  font-size:1em; margin-left:8px;
62
  }
63
- form.customcontactform ul li input[type=checkbox], form.customcontactform-sidebar ul li input[type=checkbox] {
64
  width:20px;
65
  padding:0;
66
  margin:0;
67
  }
68
- form.customcontactform-sidebar ul li input[type=text], form.customcontactform-sidebar ul li textarea {
69
  width:90%;
70
  font-size:12px;
71
  }
@@ -131,11 +131,11 @@ form.customcontactform-sidebar ul li input[type=text], form.customcontactform-si
131
  }
132
  #customcontactforms-admin #create-styles .style_left { float:left; width:48% }
133
  #customcontactforms-admin #create-styles .style_right { float:right; width:48%; clear:none }
134
- #customcontactforms-admin #general-settings form ul li.descrip {
135
  font-style:italic;
136
  padding-left:20px;
137
  }
138
- #customcontactforms-admin #general-settings form ul li.show-widget {
139
  margin-top:1em;
140
  padding-top:.4em;
141
  border-top:1px solid #ccc;
@@ -154,7 +154,7 @@ form.customcontactform-sidebar ul li input[type=text], form.customcontactform-si
154
  border-left:1px solid #ccc;
155
  margin:0 1em 1em 1em;
156
  }
157
- #customcontactforms-admin #create-forms .inside ul li {
158
  font-size:.8em;
159
  }
160
  #customcontactforms-admin .manage-h3 {
14
  color:#333333;
15
  font-size:1em;
16
  }
17
+ form.customcontactform div, form.customcontactform-sidebar div {
18
  list-style-type:none;
19
  }
20
+ form.customcontactform div p, form.customcontactform-sidebar div p {
21
  margin:.3em 0 .3em 0;
22
  padding:4px 0 4px 0;
23
  overflow:hidden;
24
  }
25
+ form.customcontactform div p {
26
  border-bottom:1px dashed #999;
27
  }
28
  form.customcontactform h4, form.customcontactform-sidebar h4 {
29
  font-size:1.4em;
30
  font-weight:bold;
31
  }
32
+ form.customcontactform div p label {
33
  display:block;
34
  padding:0;
35
  width:100%;
36
  }
37
+ form.customcontactform-sidebar div p label { width:100%; }
38
+ form.customcontactform div p label.checkbox, form.customcontactform-sidebar div p label.checkbox {
39
  display:inline;
40
  width:20%;
41
  }
42
+ form.customcontactform div p input[type=text], form.customcontactform div p textarea, form.customcontactform-sidebar div p input[type=text], form.customcontactform-sidebar div p textarea {
43
  border-width:1px;
44
  border-style:solid;
45
  border-spacing:0;
57
  word-wrap:break-word;
58
  }
59
  form.customcontactform p, form.customcontactform-sidebar p { padding:0 0 4px 17px; margin:0; }
60
+ form.customcontactform div p input[type=submit], form.customcontactform div p .submit, form.customcontactform-sidebar div p .submit {
61
  font-size:1em; margin-left:8px;
62
  }
63
+ form.customcontactform div p input[type=checkbox], form.customcontactform-sidebar div p input[type=checkbox] {
64
  width:20px;
65
  padding:0;
66
  margin:0;
67
  }
68
+ form.customcontactform-sidebar div p input[type=text], form.customcontactform-sidebar div p textarea {
69
  width:90%;
70
  font-size:12px;
71
  }
131
  }
132
  #customcontactforms-admin #create-styles .style_left { float:left; width:48% }
133
  #customcontactforms-admin #create-styles .style_right { float:right; width:48%; clear:none }
134
+ #customcontactforms-admin #general-settings form div p.descrip {
135
  font-style:italic;
136
  padding-left:20px;
137
  }
138
+ #customcontactforms-admin #general-settings form div p.show-widget {
139
  margin-top:1em;
140
  padding-top:.4em;
141
  border-top:1px solid #ccc;
154
  border-left:1px solid #ccc;
155
  margin:0 1em 1em 1em;
156
  }
157
+ #customcontactforms-admin #create-forms .inside div p {
158
  font-size:.8em;
159
  }
160
  #customcontactforms-admin .manage-h3 {
custom-contact-forms.php CHANGED
@@ -2,8 +2,8 @@
2
  /*
3
  Plugin Name: Custom Contact Forms
4
  Plugin URI: http://taylorlovett.com/wordpress-plugins
5
- Description: VERSION 2.0.0 RELEASED! YOU CAN NOW CUSTOMIZE EVERY ASPECT OF YOUR FORMS APPEARANCE WITH ANY EASY TO USE FORM - BORDERS, FONT SIZES, COLORS, PADDING, MARGINS, BACKGROUNDS, AND MORE. Custom Contact Forms is a plugin for handling and displaying custom web forms [customcontact form=1] in any page, post, category, or archive in which you want the form to show. This plugin allows you to create fields with a variety of options and to attach them to specific forms you create; definitely allows for more customization than any other Wordpress Contact Form plugin; comes with a customizable captcha spam blocker! Also comes with a web form widget to drag-and-drop in to your sidebar. <a href="options-general.php?page=custom-contact-forms" title="Maryland Wordpress Developer">Plugin Settings</a>
6
- Version: 2.0.2
7
  Author: <a href="http://www.taylorlovett.com" title="Maryland Wordpress Developer">Taylor Lovett</a>
8
  Author URI: http://www.taylorlovett.com
9
  Contributors: Taylor Lovett
@@ -780,6 +780,7 @@ if (!class_exists('CustomContactForms')) {
780
  $out .= '.' . $style->style_slug . " div { padding:0; margin:0; }\n";
781
  $out .= '.' . $style->style_slug . " h4 { padding:0; margin:".$style->title_margin." ".$style->title_margin." ".$style->title_margin." 0; color:".$style->title_fontcolor."; font-size:".$style->title_fontsize."; } \n";
782
  $out .= '.' . $style->style_slug . " label { padding:0; margin:".$style->label_margin." ".$style->label_margin." ".$style->label_margin." 0; display:block; color:".$style->label_fontcolor."; width:".$style->label_width."; font-size:".$style->label_fontsize."; } \n";
 
783
  $out .= '.' . $style->style_slug . " input[type=text] { color:".$style->field_fontcolor."; margin:0 0 .4em 0; width:".$style->input_width."; font-size:".$style->field_fontsize."; background-color:".$style->field_backgroundcolor."; border:1px ".$style->field_borderstyle." ".$style->field_bordercolor."; } \n";
784
  $out .= '.' . $style->style_slug . " .submit { color:".$style->submit_fontcolor."; width:".$style->submit_width."; height:".$style->submit_height."; font-size:".$style->submit_fontsize."; } \n";
785
  $out .= '.' . $style->style_slug . " textarea { color:".$style->field_fontcolor."; width:".$style->textarea_width."; margin:0 0 .4em 0; height:".$style->textarea_height."; font-size:".$style->field_fontsize."; border:1px ".$style->field_borderstyle." ".$style->field_bordercolor."; } \n";
2
  /*
3
  Plugin Name: Custom Contact Forms
4
  Plugin URI: http://taylorlovett.com/wordpress-plugins
5
+ Description: VERSION 2.0.3 RELEASED! YOU CAN NOW CUSTOMIZE EVERY ASPECT OF YOUR FORMS APPEARANCE WITH ANY EASY TO USE FORM - BORDERS, FONT SIZES, COLORS, PADDING, MARGINS, BACKGROUNDS, AND MORE. Custom Contact Forms is a plugin for handling and displaying custom web forms [customcontact form=1] in any page, post, category, or archive in which you want the form to show. This plugin allows you to create fields with a variety of options and to attach them to specific forms you create; definitely allows for more customization than any other Wordpress Contact Form plugin; comes with a customizable captcha spam blocker! Also comes with a web form widget to drag-and-drop in to your sidebar. <a href="options-general.php?page=custom-contact-forms" title="Maryland Wordpress Developer">Plugin Settings</a>
6
+ Version: 2.0.3
7
  Author: <a href="http://www.taylorlovett.com" title="Maryland Wordpress Developer">Taylor Lovett</a>
8
  Author URI: http://www.taylorlovett.com
9
  Contributors: Taylor Lovett
780
  $out .= '.' . $style->style_slug . " div { padding:0; margin:0; }\n";
781
  $out .= '.' . $style->style_slug . " h4 { padding:0; margin:".$style->title_margin." ".$style->title_margin." ".$style->title_margin." 0; color:".$style->title_fontcolor."; font-size:".$style->title_fontsize."; } \n";
782
  $out .= '.' . $style->style_slug . " label { padding:0; margin:".$style->label_margin." ".$style->label_margin." ".$style->label_margin." 0; display:block; color:".$style->label_fontcolor."; width:".$style->label_width."; font-size:".$style->label_fontsize."; } \n";
783
+ $out .= '.' . $style->style_slug . " label.checkbox { display:inline; }; \n";
784
  $out .= '.' . $style->style_slug . " input[type=text] { color:".$style->field_fontcolor."; margin:0 0 .4em 0; width:".$style->input_width."; font-size:".$style->field_fontsize."; background-color:".$style->field_backgroundcolor."; border:1px ".$style->field_borderstyle." ".$style->field_bordercolor."; } \n";
785
  $out .= '.' . $style->style_slug . " .submit { color:".$style->submit_fontcolor."; width:".$style->submit_width."; height:".$style->submit_height."; font-size:".$style->submit_fontsize."; } \n";
786
  $out .= '.' . $style->style_slug . " textarea { color:".$style->field_fontcolor."; width:".$style->textarea_width."; margin:0 0 .4em 0; height:".$style->textarea_height."; font-size:".$style->field_fontsize."; border:1px ".$style->field_borderstyle." ".$style->field_bordercolor."; } \n";
readme.txt CHANGED
@@ -3,7 +3,7 @@ Plugin Name: Custom Contact Forms
3
  Tags: contact form, web form, custom contact form, custom forms, captcha form, contact fields, form mailers
4
  Requires at least: 2.7.1
5
  Tested up to: 3.0
6
- Stable tag: 2.0.2
7
  Contributors: Taylor Lovett
8
  Download link: http://www.taylorlovett.com/wordpress-plugins/
9
  Author: Taylor Lovett
@@ -23,11 +23,8 @@ VERSION 2.0.0 RELEASED! YOU CAN NOW CUSTOMIZE EVERY ASPECT OF YOUR FORMS APPEARA
23
  5. Configure the General Settings appropriately; this is important if you want to receive your web form messages!
24
  == Support ==
25
  For questions, feature requests, and support concerning the Custom Contact Forms plugin, please email me at:
26
- admin@taylorlovett.com or visit http://www.taylorlovett.com and fill out my contact form.
27
-
28
-
29
- Official Bug Testers:
30
- Mark Lasserre - www.lasserre.us
31
  == Upgrade Notice ==
32
  Required fields option will be added in mid-August 2010
33
  == Change Log ==
@@ -63,4 +60,7 @@ Required fields option will be added in mid-August 2010
63
  * custom-contact-forms-db.php - default style values added
64
  2.0.2
65
  * custom-contact-forms.php - Form li's changed to p's
66
- * images/ - folder readded to correct captcha error
 
 
 
3
  Tags: contact form, web form, custom contact form, custom forms, captcha form, contact fields, form mailers
4
  Requires at least: 2.7.1
5
  Tested up to: 3.0
6
+ Stable tag: 2.0.3
7
  Contributors: Taylor Lovett
8
  Download link: http://www.taylorlovett.com/wordpress-plugins/
9
  Author: Taylor Lovett
23
  5. Configure the General Settings appropriately; this is important if you want to receive your web form messages!
24
  == Support ==
25
  For questions, feature requests, and support concerning the Custom Contact Forms plugin, please email me at:
26
+ admin@taylorlovett.com
27
+ I respond to emails same-day!
 
 
 
28
  == Upgrade Notice ==
29
  Required fields option will be added in mid-August 2010
30
  == Change Log ==
60
  * custom-contact-forms-db.php - default style values added
61
  2.0.2
62
  * custom-contact-forms.php - Form li's changed to p's
63
+ * images/ - folder readded to correct captcha error
64
+ 2.0.3
65
+ * custom-contact-forms.php - custom style checkbox display:block error fixed
66
+ * custom-contact-forms.css - li's converted to p's