cforms II
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.

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

It is important to note, that WP's auto update process is far from flawless, ie. it may overwrite any of your custom settings (CSS theme file, background images, font files etc). Please always make backups of files you need to preserve!

NEW in 8.4: much enhanced {custom var} nomenclature

NEW in 8.4: [id:ID] for input fields, e.g. Your Name[id:name]

NEW in 8.3: Completely revised Tracking/Edit UI

NEW in 8.3: Tracking: XML download

NEW in 8.3: Tracking: Editable fields

OTHER & BUGFIXES: see the version history

General Features

"Wizard Mode" to aid 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 (!)

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

Cloning / duplication of forms

Drag and drop form management

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

Submission limits (e.g. registrations)

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

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

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)

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!)

With v6.0, the admin interface has received a slight face lift, in favor of a cleaner UI and better browser support (IE & Opera!).

admin1sm.jpg

The user interface supports Drag and Drop of form fields making changes to your form structure so much easier.

admin2sm.jpg

Inserting a form (or more) into your posts ad pages couldn't be any easier: cforms offers (if enabled) buttons for both the WYSISWYG editor as well as the standard WP code editor:

admin6sm.jpg

Check out the Help! section for lots of info and examples on how to change the look and feel of your forms, how to setup the various form input fields and other special fields.

admin5sm.jpg admin3sm.jpg

Make sure to enable cforms' DB tracking feature which will give you a safety net in case an email gets lost.

admin4sm.jpg admin7sm.gif

As of v3, the admin interface supports backing up your form fields/and form specific settings. This may come handy when you setup a lot of similar forms or just keep them as backups for when you have to re-install WP.

cforms comes with a few CSS theme files (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 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 to "an extreme" you can activate Label and Input Field ID's (via the Styling sub menu tab), which will add a unique label ID to each label element.

And finally, many WP theme developers aren't particularly cautious about making 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.

With release 3.4 and going forward you'll be able to create and deploy forms at run-time. Mind you, to use this feature it requires some basic to 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

With v7.4, cforms comes with 3 custom 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. Great capabilities to incorporate your own application and business logic!

In terms of WP localization support, as of version 6.0, cforms has been completely overhauled. It should now require 10x less time to translate all the strings as I've reduced redundancy to the extend possible.

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:

** NEW **

Chinese, Simplified * Author: Winnie Law (Liu Dongyan) (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)

Russian * Author: Sofia Panchenko (download)

Spanish * Author: Samuel Aguilera (download)

Turkish * Author: Resat Diker (download)

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

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

deactivate cforms,

upload the new version

re-enable it

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.

With that said, use at your own risk.This plugin has not been extensively QA'ed under various older WordPress versions either, however anything WP 2.0.2 and up should be working just fine.

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) or see the cforms support forum in case you need help.

Check the version history for WHAT'S NEW.

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

[...] 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

[...] 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

[...] 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

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

February 22nd, 2007

[...] 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

[...] 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

[...] 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

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

March 1st, 2007

[...] 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

[...] 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

Flexibles Formular Mail Plugin gesucht...

habe ich auch gesucht und auch gefunden.

cforms ......

March 29th, 2007

[...] 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

[...] 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

[...] 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

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

April 11th, 2007

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

April 11th, 2007

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

May 5th, 2007

[...] 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

[...] 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

[...] 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

[...] 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

[...] 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

[...] 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

[...] 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

[...] 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

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

June 26th, 2007

[...] ü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

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

June 27th, 2007

[...] 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

[...] 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

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

July 8th, 2007

[...] 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

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

July 22nd, 2007

[...] 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

[...] 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

[...] 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

[...] 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

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

August 7th, 2007

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

August 12th, 2007

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

August 30th, 2007

[...] ş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

[...] 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

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

September 6th, 2007

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

September 10th, 2007

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

September 11th, 2007

[...] 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

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

[...] 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

[...] 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

[...] 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

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

October 3rd, 2007

[...] 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

[...] 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

[...] 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

[...] 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

[...] 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

[...] 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

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

November 8th, 2007

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

November 14th, 2007

[...] 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

[...] 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

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

November 24th, 2007

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

November 25th, 2007

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

November 27th, 2007

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

December 3rd, 2007

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

December 13th, 2007

[...] 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

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

December 28th, 2007

[...] 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

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

January 6th, 2008

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

January 19th, 2008

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

January 26th, 2008

[...] 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

[...] 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

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

February 28th, 2008

[...] 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

[...] 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

[...] 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

[...] 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

[...] 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

[...] 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

[...] 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

[...] 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

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

March 26th, 2008

[...] 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

[...] 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

[...] 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

[...] 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

[...] 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

[...] 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

[...] 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

[...] 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

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

[...] 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

[...] 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

[...] 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

[...] 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
Please visit the cforms support forum.