cformsII

cforms is a feature rich plugin for Wordpress, offering convenient deployment of multiple Ajax driven contact forms throughout your blog or even on the same page.

IMPORTANT REQUIREMENT

cforms v.10.5 requires PHP 5+ ! Make sure your web server is running PHP5 before installing the update!

If your web site runs on PHP 4 and you don't want to upgrade to PHP 5, cforms v10.4.1 (download) is the latest version that support PHP 4.

Do you have any customized files?
cforms supports a separate custom user folder to store your tailored CSS, font and image files! Simply create the folder:
/plugins/cforms-custom

and move or copy your my-functions.php, CSS stylesheet file (including images!), font & background image files (for CAPTCHA, too) to it.

New Installs

1. Download & extract plugin using its default directory

2. Upload plugin directory to the /wp-content/plugins/ directory

3. Activate the plugin via 'Plugins' in WordPress

Upgrading
Before you use this plugin or are getting ready for an update, you should...

Make a database backup (this is always a good thing to do!)

Keep a copy of your old cforms plugin folder

Deactivate cforms

Upload the new version

Reactivate it

Moving to a different site
When moving cforms to a new site make sure to...

Backup your cforms settings (under Global-Settings Tab/Backup)

Copy/Move cforms plugin folder to new site

Activate cforms (if already activated, toggle status!)

Check/Adjust abspath.php for correct path (in your cforms folder)

Check/Adjust js/cforms.js for correct path (var sajax_uri =...)

Clear your browser cache etc.

Generally
if you're upgrading from an older release I recommend you skim through the ____HISTORY.txt file to keep up on all the enhancements and bug fixes, some may require re-configuration of your settings (e.g. date-picker, WP comment form feature etc.)

Please see the version history & ____HISTORY.txt in the zip file for what is new.

General Features

Multi-Part / Multi-Page form chains

"Wizard Mode" to limiaid form creation process

Preset forms to "jump start" your own

Ajax supported form submission (incl. graceful fall-back)

Multiple forms on one or many pages / posts

WP Dashboard Support (showing last 5 entries)

"WP Comment/Message to author" Feature (supporting: extra comment fields, threaded comments, Comment Luv, Subscribe To Comment & WP Ajax Edit Comments)

Full localization support (see section below)

Tell-A-Friend functionality, see Help documentation

File attachments / Upload, fully configurable per form

Multiple upload fields allowed

Backup & Restore

Role Manager support

Database based tracking of submitted data (XML, CSV, TAB)

Cloning / duplication of forms

Drag and drop form management

Fully integrated with TinyMCE and default WP editor (via button)

Submission limits (e.g. registrations)

Timing of forms (start & end dates)

Widget support

Supported Form Fields

Inclusion of custom fields (from a post)

Read-only & disabled support

Fancy Javascript date picker

Configurable text elements (non input fields)

Custom field NAMES & ID's

Various standard input fields:

fieldsets

single and multi-line input fields

select boxes (drop down)

multi select fields

check boxes

check box groups

radio buttons

...and a few special ones:

"CC me" check box for visitors

visitor verification

multiple form recipient (drop down list)

password fields

hidden fields

HTML support for field labels & err, success messages

No resetting of form for quick resubmission

Styling

Clean separation of CSS styling and form code

Fully customizable Look & Feel (optional label ID's and list item ID's!)

CSS can be completely turned off

Built in CSS theme selector and CSS editor

Set of predefined themes

Input & Validation

Supporting DISABLED form elements

Default values for single/multi-line input field

Form validation & regular expressions

Individual error messages (HTML enabled)

Submission status (success/failure) optionally via Alert Box

Fancy error display options (inline errors, field highlighting etc.)

Messaging

Fully customizable auto confirmation message & form email (TXT & HTML)

Message(s) can contain system variables and form based variables!

Multiple recipients per form (optionally selectable by visitor)

BCC to copy additional admin(s)

Anti SPAM / Security

SPAM protection Q &A

SPAM protection using CAPTCHA

Ajax driven CAPTCHA reset button

Full CAPTCHA image customization

Extensibility

API function to extract user data

APIs to control application logic

Post processing of submitted data via custom functions: filter and actions (see Help! page)

