Version Description
We are planning to add popover forms and file attachments soon.
Download this release
Release Info
Developer | tlovett1 |
Plugin | Custom Contact Forms |
Version | 5.1.0.2 |
Comparing to | |
See all releases |
Code changes from version 5.1.0.1 to 5.1.0.2
- custom-contact-forms.php +2 -2
- readme.txt +4 -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: 5.1.0.
|
7 |
Author: Taylor Lovett
|
8 |
Author URI: http://www.taylorlovett.com
|
9 |
*/
|
@@ -138,4 +138,4 @@ if (!function_exists('CCFWidgetInit')) {
|
|
138 |
register_widget('CustomContactFormsWidget');
|
139 |
}
|
140 |
}
|
141 |
-
add_action('widgets_init', 'CCFWidgetInit');
|
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: 5.1.0.2
|
7 |
Author: Taylor Lovett
|
8 |
Author URI: http://www.taylorlovett.com
|
9 |
*/
|
138 |
register_widget('CustomContactFormsWidget');
|
139 |
}
|
140 |
}
|
141 |
+
add_action('widgets_init', 'CCFWidgetInit');
|
readme.txt
CHANGED
@@ -4,12 +4,14 @@ 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.4.1
|
7 |
-
Stable tag: 5.1.0.
|
8 |
|
9 |
A customizable and intuitive contact form plugin for Wordpress.
|
10 |
|
11 |
== Description ==
|
12 |
|
|
|
|
|
13 |
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:
|
@@ -448,4 +450,4 @@ Visit http://www.taylorlovett.com/wordpress-plugins for screenshots. Right now a
|
|
448 |
* custom-contact-forms.css - Form style changes
|
449 |
|
450 |
= 1.0.0 =
|
451 |
-
* Plugin Release
|
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.4.1
|
7 |
+
Stable tag: 5.1.0.2
|
8 |
|
9 |
A customizable and intuitive contact form plugin for Wordpress.
|
10 |
|
11 |
== Description ==
|
12 |
|
13 |
+
__Attention:__ Custom Contact Forms really needs support from developers. We need code contribution to make this plugin better. Please fork the plugin on [Github](https://github.com/tlovett1/custom-contact-forms)!
|
14 |
+
|
15 |
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.
|
16 |
|
17 |
Special Features:
|
450 |
* custom-contact-forms.css - Form style changes
|
451 |
|
452 |
= 1.0.0 =
|
453 |
+
* Plugin Release
|