Custom Contact Forms - Version 4.5.1.2

Version Description

  • modules/widgets/custom-contact-forms-widget.php - Widget form display bug fixed
Download this release

Release Info

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

Code changes from version 4.5.1.1 to 4.5.1.2

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.5.1.1
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.5.1.2
7
  Author: Taylor Lovett
8
  Author URI: http://www.taylorlovett.com
9
  */
modules/widget/custom-contact-forms-widget.php CHANGED
@@ -24,7 +24,7 @@ if (!class_exists('CustomContactFormsWidget')) {
24
  extract($args);
25
  $form_object = $custom_contact_front->selectForm($form_id);
26
  echo $before_widget . $before_title . $form_object->form_title . $after_title;
27
- echo $custom_contact_front->getFormCode($form_id, true);
28
  echo $after_widget;
29
 
30
  }
24
  extract($args);
25
  $form_object = $custom_contact_front->selectForm($form_id);
26
  echo $before_widget . $before_title . $form_object->form_title . $after_title;
27
+ echo $custom_contact_front->getFormCode($form_object, true);
28
  echo $after_widget;
29
 
30
  }
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.1
7
- Stable tag: 4.5.1.1
8
 
9
  Gauranteed to be the most customizable and intuitive contact form plugin for Wordpress.
10
 
@@ -122,6 +122,9 @@ We are planning to add popover forms and file attachments soon.
122
  Visit http://www.taylorlovett.com/wordpress-plugins for screenshots. Right now all the screenshots are from Version 1, thus are quite out-dated. Install the plugin to see what it looks like. You won't regret it. I promise!
123
 
124
  == Changelog ==
 
 
 
125
  = 4.5.1.1 =
126
  * custom-contact-forms-admin.php - Display changes, form submissions non-ajax delete fixed
127
 
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.1
7
+ Stable tag: 4.5.1.2
8
 
9
  Gauranteed to be the most customizable and intuitive contact form plugin for Wordpress.
10
 
122
  Visit http://www.taylorlovett.com/wordpress-plugins for screenshots. Right now all the screenshots are from Version 1, thus are quite out-dated. Install the plugin to see what it looks like. You won't regret it. I promise!
123
 
124
  == Changelog ==
125
+ = 4.5.1.2 =
126
+ * modules/widgets/custom-contact-forms-widget.php - Widget form display bug fixed
127
+
128
  = 4.5.1.1 =
129
  * custom-contact-forms-admin.php - Display changes, form submissions non-ajax delete fixed
130