Support for alternative SMTP server (in case you can't use PHP mail())

PHPmailer 2.0 included (for SSL/TLS support)

POP before SMTP authentication

Generate dynamic forms in real-time

Filtering & Download of recorded data

3rd party email tracking support, e.g. readnotify & didtheyreadit

Page redirection on successful form submission

Alternative form action supported (please read config info!)

I attempt to keep the user interface in sync with the latest WP release. This could potentially lead to slight layout issues with older WP versions, if you come across any UI issues, let me know.

admin1sm.jpg

The user interface supports Drag & Drop for form fields, color-, date- and time-picker as well resizeable text areas to provide an intuitive user experience.

admin2sm.jpg

Inserting a form (or more) into your posts and pages couldn't be any easier: cforms offers -if enabled- a TinyMCE button. Alternatively you can of course insert a cforms form tag manually as well (e.g. in the Code Editor).

admin6sm.jpg

Don't like the default theme or need to change/adjust it to your CI ? Check out the Help! section for lots more info and examples on how to change the look and feel of your forms, how to setup the various input fields and other special fields/features.

admin5sm.jpg

Would you like to track submissions and export later? Make sure to enable cforms' DB tracking feature which will give you a safety net in case an email gets lost...

admin4sm.jpg

...with the ability to export later in XML, TAB & CSV formats.

admin7sm.gif

On a general note:
Always keep backups! cforms allows you to backup either individual forms & settings or all cforms options in one backup file (see Global-Settings). Individual form backups may come handy when you setup a lot of similar forms, complete backups for when you have to re-install WP or move to a different site.

cforms offers several themes (select via the Styling sub menu tab) that have been revised to work with the default or any other additional form you've created. If you want to further tailor the CSS to meet your individual needs, you can use the CSS Editor on the same page to do so. You may also find these quickly thrown together guides (PDF ~230KB) useful.

My recommended approach: Get Firefox & Firebug as an excellent basis for CSS (web) development. If you'd like to take the customization further you can activate Label and Input Field ID's (via Styling), which will add a unique label ID to each label element.

And finally, many WP theme developers aren't particularly cautious and tend to define global CSS declarations that may have an impact on how cforms' forms are rendered - hate to say, but if your form doesn't look right, 99.5% it's your WP theme that interferes.

Do you require more flexibility in your forms? Then create and deploy forms at run-time. Mind you, to use this feature it requires basic and possibly more advanced PHP knowledge, examples you'll find in the HELP! section of plugin admin pages.

This will essentially allow you to pull data from an external source and feed it into your ad-hoc created form fields. I've deliberately not included any sort of external data administration, as everyone will have a different file or database table syntax. Any of the fields described in the HELP! section can be created at run-time and shown online. Minor drawback: this works only in non-Ajax mode.

Post processing of user input
cforms comes with several adjustable functions (and examples) that allow you to filter and modify user input on the fly as well as trigger an action after user input has been accepted, you can even change cforms settings during run-time, such as page redirection & admin email. All great capabilities to incorporate your own application and business logic!

If you'd like to contribute a language translation, please get in touch.

Here is the current .pot file, poedit, 10 (general) steps that should get you started. If you have suggestions or would like to point out typos etc, please contact the actual author (see list below) of the respective localization:

Bahasa Indonesia * Author: Hendry Lee (download)
Chinese, Simplified * Author: Charles (download)
Danish *
Author: Mads Christian Jensen (download)
Dutch * Author: Anja (download)
French *
Author: La maison de l'informatique (download)
German *
Author: Sven Wappler (download)
Hungarian *
Author: Ungvári Béla (download)
Italian *
Author: Gianni (download)
Japanese *
Author: Hiroaki Miyashita (download)
Polish *
Authors: Kasia Nocek & WEST28 (site1, site2)
Romanian
* Author: George Hari Popescu (download)
Russian *
Author: Sofia Panchenko (download)
Spanish * Author:
Samuel Aguilera (download)
Turkish * Author: Resat Diker (download)
Ukrainian
* Author: Stas Mykhajlyuk (download)

Please note that I'm not a full time programmer and this plugin doesn't claim state of the art programming principles. I'm not sure I've covered every possible exception, nor have I checked compatibility with the zillions of other plugins out there.

I believe that the use of the plugin and it's functionality is pretty self-explanatory (make sure to visit the Help! section in the plugin admin pages), however do check with the Frequently Asked Questions page and the cforms support forum in case you need further help.

Take a look at the version history to keep up with WHAT'S NEW and bug fixes.

The good news are, cforms of course remains free for everyone! Heck, it's even released under GPL now! Feel free to use it free of charge on your personal or commercial blog.

If however you're happy with cforms feel free to support future development/support with a donation.

cforms donation in USD cforms donation in EUR

Patches:
Updated May 1st, 10:36 am CET: Patch_10.5.1.zip (admin email fix/enhancement)
Updated May 17th, 9:36 pm CET: Patch_10.5.2.zip (WP comment form fix (email part))

cforms download

Comments

Little pieces of your mind

[...] Wordpress: cforms delicious:days - En Wordpress-plugin som gir deg et lett installerbart kontaktskjema, basert på ajax-kode, til din Wordpress blogg. For å se den i praksis, kan du se under kontakt meg-delen på min blogg. Jeg har nemlig benyttet meg av muligheten selv [...]

February 17th, 2007 subscribed

[...] cforms offers convenient deployment of multiple contact forms throughout your blog or even on the same page. The form submission utilizes AJAX, however, falls back to the standard method if AJAX/Javascript is not supported. [...]

February 21st, 2007 subscribed

[...] cForms bietet eine angenehme Möglichkeit, mehrere Kontaktformulare im Blog zu integrieren. Die Übertragung geschieht via AJAX oder auf normalem Wege, wenn JavaScript nicht zur Verfügung steht. [...]

February 21st, 2007 subscribed

[...] Visit & Download, via This entry was posted on Thursday, February 22nd, 2007 at 1:35 am and is filed under News, Wordpress. You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site. [...]

February 22nd, 2007 subscribed

[...] cforms (tags: wordpress plugin) [...]

February 22nd, 2007 subscribed

[...] cforms » delicious:days Plugin de Wordpress para administrar varios formularios de contacto dentro de un mismo sitio. Soporta AJAX y Javascript. (tags: plugin wordpress plugins wp ajax javascript web2.0 form forms formulario contact) [...]

February 25th, 2007 subscribed

[...] cforms ContactForm Plugin Sett opp mange forskjellige kontaktskjema for Wordpress med denne plugin. Bruker AJAX, men faller tilbake på tradisjonell tekologi hvis browser ikke støtter dette. (tags: contactform wordpress+plugin) [...]

February 27th, 2007 subscribed

[...] cforms - A contact form plugin. The neat thing about this is that you can define custom fields for a form, have validation on those fields, and have multiple forms. However, it doesn’t seem to have functionality to put the data into the database: which would be really, really nice. [...]

February 28th, 2007 subscribed

[...] cforms » delicious:days (tags: wordpress plugin form plugins work) [...]

March 1st, 2007 subscribed

[...] CForms is a convenient package that allows you to insert a contact form into your blog posts, pages, and sidebars. You can see it in action on our contact us page. The entire plugin comes with many configuration options and allows you to build forms on many pages, including multiple forms on the same page. Powered by AJAX, it is also convenient and easy to use for visitors of your website. [...]

March 5th, 2007 subscribed

[...] cforms offers convenient deployment of multiple contact forms throughout your blog or even on the same page. The form submission utilizes AJAX, however, falls back to the standard method if AJAX/Javascript is not supported. [...]

March 13th, 2007 subscribed

Flexibles Formular Mail Plugin gesucht...

habe ich auch gesucht und auch gefunden.

cforms ......

March 29th, 2007 subscribed

[...] cforms offers convenient deployment of multiple contact forms throughout your blog or even on the same page. The form submission utilizes AJAX, however, falls back to the standard method if AJAX/Javascript is not supported. [...]

April 2nd, 2007 subscribed

[...] cforms offers convenient deployment of multiple contact forms throughout your blog or even on the same page. Sphere: Related Content (No Ratings Yet)  Loading ... [...]

April 4th, 2007 subscribed

[...] cforms » delicious:days cforms is a plugin for Wordpress, offering convenient deployment of multiple contact forms throughout your blog or even on the same page. (tags: wordpress plugins) [...]

April 6th, 2007 subscribed

[...] cforms offers convenient deployment of multiple contact forms throughout your blog or even on the same page. [...]

April 11th, 2007 subscribed

[...] cforms you can now have a spiffy contact form on your page and even expand its use into further areas: [...]

April 11th, 2007 subscribed

[...] descargar el plugin desde la página del autor y la traducción al español de cForms desde aquí [...]

May 5th, 2007 subscribed

[...] cForms es un Plugin para WordPress que te permite programar desde el propio panel de WordPress, el formulario o formularios que tu quieras, con los campos que quieras, seleccionando la obligatoriedad de los que quieras. [...]

May 19th, 2007 subscribed

[...] cforms cforms offers convenient deployment of multiple contact forms throughout your blog or even on the same page. The form submission utilizes AJAX [...]

May 30th, 2007 subscribed

[...] cforms - Esse eu achei muito bom, ele é um plugin para disponibilizar formulários no blog, como os de Contato por exemplo. É bem flexível e muito simples de configurar e usar, só espero que não usem pra mandar spam, senão terei que desativa-lo; [...]

June 4th, 2007 subscribed

[...] got sweet add-ons, and it’s free! Heck. Yeah, I implemented a new contact form plugin, called cforms! Really neat, and by far the coolest and easiest I have seen [...]

June 7th, 2007 subscribed

[...] now have a contact form on the contact page. Decided to use the cforms plugin for the form. Only some very minor tweaks to the css and I am happy with the look on the page. [...]

June 11th, 2007 subscribed

[...] cforms is a Wordpress plugin that allows you to easily create contact forms on your blog. This is important as you want your users to be able to interact with you. This will help make the blog more personalble and friendly plus give your users the ability to contact you with items you may be interested in, problems they come across or inquire about your services. [...]

June 19th, 2007 subscribed

[...] puis, hier je suis tombé sur un autre plugin en lisant mes flux RSS. Et ce plugin c’est cforms. Déjà, vous pouvez admirer le design de ce blog “culinaire” sous Wordpress, qui [...]

June 20th, 2007 subscribed

[...] scaricare il plugin dal sito di delicious:days, scompattare il tutto nella cartella wp-content/plugin e attivare il plugin dall’apposito [...]

June 22nd, 2007 subscribed

[...] cforms II (v5.0) [...]

June 26th, 2007 subscribed

[...] über das Ihr mir eine Nachricht senden könnt. Das Kontaktformular basiert auf dem cforms II WordPress Plugin, welches ich wärmstens empfehlen kann. Das Plugin wartet mit unzähligen Features auf, ist [...]

June 27th, 2007 subscribed

[...] II 5.0: Author’s Site, Repository Allows creation of multiple mail-to [...]

June 27th, 2007 subscribed

[...] I’m in total control. The cforms plugin from deliciousdays.com is a total solution. Using WordPress for the platform and cforms for the contact and other forms is [...]

July 3rd, 2007 subscribed

[...] through the many Contact Form Plugins that are available for Wordpress. I finally settled on Cforms II by deliciousdays.com. This is a great plugin with many options to help you set up your form just [...]

July 8th, 2007 subscribed

[...] night and today I upgraded to the newest version of the form plugin for the Member’s area and main [...]

July 8th, 2007 subscribed

[...] CForms is a convenient package that allows you to insert a contact form into your blog posts, pages, and sidebars. You can see it in action on our contact us page. The entire plugin comes with many configuration options and allows you to build forms on many pages, including multiple forms on the same page. Powered by AJAX, it is also convenient and easy to use for visitors of your website. [...]

July 19th, 2007 subscribed

[...] no site. O formulrio, que pode ser acessado na barra superior do site, baseado no plugin cforms II, de Oliver [...]

July 22nd, 2007 subscribed

[...] cforms II - One of my very favorite form plugins. Allows for multiple form instances, copying of forms, any type of form field, SMTP, CSS customization and SO much more. [...]

July 27th, 2007 subscribed

[...] article de Fran6art sur le meilleur plugin pour avoir un formulaire que j’ai opté pour CformII. Extrêmement complet, je ne lui ai trouvé qu’un seul défaut, l’absence de traduction [...]

July 30th, 2007 subscribed

[...] The only problem with it and it really isn’t that much of a problem, is it takes time to set up the form. Because it’s so powerful! A ton of options and configuration which for a newbie can be intimidating. But if you need more than just a standard form and you need multiple forms on one WordPress installation, check out cforms II [...]

August 2nd, 2007 subscribed

[...] up a comment form (cForms for me - the best forms plugin ever!) - again, you’ll probably want to create a separate page [...]

August 6th, 2007 subscribed

[...] ‘cforms II‘ Plugin adds a contact form to your WordPress blog. When people have the option to contact [...]

August 7th, 2007 subscribed

[...] cet effet, j’ai découvert un plugin, Cforms II, qui m’ a semblé ergonomique et [...]

August 12th, 2007 subscribed

[...] a bit of looking, I found cForms II, a WordPress contact form plugin developed by [...]

August 30th, 2007 subscribed

[...] şi eficiente pentru cei mai mulţi dintre noi. Există însă şi soluţii mai complexe precum cforms II, ajuns chiar zilele trecute la versiunea 5.4 (cu noutatea cea mai notabilă: posibilitatea [...]

September 3rd, 2007 subscribed

[...] sichere [!] Kontaktformular-Plugin könnt Ihr empfehlen? Mir gefällt CForms ganz gut, hat das jemand zufällig in Nutzung? Wo ich es einbauen werde? In der Sidebar, um die [...]

September 4th, 2007 subscribed

[...] habe ich jetzt das Wordpress-Plugin cforms II von Oliver Seidel eingebunden und das Formular sieht dann folgendermassen [...]

September 6th, 2007 subscribed

[...] Cforms ist ein Kontaktformular-Plugin für Wordpress-Nutzer. Bin ziemlich angetan, mit das beste, [...]

September 10th, 2007 subscribed

[...] benutze seit heute das Kontaktformular cforms II von delicious:days und bin sehr zufrieden damit was Einstellungsmöglichkeiten [...]

September 11th, 2007 subscribed

[...] in der Sidebar eingebaute Kontaktformular, das auf CForms basiert, wird prima angenommen. Nur mal zur Info für interessierte Wordpress-Blogger. Der [...]

September 11th, 2007 subscribed

cForms plugin for WordPress just got better...

After three days of email exchanges, Oliver sent me an alpha version of cForms 5.4. Alpha versions of development — pre-beta releases. Betas are basically “stable” products that are being considered for release. I’ve been alpha-...

September 12th, 2007 subscribed

[...] Make It Easy To Contact You - This assumes, of course, that you want to be contacted. If you do indeed want people to contact you about blog story ideas, new opportunities or, say, to review a product then they shouldn’t have to hunt to figure out how to reach you. Put your email address prominently in the side bar or include it on your About or Contact pages. Don’t forget to format it like this alex @ alexlcohen . com or some variation to make sure only humans send you email (you can also put it in an image). If you don’t want to list your email address, you can use contact forms like cForms. [...]

September 13th, 2007 subscribed

[...] Hierzu hat Robert einen sehr guten Artikel geschrieben. Werbekonzept Basic Thinking. WordPress: CForms - Plugin für Kontaktformulare (via). Aktivierung vielleicht demnächst hier im Blog. Software: [...]

September 13th, 2007 subscribed

[...] a sort of a big no-no if you don’t have one. I finally got off my lazy behind and installed cform II, one of the many WordPress contact form plugins out there. And I’m telling you, if [...]

September 25th, 2007 subscribed

[...] plugin s’appelle cforms II et il est hyper facilement configurable et customisable avec une interface des plus simple (ajax, [...]

October 3rd, 2007 subscribed

[...] nè alcuna funzione di WordPress, per il modulo di contatto ho scelto l’eccellente plugin cformsII di Oliver Seidel che, al momento, è il migliore e il più completo nel suo genere. [...]

October 3rd, 2007 subscribed

[...] uso di librerie Ajax per validazione e alcuni effetti grafici, potete scaricarlo all'indirizzo http://www.deliciousdays.com/cforms-pluginPer usare la form invece è sufficiente cliccare alla voce "Contattami" che trovate [...]

October 13th, 2007 subscribed

[...] number and home address. If you want to go for a little more unique style, I highly suggest using cforms II. There are a lot of customization options that will encompass your every form need. I use it on [...]

October 16th, 2007 subscribed

[...] the form we are going to use the great cforms plugin , it is a little complicated to start with but I hope to show you how to use it, and at the end you [...]

November 4th, 2007 subscribed

[...] solution that truly meets my need and delivers on what it promises. Today, that solution was the cforms WordPress plug-in from deliciousdays.com. I’ve used a number of other forms, but this one offered extensive customization, multiple [...]

November 6th, 2007 subscribed

[...] covered setting up a basic contact form so if you want to catch up and install the plugin and set u a basic form you may want to go back and do that [...]

November 8th, 2007 subscribed

[...] plugin scelto è cforms II che offre molta flessibilità per la creazione di form con un numero a piacere di campi, gestisce [...]

November 8th, 2007 subscribed

[...] Originele naam plugin: Cforms II [...]

November 14th, 2007 subscribed

[...] and leaner. I think that Wordpress’s ecommerce plugins will just keep coming. I also think (hope) that the Cforms II plugin will morph into a viable mini-CRM (instead of scaling CivCRM down for Wordpress, KISS and scale CForms up…). I also think that [...]

November 17th, 2007 subscribed

[...] something with the flexibility to add custom fields, etc. I found a most excellent solution in cformsII. This plugin is the ultimate form generator, and has so many options and features, it will do just [...]

November 21st, 2007 subscribed

[...] Cforms II — гибкий и функциональный конструктор форм для WordPress с поражающими воображение рядового блоггера возможностями. Все остальные плагины для WordPress форм обратной связи нервно курят в сторонке и завидуют функциональности и красоте cforms II :) [...]

November 24th, 2007 subscribed

[...] Cforms II — гибкий и функциональный конструктор форм для WordPress с поражающими воображение рядового блоггера возможностями. Все остальные плагины для WordPress форм обратной связи нервно курят в сторонке и завидуют функциональности и красоте cforms II. [...]

November 25th, 2007 subscribed

[...] cforms II [...]

November 27th, 2007 subscribed

[...] форму и настроить ее внешний вид. Называется это чудо - Cforms II. Посетите домашнюю страничку плагина, где Вы сможете [...]

December 3rd, 2007 subscribed

[...] Cforms - An AJAX Contact form plugin for Wordpress, offering convenient deployment of multiple contact [...]

December 13th, 2007 subscribed

[...] Suche nach einem Formular-Plugin für Wordpress ist bzw. war, sollte sich auf jeden Fall mal cforms II ansehen. Cforms II wirkt wirklich sehr ausgereift und lässt kaum Wünsche offen. Ich habe [...]

December 18th, 2007 subscribed

[...] zur Plugin Homepage Vorheriger Beitrag der [...]

December 28th, 2007 subscribed

[...] Cforms, Nicky & Oliver tarafından yapılan çok kullanımlı bir eklentidir. İletişim formundan, arkadaşına tavsiye et formuna, WP yorum desteğine kadar bir çok özellik barındırır ve daimi günceldir. [...]

January 5th, 2008 subscribed

[...] Download & unzip the plugin [...]

January 6th, 2008 subscribed

[...] 7.2 Naam plugin: cforms II Ontwikkelaar van plugin: Oliver Seidel Plugin instellen toevoegen in: Vertaling plaatsen in: Opmerkingen vertaling: Andere [...]

January 19th, 2008 subscribed

[...] 1. CForms 2 (www.deliciousdays.com/cforms-plugin) [...]

January 26th, 2008 subscribed

[...] CForms, it’s easy. I have it installed on all of my blogs. Here’s how you do it. Go to http://www.deliciousdays.com/cforms-plugin and download the plugin. Extract the plugin and upload it to the plugins directory of your blog. If [...]

February 18th, 2008 subscribed

[...] langem Suchen bin ich dann auf der WebSite http://www.deliciousdays.com/cforms-plugin/  auf das Plugin “cforms II (v7.51)” gestossen, welches zwar in englischer Sprache ist, [...]

February 21st, 2008 subscribed

[...] 1. CForms 2 (www.deliciousdays.com/cforms-plugin) [...]

February 28th, 2008 subscribed

[...] of audiences. If you want a more detailed description of the capablities of cforms, check out the plugin’s homepage at delicious:days. Download cforms [...]

March 1st, 2008 subscribed

[...] a big shout out to Oliver Seidel at deliciousdays.com for his Contact Form Plugin, which you can download here, and also to Dagon Design for his Sitemap Generator that you can download here. Both plugins work [...]

March 4th, 2008 subscribed

[...] Cforms II - This is far and away the best contact form plugin there is. The reason? configurability. You can easy build literally anything with it. We’ve built out employment application forms, wedding checklists, and more for clients. It also drives our own quote form. There’s also built in spam protection, via question and answer or captcha. by delicious days [...]

March 14th, 2008 subscribed

[...] d’un formulaire de contact complet, simple d’utilisation et entièrement paramétrable, Cforms 2 est incontestablement le plugin qu’il vous faut! Bluffé par le foisonnement des options et [...]

March 21st, 2008 subscribed

[...] of them (thanks Roberto) encouraged me to try a plugin called cforms II. He said that after I saw what the plugin was capable of doing I would no longer need a [...]

March 23rd, 2008 subscribed

[...] Cforms II - This is far and away the best contact form plugin there is. The reason? configurability. You can easy build literally anything with it. We’ve built out employment application forms, wedding checklists, and more for clients. It also drives our own quote form. There’s also built in spam protection, via question and answer or captcha. by delicious days [...]

March 23rd, 2008 subscribed

[...] there was a contest for the most stylish Wordpress plugin homepage, this one will definitely win. cforms II is by far the ultimate contact form plugin out there ! And guess [...]

March 23rd, 2008 subscribed

[...] From the website: cforms is a plugin for Wordpress, offering convenient deployment of multiple contact forms throughout your blog or even on the same page. The form submission utilizes AJAX, falls back, however, to a standard method in case AJAX/Javascript is not supported or disabled. cforms II [...]

March 26th, 2008 subscribed

[...] of the Week: cforms II - Awesome contact [...]

March 26th, 2008 subscribed

[...] in lingua italiana del plugin cforms II sviluppato per la piattaforma di WordPress da Oliver Seidel. Affinché l’operazione di aggiornamento possa avvenire con successo, mi permetto di [...]

March 27th, 2008 subscribed

[...] cformsII for WordPress - This is one of the multitude of reasons I love using WordPress. One of my favorite, amazing plugins is cformsII. They call it a contact form but oh boy you can do so much more than contact forms. [...]

March 30th, 2008 subscribed

[...] on the furniture). What to do? Chuck ‘em in the trash. Find a plugin that behaves itself. Cforms was a plugin loading on every page, I knew for sure this was a quality plugin so I took a look at [...]

March 31st, 2008 subscribed

[...] with installing a WordPress plugin then here is a quick run through of how to install this plugin. Download it from here. Unzip the file and then upload it to your /wp-content/plugins/ directory. From the Plugins Menu in [...]

April 3rd, 2008 subscribed

[...] cforms IIcforms is a plugin for WordPress, offering convenient deployment of multiple contact forms throughout your blog or even on the same page. The form submission utilizes AJAX, falls back, however, to a standard method in case AJAX/Javascript is not supported or disabled. [...]

April 15th, 2008 subscribed

[...] to the very excellent cformsII plugin, a graphic designer like my can now whip up something like a contact page! Should you need [...]

April 16th, 2008 subscribed

[...] rol manager ondersteuning, database tracking en nog veel meer. Cforms is ontwikkeld door deliciousdays.com, waar je de plugin kunt downloaden. De Nederlandse vertaling kun je vanaf de Vertaald! pagina [...]

April 23rd, 2008 subscribed

[...] cforms has become my contact form plugin of choice.  It is a very powerful and robust plugin that allows user customizability right down to the last detail.  As such, the admin interface is a little daunting, but the power that cforms provides makes it well worth the effort to learn it.  At this point, I think it’s fairly safe to say that there isn’t a better contact form plugin out there. [...]

April 23rd, 2008 subscribed

Cforms II Türkçe Güncellendi!...

Sürüm güncellemelerinden dolayı bir çok özellik eklendikten sonra çevirisi şart olan cforms ‘a bir haftadır hasta halim ile uğraş verdim ve sonunda bitti. Bir süre bloguma yazmamamın sebebi de buydu.
Tabiki tam olarak çevirisi her...

April 27th, 2008 subscribed

[...] the usage of plugins (… especially spam-blocking ones like Akismet). Jeff also mentioned the cforms plugin, which I also use, it’s really intuitive and customizable. I realize I’m saying the [...]

May 1st, 2008 subscribed

[...] food web site, smulweb), but I came here while following a link from bakkel dot com (once again) to http://www.deliciousdays.com/cforms-plugin, which is in fact one part of the plugin pages/tabs at delicious days. You’re free to share [...]

