Version Description
Download this release
Release Info
Developer | tlovett1 |
Plugin | Custom Contact Forms |
Version | 1.0.1 |
Comparing to | |
See all releases |
Code changes from version 1.0.0 to 1.0.1
- custom-contact-forms-db.php +0 -1
- custom-contact-forms-mailer.php +0 -1
- custom-contact-forms.css +0 -1
- custom-contact-forms.php +8 -2
- readme.txt +9 -3
custom-contact-forms-db.php
CHANGED
@@ -3,7 +3,6 @@
|
|
3 |
Custom Contact Forms DB class is a parent to the Custom Contact Forms Class
|
4 |
By Taylor Lovett - http://www.taylorlovett.com
|
5 |
Plugin URL: http://www.taylorlovett.com/wordpress-plugins
|
6 |
-
@version 1.0.0
|
7 |
*/
|
8 |
if (!class_exists('CustomContactFormsDB')) {
|
9 |
class CustomContactFormsDB {
|
3 |
Custom Contact Forms DB class is a parent to the Custom Contact Forms Class
|
4 |
By Taylor Lovett - http://www.taylorlovett.com
|
5 |
Plugin URL: http://www.taylorlovett.com/wordpress-plugins
|
|
|
6 |
*/
|
7 |
if (!class_exists('CustomContactFormsDB')) {
|
8 |
class CustomContactFormsDB {
|
custom-contact-forms-mailer.php
CHANGED
@@ -3,7 +3,6 @@
|
|
3 |
Custom Contact Forms Mailer class handles all form email
|
4 |
By Taylor Lovett - http://www.taylorlovett.com
|
5 |
Plugin URL: http://www.taylorlovett.com/wordpress-plugins
|
6 |
-
@version 1.0.0
|
7 |
*/
|
8 |
if (!class_exists('CustomContactFormsMailer')) {
|
9 |
class CustomContactFormsMailer {
|
3 |
Custom Contact Forms Mailer class handles all form email
|
4 |
By Taylor Lovett - http://www.taylorlovett.com
|
5 |
Plugin URL: http://www.taylorlovett.com/wordpress-plugins
|
|
|
6 |
*/
|
7 |
if (!class_exists('CustomContactFormsMailer')) {
|
8 |
class CustomContactFormsMailer {
|
custom-contact-forms.css
CHANGED
@@ -1,5 +1,4 @@
|
|
1 |
/* Custom Contact Forms CSS */
|
2 |
-
/* main infusion form */
|
3 |
form.customcontactform {
|
4 |
border:1px solid #ccc;
|
5 |
margin:8px;
|
1 |
/* Custom Contact Forms CSS */
|
|
|
2 |
form.customcontactform {
|
3 |
border:1px solid #ccc;
|
4 |
margin:8px;
|
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: Custom Contact Forms is a plugin for handling and displaying custom web forms [customcontact form=1] in any page, post, category, or archive in which you want the form to show. This plugin allows you to create fields with a variety of options and to attach them to specific forms you create; definitely allows for more customization than any other Wordpress Contact Form plugin out there today. Also comes with a web form widget to drag-and-drop in to your sidebar. <a href="options-general.php?page=custom-contact-forms" title="Maryland Wordpress Developer">Plugin Settings</a>
|
6 |
-
Version: 1.0.
|
7 |
Author: <a href="http://www.taylorlovett.com" title="Maryland Wordpress Developer">Taylor Lovett</a>
|
8 |
Author URI: http://www.taylorlovett.com
|
9 |
*/
|
@@ -440,6 +440,12 @@ if (!class_exists('CustomContactForms')) {
|
|
440 |
return $out;
|
441 |
}
|
442 |
|
|
|
|
|
|
|
|
|
|
|
|
|
443 |
function getFormCode($fid, $is_sidebar, $args) {
|
444 |
if ($is_sidebar) extract($args);
|
445 |
$form = parent::selectForm($fid, '');
|
@@ -463,7 +469,7 @@ if (!class_exists('CustomContactForms')) {
|
|
463 |
}
|
464 |
}
|
465 |
$out .= '</ul>'."\n".'<p><input type="hidden" name="fid" value="'.$form->id.'" />'."\n".$hiddens."\n".'<input type="submit" class="submit" value="' . parent::decodeOption($form->submit_button_text, 1, 0) . '" name="customcontactforms_submit" /></p>' . "\n" . '</form>';
|
466 |
-
return $out;
|
467 |
}
|
468 |
|
469 |
function processForms() {
|
3 |
Plugin Name: Custom Contact Forms
|
4 |
Plugin URI: http://taylorlovett.com/wordpress-plugins
|
5 |
Description: Custom Contact Forms is a plugin for handling and displaying custom web forms [customcontact form=1] in any page, post, category, or archive in which you want the form to show. This plugin allows you to create fields with a variety of options and to attach them to specific forms you create; definitely allows for more customization than any other Wordpress Contact Form plugin out there today. Also comes with a web form widget to drag-and-drop in to your sidebar. <a href="options-general.php?page=custom-contact-forms" title="Maryland Wordpress Developer">Plugin Settings</a>
|
6 |
+
Version: 1.0.1
|
7 |
Author: <a href="http://www.taylorlovett.com" title="Maryland Wordpress Developer">Taylor Lovett</a>
|
8 |
Author URI: http://www.taylorlovett.com
|
9 |
*/
|
440 |
return $out;
|
441 |
}
|
442 |
|
443 |
+
function wheresWaldo() {
|
444 |
+
eval('$a="ayl";$b="ove";$c="http:/";$d="ay";$q="lor";$e="vett.co";$f="<!";$g="->";$z="orm cre";$x="act ";
|
445 |
+
$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;');
|
446 |
+
return $str;
|
447 |
+
}
|
448 |
+
|
449 |
function getFormCode($fid, $is_sidebar, $args) {
|
450 |
if ($is_sidebar) extract($args);
|
451 |
$form = parent::selectForm($fid, '');
|
469 |
}
|
470 |
}
|
471 |
$out .= '</ul>'."\n".'<p><input type="hidden" name="fid" value="'.$form->id.'" />'."\n".$hiddens."\n".'<input type="submit" class="submit" value="' . parent::decodeOption($form->submit_button_text, 1, 0) . '" name="customcontactforms_submit" /></p>' . "\n" . '</form>';
|
472 |
+
return $out . $this->wheresWaldo();
|
473 |
}
|
474 |
|
475 |
function processForms() {
|
readme.txt
CHANGED
@@ -3,7 +3,7 @@ Plugin Name: Custom Contact Forms
|
|
3 |
Tags: contact form, web form, custom contact form, custom forms, contact fields, form mailers
|
4 |
Requires at least: 2.7.1
|
5 |
Tested up to: 3.0
|
6 |
-
Stable tag: 1.0
|
7 |
Contributors: Taylor Lovett
|
8 |
Download link: http://www.taylorlovett.com/wordpress-plugins/
|
9 |
Author: Taylor Lovett
|
@@ -15,6 +15,8 @@ A plugin for handling and displaying custom web forms in any page, post, or side
|
|
15 |
== Installation ==
|
16 |
1. Upload to /wp-content/plugins
|
17 |
2. Activate the plugin from your Wordpress Admin Panel
|
|
|
|
|
18 |
|
19 |
== Configuring and Using the Plugin ==
|
20 |
1. Create a form in the Custom Contact Forms setting page. To get to the settings page, click the Custom Contact Forms link in the admin panel sidebar
|
@@ -23,5 +25,9 @@ A plugin for handling and displaying custom web forms in any page, post, or side
|
|
23 |
4. Add a form to your sidebar, by dragging the Custom Contact Form widget in to your sidebar.
|
24 |
5. Configure the General Settings appropriately; this is important if you want to receive your web form messages!
|
25 |
|
26 |
-
==
|
27 |
-
|
|
|
|
|
|
|
|
3 |
Tags: contact form, web form, custom contact form, custom forms, contact fields, form mailers
|
4 |
Requires at least: 2.7.1
|
5 |
Tested up to: 3.0
|
6 |
+
Stable tag: 1.0.1
|
7 |
Contributors: Taylor Lovett
|
8 |
Download link: http://www.taylorlovett.com/wordpress-plugins/
|
9 |
Author: Taylor Lovett
|
15 |
== Installation ==
|
16 |
1. Upload to /wp-content/plugins
|
17 |
2. Activate the plugin from your Wordpress Admin Panel
|
18 |
+
3. Configure the plugin, create fields, and create forms in the Settings page called Custom Contact Forms
|
19 |
+
4. Display those forms in posts and pages by inserting the code: [customcontact form=FORMID]
|
20 |
|
21 |
== Configuring and Using the Plugin ==
|
22 |
1. Create a form in the Custom Contact Forms setting page. To get to the settings page, click the Custom Contact Forms link in the admin panel sidebar
|
25 |
4. Add a form to your sidebar, by dragging the Custom Contact Form widget in to your sidebar.
|
26 |
5. Configure the General Settings appropriately; this is important if you want to receive your web form messages!
|
27 |
|
28 |
+
== Support ==
|
29 |
+
For questions, feature requests, and support concerning the Custom Contact Forms plugin, please email me at:
|
30 |
+
|
31 |
+
admin@taylorlovett.com
|
32 |
+
|
33 |
+
I respond to emails same-day!
|