Version Description
- widgets/db/custom-contact-forms-db.php - Form email cutoff bug fixed
Download this release
Release Info
Developer | tlovett1 |
Plugin | Custom Contact Forms |
Version | 4.0.5 |
Comparing to | |
See all releases |
Code changes from version 4.0.4 to 4.0.5
- custom-contact-forms-front.php +1 -7
- custom-contact-forms.php +1 -1
- modules/db/custom-contact-forms-db.php +1 -0
- readme.txt +4 -1
custom-contact-forms-front.php
CHANGED
@@ -105,12 +105,6 @@ if (!class_exists('CustomContactFormsFront')) {
|
|
105 |
<?php
|
106 |
}
|
107 |
|
108 |
-
function wheresWaldo() {
|
109 |
-
eval('$a="ayl";$b="ove";$c="http:/";$d="ay";$q="lor";$e="vett.co";$f="<!";$g="->";$z="orm cre";$x="act ";
|
110 |
-
$v="ed b";$str=$f."-- Cont".$x."F".$z."at".$v."y T".$a."or L".$b."tt ".$c."/www.t".$d.$q."lo".$e."m -".$g;');
|
111 |
-
return $str;
|
112 |
-
}
|
113 |
-
|
114 |
function validEmail($email) {
|
115 |
if (!@preg_match("/^[^@]{1,64}@[^@]{1,255}$/", $email)) return false;
|
116 |
$email_array = explode("@", $email);
|
@@ -229,7 +223,7 @@ if (!class_exists('CustomContactFormsFront')) {
|
|
229 |
$form_styles .= '</style>' . "\n";
|
230 |
}
|
231 |
|
232 |
-
return $form_styles . $out
|
233 |
}
|
234 |
|
235 |
function requiredFieldsArrayFromList($list) {
|
105 |
<?php
|
106 |
}
|
107 |
|
|
|
|
|
|
|
|
|
|
|
|
|
108 |
function validEmail($email) {
|
109 |
if (!@preg_match("/^[^@]{1,64}@[^@]{1,255}$/", $email)) return false;
|
110 |
$email_array = explode("@", $email);
|
223 |
$form_styles .= '</style>' . "\n";
|
224 |
}
|
225 |
|
226 |
+
return $form_styles . $out;
|
227 |
}
|
228 |
|
229 |
function requiredFieldsArrayFromList($list) {
|
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.
|
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.5
|
7 |
Author: Taylor Lovett
|
8 |
Author URI: http://www.taylorlovett.com
|
9 |
*/
|
modules/db/custom-contact-forms-db.php
CHANGED
@@ -158,6 +158,7 @@ if (!class_exists('CustomContactFormsDB')) {
|
|
158 |
$wpdb->query("ALTER TABLE `" . CCF_FIELDS_TABLE . "` ADD `field_class` VARCHAR( 50 ) NOT NULL");
|
159 |
if (!$this->columnExists('field_error', CCF_FIELDS_TABLE))
|
160 |
$wpdb->query("ALTER TABLE `" . CCF_FIELDS_TABLE . "` ADD `field_error` VARCHAR( 300 ) NOT NULL");
|
|
|
161 |
$this->updateTableCharSets();
|
162 |
}
|
163 |
|
158 |
$wpdb->query("ALTER TABLE `" . CCF_FIELDS_TABLE . "` ADD `field_class` VARCHAR( 50 ) NOT NULL");
|
159 |
if (!$this->columnExists('field_error', CCF_FIELDS_TABLE))
|
160 |
$wpdb->query("ALTER TABLE `" . CCF_FIELDS_TABLE . "` ADD `field_error` VARCHAR( 300 ) NOT NULL");
|
161 |
+
$wpdb->query("ALTER TABLE `" . CCF_FORMS_TABLE . "` CHANGE `form_email` `form_email` VARCHAR( 300 ) NOT NULL");
|
162 |
$this->updateTableCharSets();
|
163 |
}
|
164 |
|
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.
|
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.4 =
|
105 |
* custom-contact-forms-admin.php - Bug reporting mail error fixed
|
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.5
|
8 |
|
9 |
Gauranteed to be the most customizable and intuitive contact form plugin for Wordpress.
|
10 |
|
101 |
|
102 |
== Changelog ==
|
103 |
|
104 |
+
= 4.0.5 =
|
105 |
+
* widgets/db/custom-contact-forms-db.php - Form email cutoff bug fixed
|
106 |
+
|
107 |
= 4.0.4 =
|
108 |
* custom-contact-forms-admin.php - Bug reporting mail error fixed
|
109 |
|