May 8th, 2008 subscribed

[...] cforms - This is the best forms option I’ve seen for Wordpress by FAR.  Totally customizable in every possible way from form elements to CSS styling. You can set up password fields, upload file fields, and just about any other field/button/drop-down list/whatever you could want on a form.  It also includes a handy widget option to include forms in your sidebar.  You can see it hard at work on my contact me page. [...]

May 12th, 2008 subscribed

[...] WordPress Plugin: cformsII Writen By Tyler Ingram Posted in: WordPress 4 views Posted On May 15, 2008 at 16:14:48 digg_url = 'http://www.tyleringram.com/blog/wordpress-plugin-cformsii'; digg_bgcolor = '#ffffff'; digg_skin = 'compact'; digg_window = 'new'; After reading a recent post on Miss604 during her Thursday Morning Link Fest: Delicious Edition made mention of a post that has 13 of the best WordPress pluins and I checked it out to find that they listed a very cool and useful contact form plugin; cformsII. [...]

May 16th, 2008 subscribed

[...] cforms contact form by delicious:days [...]

May 26th, 2008 subscribed

[...] directamente hasta servicios de otras páginas), creo que me quedo con la mejor (para mi gusto): csformsII. Este plugin de Wordpress permite insertar un formulario de forma automática y personalizable casi [...]

