Version Description
Popover forms will be added in September 2010.
Download this release
Release Info
Developer | tlovett1 |
Plugin | Custom Contact Forms |
Version | 3.0.2 |
Comparing to | |
See all releases |
Code changes from version 3.0.1 to 3.0.2
- custom-contact-forms.php +5 -5
- readme.txt +7 -7
custom-contact-forms.php
CHANGED
@@ -2,12 +2,12 @@
|
|
2 |
/*
|
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, 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. <a href=options-general.php?page=custom-contact-forms">Settings</a>
|
6 |
-
Version: 3.0.
|
7 |
-
Author:
|
8 |
Author URI: http://www.taylorlovett.com
|
9 |
-
Contributors: Taylor Lovett
|
10 |
*/
|
|
|
11 |
/*
|
12 |
Copyright (C) 2010-2011 Taylor Lovett, taylorlovett.com (admin@taylorlovett.com)
|
13 |
This program is free software; you can redistribute it and/or modify
|
@@ -28,7 +28,7 @@ if (!class_exists('CustomContactForms')) {
|
|
28 |
class CustomContactForms extends CustomContactFormsDB {
|
29 |
var $adminOptionsName = 'customContactFormsAdminOptions';
|
30 |
var $widgetOptionsName = 'widget_customContactForms';
|
31 |
-
var $version = '
|
32 |
var $form_errors;
|
33 |
var $error_return;
|
34 |
var $gets;
|
2 |
/*
|
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, 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. <a href="options-general.php?page=custom-contact-forms">Settings</a>
|
6 |
+
Version: 3.0.2
|
7 |
+
Author: Taylor Lovett
|
8 |
Author URI: http://www.taylorlovett.com
|
|
|
9 |
*/
|
10 |
+
|
11 |
/*
|
12 |
Copyright (C) 2010-2011 Taylor Lovett, taylorlovett.com (admin@taylorlovett.com)
|
13 |
This program is free software; you can redistribute it and/or modify
|
28 |
class CustomContactForms extends CustomContactFormsDB {
|
29 |
var $adminOptionsName = 'customContactFormsAdminOptions';
|
30 |
var $widgetOptionsName = 'widget_customContactForms';
|
31 |
+
var $version = '3.0.2';
|
32 |
var $form_errors;
|
33 |
var $error_return;
|
34 |
var $gets;
|
readme.txt
CHANGED
@@ -1,13 +1,10 @@
|
|
1 |
=== Custom Contact Forms ===
|
2 |
-
|
|
|
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 |
-
Contributors: Taylor Lovett
|
6 |
-
Download link: http://www.taylorlovett.com/wordpress-plugins/
|
7 |
-
Author: Taylor Lovett
|
8 |
-
Author URI: http://www.taylorlovett.com
|
9 |
Tested up to: 3.1
|
10 |
-
Stable tag: 3.0.
|
11 |
|
12 |
Gauranteed to be the most customizable and intuitive contact form plugin for Wordpress.
|
13 |
|
@@ -146,4 +143,7 @@ Visit http://www.taylorlovett.com/wordpress-plugins for screenshots.
|
|
146 |
* custom-contact-forms.css - New styles added and old ones modified
|
147 |
|
148 |
= 3.0.1 =
|
149 |
-
* custom-contact-forms.php - Theme display tags corrected
|
|
|
|
|
|
1 |
=== Custom Contact Forms ===
|
2 |
+
Contributors: Taylor Lovett
|
3 |
+
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.7.1
|
|
|
|
|
|
|
|
|
6 |
Tested up to: 3.1
|
7 |
+
Stable tag: 3.0.2
|
8 |
|
9 |
Gauranteed to be the most customizable and intuitive contact form plugin for Wordpress.
|
10 |
|
143 |
* custom-contact-forms.css - New styles added and old ones modified
|
144 |
|
145 |
= 3.0.1 =
|
146 |
+
* custom-contact-forms.php - Theme display tags corrected
|
147 |
+
|
148 |
+
= 3.0.2 =
|
149 |
+
* Bug fixed
|