Version Description
Required fields option will be added in mid-August 2010
Download this release
Release Info
Developer | tlovett1 |
Plugin | Custom Contact Forms |
Version | 2.2.4 |
Comparing to | |
See all releases |
Code changes from version 2.2.3 to 2.2.4
- custom-contact-forms.php +3 -3
- readme.txt +20 -2
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.2.
|
6 |
-
Version: 2.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
|
@@ -944,7 +944,7 @@ if (!class_exists('CustomContactForms')) {
|
|
944 |
} elseif ($field->field_type == 'Checkbox') {
|
945 |
$out .= '<p><input '.$instructions.' type="checkbox" name="'.parent::decodeOption($field->field_slug, 1, 1).'" value="'.parent::decodeOption($field->field_value, 1, 1).'" '.$input_id.' /> <label class="checkbox" for="'.parent::decodeOption($field->field_slug, 1, 1).'">'.parent::decodeOption($field->field_label, 1, 1).'</label></p>' . "\n";
|
946 |
} elseif ($field->field_type == 'Textarea') {
|
947 |
-
$out .= '<p><label for="'.parent::decodeOption($field->field_slug, 1, 1).'">'
|
948 |
}
|
949 |
}
|
950 |
$submit_text = (!empty($form->submit_button_text)) ? parent::decodeOption($form->submit_button_text, 1, 0) : 'Submit';
|
2 |
/*
|
3 |
Plugin Name: Custom Contact Forms
|
4 |
Plugin URI: http://taylorlovett.com/wordpress-plugins
|
5 |
+
Description: VERSION 2.2.4 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.2.4
|
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
|
944 |
} elseif ($field->field_type == 'Checkbox') {
|
945 |
$out .= '<p><input '.$instructions.' type="checkbox" name="'.parent::decodeOption($field->field_slug, 1, 1).'" value="'.parent::decodeOption($field->field_value, 1, 1).'" '.$input_id.' /> <label class="checkbox" for="'.parent::decodeOption($field->field_slug, 1, 1).'">'.parent::decodeOption($field->field_label, 1, 1).'</label></p>' . "\n";
|
946 |
} elseif ($field->field_type == 'Textarea') {
|
947 |
+
$out .= '<p><label for="'.parent::decodeOption($field->field_slug, 1, 1).'">'.parent::decodeOption($field->field_label, 1, 1).'</label><textarea '.$instructions.' '.$input_id.' rows="5" cols="40" name="'.parent::decodeOption($field->field_slug, 1, 1).'">'.$field_value.'</textarea></p>' . "\n";
|
948 |
}
|
949 |
}
|
950 |
$submit_text = (!empty($form->submit_button_text)) ? parent::decodeOption($form->submit_button_text, 1, 0) : 'Submit';
|
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.1
|
6 |
-
Stable tag: 2.2.
|
7 |
Contributors: Taylor Lovett
|
8 |
Download link: http://www.taylorlovett.com/wordpress-plugins/
|
9 |
Author: Taylor Lovett
|
@@ -72,50 +72,68 @@ I respond to emails same-day!
|
|
72 |
== Upgrade Notice ==
|
73 |
Required fields option will be added in mid-August 2010
|
74 |
== Change Log ==
|
|
|
75 |
1.0.0:
|
76 |
* Plugin Release
|
|
|
77 |
1.0.1:
|
78 |
* custom-contact-forms.css - Form style changes
|
|
|
79 |
1.1.0:
|
80 |
* custom-contact-forms-db.php - Table upgrade functions added
|
81 |
* custom-contact-forms.php - New functions for error handling and captcha
|
82 |
* custom-contact-forms.css - Forms restyled
|
83 |
* custom-contact-forms-images.php - Image handling class added
|
84 |
* image.php, images/ - Image for captcha displaying
|
|
|
85 |
1.1.1
|
86 |
* custom-contact-forms.css - Label styles changed
|
87 |
* custom-contact-forms.php - Admin option added to remember field values
|
|
|
88 |
1.1.2
|
89 |
* custom-contact-forms-db.php - create_tables function edited to work for Wordpress MU due to error in wp-admin/includes/upgrade.php
|
|
|
90 |
1.1.3
|
91 |
* custom-contact-forms.php - Captcha label bug fixed
|
92 |
* custom-contact-forms-db.php - Default captcha label changed
|
|
|
93 |
1.2.0
|
94 |
* custom-contact-forms.php - Option to update to Custom Contact Forms Pro
|
|
|
95 |
1.2.1
|
96 |
* custom-contact-forms.php - Upgrade options changed
|
97 |
* custom-contact-forms-css.php - CSS bug corrected
|
|
|
98 |
2.0.0
|
99 |
* custom-contact-forms.php - Style manager added
|
100 |
* custom-contact-forms.css - style manager styles added
|
101 |
* custom-contact-forms-db.php - Style manager db functions added
|
|
|
102 |
2.0.1
|
103 |
* custom-contact-forms.php - Duplicate form slug bug fixed, default style values added, stripslahses on form messages
|
104 |
* custom-contact-forms-db.php - default style values added
|
|
|
105 |
2.0.2
|
106 |
* custom-contact-forms.php - Form li's changed to p's
|
107 |
* images/ - folder readded to correct captcha error
|
|
|
108 |
2.0.3
|
109 |
* custom-contact-forms.php - custom style checkbox display:block error fixed
|
110 |
* custom-contact-forms.css - li's converted to p's
|
|
|
111 |
2.1.0
|
112 |
* custom-contact-forms.php - New fixed field added, plugin news, bug fixes
|
113 |
* custom-contact-forms.css - New styles added and style bugs fixed
|
114 |
* custom-contact-forms-db.php - New fixed field added
|
|
|
115 |
2.2.0
|
116 |
* custom-contact-forms.php - Plugin nav, hide plugin author link, bug reporting, suggest a feature
|
117 |
* custom-contact-forms.css - New styles added and style bugs fixed
|
|
|
118 |
2.2.3
|
119 |
* custom-contact-forms.php - Remember fields bug fixed, init rearranged, field instructions
|
120 |
* custom-contact-forms.css
|
121 |
-
* custom-contact-forms-db.php
|
|
|
|
|
|
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.1
|
6 |
+
Stable tag: 2.2.4
|
7 |
Contributors: Taylor Lovett
|
8 |
Download link: http://www.taylorlovett.com/wordpress-plugins/
|
9 |
Author: Taylor Lovett
|
72 |
== Upgrade Notice ==
|
73 |
Required fields option will be added in mid-August 2010
|
74 |
== Change Log ==
|
75 |
+
|
76 |
1.0.0:
|
77 |
* Plugin Release
|
78 |
+
|
79 |
1.0.1:
|
80 |
* custom-contact-forms.css - Form style changes
|
81 |
+
|
82 |
1.1.0:
|
83 |
* custom-contact-forms-db.php - Table upgrade functions added
|
84 |
* custom-contact-forms.php - New functions for error handling and captcha
|
85 |
* custom-contact-forms.css - Forms restyled
|
86 |
* custom-contact-forms-images.php - Image handling class added
|
87 |
* image.php, images/ - Image for captcha displaying
|
88 |
+
|
89 |
1.1.1
|
90 |
* custom-contact-forms.css - Label styles changed
|
91 |
* custom-contact-forms.php - Admin option added to remember field values
|
92 |
+
|
93 |
1.1.2
|
94 |
* custom-contact-forms-db.php - create_tables function edited to work for Wordpress MU due to error in wp-admin/includes/upgrade.php
|
95 |
+
|
96 |
1.1.3
|
97 |
* custom-contact-forms.php - Captcha label bug fixed
|
98 |
* custom-contact-forms-db.php - Default captcha label changed
|
99 |
+
|
100 |
1.2.0
|
101 |
* custom-contact-forms.php - Option to update to Custom Contact Forms Pro
|
102 |
+
|
103 |
1.2.1
|
104 |
* custom-contact-forms.php - Upgrade options changed
|
105 |
* custom-contact-forms-css.php - CSS bug corrected
|
106 |
+
|
107 |
2.0.0
|
108 |
* custom-contact-forms.php - Style manager added
|
109 |
* custom-contact-forms.css - style manager styles added
|
110 |
* custom-contact-forms-db.php - Style manager db functions added
|
111 |
+
|
112 |
2.0.1
|
113 |
* custom-contact-forms.php - Duplicate form slug bug fixed, default style values added, stripslahses on form messages
|
114 |
* custom-contact-forms-db.php - default style values added
|
115 |
+
|
116 |
2.0.2
|
117 |
* custom-contact-forms.php - Form li's changed to p's
|
118 |
* images/ - folder readded to correct captcha error
|
119 |
+
|
120 |
2.0.3
|
121 |
* custom-contact-forms.php - custom style checkbox display:block error fixed
|
122 |
* custom-contact-forms.css - li's converted to p's
|
123 |
+
|
124 |
2.1.0
|
125 |
* custom-contact-forms.php - New fixed field added, plugin news, bug fixes
|
126 |
* custom-contact-forms.css - New styles added and style bugs fixed
|
127 |
* custom-contact-forms-db.php - New fixed field added
|
128 |
+
|
129 |
2.2.0
|
130 |
* custom-contact-forms.php - Plugin nav, hide plugin author link, bug reporting, suggest a feature
|
131 |
* custom-contact-forms.css - New styles added and style bugs fixed
|
132 |
+
|
133 |
2.2.3
|
134 |
* custom-contact-forms.php - Remember fields bug fixed, init rearranged, field instructions
|
135 |
* custom-contact-forms.css
|
136 |
+
* custom-contact-forms-db.php
|
137 |
+
|
138 |
+
2.2.4
|
139 |
+
* custom-contact-forms.php - Textarea field instruction bug fixed
|