May 26th, 2008 subscribed

[...] new Life Coaches Blog contact and article submission forms are using the superb cforms II plugin by delicious:days. It’s bar none, the best forms plugin I’ve seen and one of the best plugins I’ve [...]

June 15th, 2008 subscribed

[...] cForms II : If I say that it’s one of the most advanced plugin ever built for WordPress then most of [...]

July 2nd, 2008 subscribed

[...] There’s no list without cforms by Delicious Days. Cforms is a really nice form manager that allows you to create your own [...]

July 5th, 2008 subscribed

[...] of them (thanks Roberto) encouraged me to try a plugin called cforms II. He said that after I saw what the plugin was capable of doing I would no longer need a [...]

July 5th, 2008 subscribed

[...] Cforms || is a very useful plugin for wordpress and I hope it will take away all programming stuffs in future. This plugin helps you to deploy multiple forms in your blogs. It will only take a little time to configure the required forms and it has a very efficient user interface. I used this plugin in a job site to collect students details. I feel it is very powerful with plenty of customization options. [...]

July 13th, 2008 subscribed

[...] Cforms automatically creates complex custom contact forms with ease. Select the type of input, add some text, and viola! You have a working form for your readers to get in touch with you. They are fully customizable and will save you hours of time. Also, you’ll want to take a look around the author’s site. It is beautifully designed and one of my favorite blogs to look at. Cforms Homepage [...]

