Custom Contact Forms - Version 4.0.4

Version Description

  • custom-contact-forms-admin.php - Bug reporting mail error fixed
Download this release

Release Info

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

Code changes from version 4.0.3 to 4.0.4

custom-contact-forms-admin.php CHANGED
@@ -81,7 +81,8 @@ if (!class_exists('CustomContactFormsAdmin')) {
81
  } else
82
  $mail->SMTPAuth = false;
83
  }
84
- $mail->SetFrom($email, 'Custom Contact Forms');
 
85
  $mail->AddAddress('admin@taylorlovett.com');
86
  $mail->Subject = "CCF Message: $type";
87
  $mail->AltBody = "To view the message, please use an HTML compatible email viewer!"; // optional, comment out and test
81
  } else
82
  $mail->SMTPAuth = false;
83
  }
84
+ $mail->From = $email;
85
+ $mail->FromName = 'Custom Contact Forms';
86
  $mail->AddAddress('admin@taylorlovett.com');
87
  $mail->Subject = "CCF Message: $type";
88
  $mail->AltBody = "To view the message, please use an HTML compatible email viewer!"; // optional, comment out and test
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.3
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.4
7
  Author: Taylor Lovett
8
  Author URI: http://www.taylorlovett.com
9
  */
lang/custom-contact-forms.mo CHANGED
Binary file
lang/custom-contact-forms.po CHANGED
@@ -3,7 +3,7 @@ msgstr ""
3
  "Project-Id-Version: custom-contact-forms\n"
4
  "Report-Msgid-Bugs-To: \n"
5
  "POT-Creation-Date: 2010-11-03 18:08-0500\n"
6
- "PO-Revision-Date: 2010-11-03 18:08-0500\n"
7
  "Last-Translator: Taylor Lovett <sdfds@sfs.com>\n"
8
  "Language-Team: TaylorLovett.com <admin@taylorlovett.com>\n"
9
  "MIME-Version: 1.0\n"
3
  "Project-Id-Version: custom-contact-forms\n"
4
  "Report-Msgid-Bugs-To: \n"
5
  "POT-Creation-Date: 2010-11-03 18:08-0500\n"
6
+ "PO-Revision-Date: 2010-12-01 11:48-0500\n"
7
  "Last-Translator: Taylor Lovett <sdfds@sfs.com>\n"
8
  "Language-Team: TaylorLovett.com <admin@taylorlovett.com>\n"
9
  "MIME-Version: 1.0\n"
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.3
8
 
9
  Gauranteed to be the most customizable and intuitive contact form plugin for Wordpress.
10
 
@@ -12,7 +12,7 @@ Gauranteed to be the most customizable and intuitive contact form plugin for Wor
12
 
13
  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, captchas, tooltip popovers, unlimited fields/forms/form styles, use a custom thank you page or built-in popover with a custom success message set for each form.
14
 
15
- Special Features:
16
  ------------------
17
  Custom Contact Forms 4.0 will revolutionize the idea of a Wordpress plugin.
18
 
@@ -101,6 +101,9 @@ Visit http://www.taylorlovett.com/wordpress-plugins for screenshots. Right now a
101
 
102
  == Changelog ==
103
 
 
 
 
104
  = 4.0.3 =
105
  * custom-contact-forms-front.php - PHPMailer bug fixed, form redirect fixed
106
  * custom-contact-forms-static.php - Form redirect function added
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.4
8
 
9
  Gauranteed to be the most customizable and intuitive contact form plugin for Wordpress.
10
 
12
 
13
  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, captchas, tooltip popovers, unlimited fields/forms/form styles, use a custom thank you page or built-in popover with a custom success message set for each form.
14
 
15
+ Special Features:
16
  ------------------
17
  Custom Contact Forms 4.0 will revolutionize the idea of a Wordpress plugin.
18
 
101
 
102
  == Changelog ==
103
 
104
+ = 4.0.4 =
105
+ * custom-contact-forms-admin.php - Bug reporting mail error fixed
106
+
107
  = 4.0.3 =
108
  * custom-contact-forms-front.php - PHPMailer bug fixed, form redirect fixed
109
  * custom-contact-forms-static.php - Form redirect function added