July 17th, 2008 subscribed

[...] konnten wir das Plugin cform II, ein gewaltiges Modul zur Gestaltung von Formularen aller Art, deaktivieren. Warum? Als Webmaster [...]

July 18th, 2008 subscribed

[...] best, most customisable I’ve found is available at delicious days (great recipes there too - in case you get peckish during installation). A huge menu will appear in [...]

July 20th, 2008 subscribed

[...] cformsII Solves quite a few problems, especially when running sites for organizations. Most of the “manual” entry tasks can be taken care of with this and its endless options for creating customized forms. Great stuff. [...]

July 29th, 2008 subscribed

[...] Cforms II - This is far and away the best contact form plugin there is. The reason? configurability. You can easy build literally anything with it. We’ve built out employment application forms, wedding checklists, and more for clients. It also drives our own quote form. There’s also built in spam protection, via question and answer or captcha. by delicious days [...]

July 29th, 2008 subscribed

[...] The cForms II plugin lets you install a super contact form on your blog. You can stylize it for great looks, optimize it to help filter questions and create dynamic forms for your needs. In a word, it’s awesome. [...]

July 30th, 2008 subscribed

[...] Cforms II is a Wordpress plugin which makes it easy for you to add a contact form to your website. [...]

August 3rd, 2008 subscribed

[...] 3. Cforms II Cforms II is VERY customizable and easy to maintain. You can create any kinds of form you wish for it to. There is one whole section on the top navigation of your wp panel to control the settings for the cforms II. They even have the theme which you can choose for you contact form. They also have two secure system to make sure it’ll prevent spam emails to your inbox. One which you answer a common sense question. The other you type in what characters is displayed by an image. There are more information about this on their website. You can download it here: Cforms II Plugin [...]

August 3rd, 2008 subscribed

[...] Cforms ist ein Plugin was sehr mächtig ist und kann einem nach der Installation schon erschlagen auf den ersten Blick… Damit lassen sich Kontaktformulare, und Kommentarbereiche realisieren. Nichts für Wordpress Anfänger und es bedarf einiger Einarbeitung. Der Vorteil ist aber das es sich fast unendlich anpassen läßt im Design und fast keine Wünsche offen läßt. Man sollte aber schon CSS Kenntnisse mitbringen wegen der Design Anpassungen. Einmal richtig konfiguriert kann es dann überall eingesetzt werden (Artikel, Sidebar,Seiten usw.) [...]

August 10th, 2008 subscribed

[...] first update was for Ajax Edit Comments. Oliver from the cforms-ii plugin approached me and asked if I was interested in making our plugins [...]

August 12th, 2008 subscribed

[...] cformsII is a contact form plugin that gives you all the functionality of AJAX, PHP and CSS in just a contact form (whether the site contact form or the comment form). I like the idea of AJAX in my site since it’s quite a unique implementation for a site, so I decided to use it. Trust me, you will love it! Some visitors also commented that they like the captcha in this site (”What is the color of snow?” or “Two plus two is…“). It’s simple and easy to use; just straight to the point! [...]

August 13th, 2008 subscribed

[...] there is an excellent Wordpress plugin called cforms that will help you to easely install contact form on a contact [...]

August 14th, 2008 subscribed

[...] CFormII est le plugin que j’ai découvert dernièrement a réussi à combler tous attentes que je pouvais avoir. Il offre donc la possibilité de personnaliser tout ce qui peut l’être dans vos formulaires notemment les différents champs à entrer, leur validation, leure valeure par défaut … Quelques styles CSS prédéfinis sont là pour personnaliser le design. Si vous n’arrivez pas à trouver le style qui vous convient, vous pourrez toujours modifier le code CSS directement. [...]

August 14th, 2008 subscribed

[...] cforms is another one of those tools that will add value to your blog. If you’ve ever needed to add a Contact Form to your site, then this one comes highly recommended. You can check my contact form at the top of the page under, you guessed it, Contact or by clicking here. The Contact Form looks sharp and also includes a Captcha security field.You can get the plugin here. [...]

September 14th, 2008 subscribed

[...] I got to admit that I had heard of cforms II when it came out a while back, but I never bothered to try it out as I never saw the need to create contact forms for my blog. After all, I could just put my e-mail and other information on “about me” page and forget it. But since I have used it on my business blog, I have been hooked. And I can’t believe it’s for free. But if you are looking ot create professional contact forms such as the one below, then you should definitely check out cforms Wordpress form plugin. [...]

September 23rd, 2008 subscribed

[...] familiar with your must-have plugins. I often use cformsII.  Because I use it so often, I’m very comfortable with its markup and CSS so it’s easy [...]

September 27th, 2008 subscribed

[...] Cforms II - This is far and away the best contact form plugin there is. The reason? configurability. You can easy build literally anything with it. We’ve built out employment application forms, wedding checklists, and more for clients. It also drives our own quote form. There’s also built in spam protection, via question and answer or captcha. by delicious days [...]

September 30th, 2008 subscribed

[...] bietet der Einsatz meines geliebten “cforms II“-Plugins nun - unter anderem - die Möglichkeit, direkt online Fördermitglied des [...]

October 5th, 2008 subscribed

[...] This is simply the best contact form plugin I have ever come across.  It allows for multiple forms, custom form styling and it’s very easy to insert your forms into posts, pages or your sidebar.  Download page is here. [...]

October 17th, 2008 subscribed

[...] to a web form. While this would be an easy enough task with HTML, I decided to use the excellent cformsII Wordpress plugin. This plugin can create elaborate custom contact forms, with many swanky features such as regular [...]

October 21st, 2008 subscribed

[...] cforms - a powerful contact form plugin. It’s a lot more complex than other comment form plugins out there but has a lot more features (some that I’m yet to fully test). [...]

November 5th, 2008 subscribed

[...] CAPTCHA para asegurarnos que no es un robot, el plugin cforms para formularios puede integrarlos. También hay plugins específicos como Simple [...]

November 29th, 2008 subscribed

[...] cforms - Lets you create and manage forms on Wordpress pages quickly and intuitivly. Easily the most comprehensive form plugin I've come across for Wordpress. Again with a little CSS knowledge you can design the look of your forms. Alternativley you can use one of the incuded stylesheets to style your form. [...]

December 5th, 2008 subscribed

[...] Plugin “cforms II” handelt es sich um eine besonders gut anpass- und integrierbare Lösung, um Formularelemente [...]

December 6th, 2008 subscribed

[...] cformsII is one seriously big and bad-ass plugin of whose functionality I’m currently using only a shameful fraction to power my “contact me” page. But I’m glad it’s there and it’s so capable, ’cause I just know I’m going to find more uses for it sooner or later. My hat is off to you both, Nicki and Oliver at delicious:days. [...]

December 21st, 2008 subscribed

[...] Stats . 6. Alex Rabe.429 705 downloads. NextGEN Gallery. 7. Oliver Seidel. 361 918 downloads. cforms II . 8. Joost de Valk. 328 036 downloads. Sociable , Google Analytics for WP . 9. Donncha O Caoimh. [...]

December 29th, 2008 subscribed

[...] result exceeded my expectations by a long shot. I stumbled upon the cforms II plug-in for WordPress by Delicious [...]

January 18th, 2009 subscribed

[...] words I would describe the cforms Wordpress plugin. Cforms is a free plugin which you can download here. It’s by far the best contact form to use for any Wordpress blog. Cforms will fit to your [...]

February 11th, 2009 subscribed

[...] Cforms II - This is far and away the best contact form plugin there is. The reason? configurability. You can easy build literally anything with it. We’ve built out employment application forms, wedding checklists, and more for clients. It also drives our own quote form. There’s also built in spam protection, via question and answer or captcha. by delicious days [...]

February 21st, 2009 subscribed

[...] my hat goes off to Mr. Oliver Seidel and this fantastic plugin. cforms is the real deal when you need to create any kind of contact form for your wordpress [...]

March 1st, 2009 subscribed

[...] cFroms: Best Form management plugin for WordPress. It lets you make custom forms without any knowledge of PHP/CSS. Allows multiple admins, custom themes and captcha. Adds a link in editor to make embedding forms easy. [...]

March 10th, 2009 subscribed

[...] By far and away the best Contact Form Plugin. 34. TDO Mini Forms is another excellent [...]

March 10th, 2009 subscribed

[...] cForms–If you need to create a contact form, I can’t think of a more flexible or easier-to-use plugin. cForms has a wizard to help you create your forms and supports AJAX for drag and drop, widgets, integration with TinyMCE and on and on. Google XML Sitemaps–This plugin makes it easier for Google and other search engine bots to crawl your site. Think of it as a road map for spiders. Just let it rip and it will create a compliant sitemap. You don’t need to configure code or figure out much of anything else. You need this. [...]

March 14th, 2009 subscribed

[...] so manches Plugin getestet habe, kann ich ruhigen Gewissens zugeben, daß in puncto Kontaktformular cforms das Plugin meiner Wahl ist. Selbst wenn man bei den zahlreichen Einstellungen auch nur das [...]

March 16th, 2009 subscribed

[...] cforms II - If you need custom forms for people to fill out, this is the best plugin. You can create huge long forms with checkboxes, text fields, radio buttons, anything you want. Even better, this plugin not only emails you the data every time someone fills in their information, it can also create a database of all the information entered that can be downloaded into Excel. [...]

March 25th, 2009 subscribed

[...] on my list of kudos is Oliver Seidel from delicious:days for developing and coding cformsII. At first, the amount of options and customization-possibilities just smites you, but after gettin [...]

March 28th, 2009 subscribed

[...] CForms - This is an amazing form builder and processor. The bloggers from delcious:days cook good code and good food. Download this from them directly rather than trying to install from within Wordpress. [...]

April 1st, 2009 subscribed

[...] will kick butt, and allow you to create multiple, user-friendly forms on your blog or website, cforms is your [...]

April 22nd, 2009 subscribed

[...] Cforms II - This is far and away the best contact form plugin there is. The reason? configurability. You can easy build literally anything with it. We’ve built out employment application forms, wedding checklists, and more for clients. It also drives our own quote form. There’s also built in spam protection, via question and answer or captcha. by delicious days [...]

April 27th, 2009 subscribed

[...] updated the Request a Quote page using a terrific plug-in called cforms from delicious days. Now, you can request a quote for your book project using the new and improved Six Penny Graphics [...]

June 6th, 2009 subscribed

[...] so I usually reach for a plug-in for the contact form. The one that hasn’t let me down yet is cforms. It’s easy to use, and very, very powerful. In fact, it might be too powerful for some- and [...]

June 24th, 2009 subscribed

[...] playing around with adding a form here. CForms is a great tool for adding a form to your Wordpress site. And, to learn how to use it, watch this [...]

July 2nd, 2009 subscribed
Please visit the cforms support forum.