BACKUPS: pre v9x form backups are not compatible with v9. If you have to restore your old backup file, you need to downgrade cforms again.
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!
With v8.5+ 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 your CSS (including images!), font & background image files (CAPTCHA) to it.
NEW: POP before SMTP authentication
NEW: filename modification for file uploads at run-time
my_cforms_logic() filter function, see my-functions.php
NEW: form specific success and failure classes for more CSS/styling control
NEW: restore function when cforms settings get corrupted
OTHER & BUGFIXES: see the version history
General Features
"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: 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
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!)
screenshot screenshot screenshot screenshot screenshot screenshot screenshot screenshot screenshot screenshot screenshot screenshot screenshot screenshot screenshot screenshot screenshot screenshot screenshot
With v6.0, the admin interface has received a slight face lift, in favor of a cleaner UI and better browser support (IE & Opera!).
The user interface supports Drag and Drop of form fields making changes to your form structure so much easier.
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:
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.
Make sure to enable cforms' DB tracking feature which will give you a safety net in case an email gets lost.
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 ** Bahasa Indonesia * Author: Hendry Lee (download)
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)
Polish * Authors: Kasia Nocek & WEST28 (site1, site2)
Russian * Author: Sofia Panchenko (download)
Spanish * Author: Samuel Aguilera (download)
Turkish * Author: Resat Diker (download)
** NEW ** Ukrainian * Author: Stas Mykhajlyuk (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 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. [...]
[...] 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. [...]
[...] Visit & Download [...]
[...] 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. [...]
[...] cforms (tags: wordpress plugin) [...]
[...] 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) [...]
[...] 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) [...]
[...] 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. [...]
[...] cforms » delicious:days (tags: wordpress plugin form plugins work) [...]
[...] 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. [...]
[...] 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. [...]
Flexibles Formular Mail Plugin gesucht...
habe ich auch gesucht und auch gefunden.
cforms ......
[...] 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. [...]
[...] cforms offers convenient deployment of multiple contact forms throughout your blog or even on the same page. Sphere: Related Content (No Ratings Yet) Loading ... [...]
[...] more info and download.... [...]
[...] 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) [...]
[...] cforms offers convenient deployment of multiple contact forms throughout your blog or even on the same page. [...]
[...] cforms you can now have a spiffy contact form on your page and even expand its use into further areas: [...]
[...] descargar el plugin desde la página del autor y la traducción al español de cForms desde aquà [...]
[...] 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. [...]
[...] cForms [...]
[...] cforms cforms offers convenient deployment of multiple contact forms throughout your blog or even on the same page. The form submission utilizes AJAX [...]
[...] 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; [...]
[...] 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 [...]
[...] 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. [...]
[...] 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. [...]
[...] 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 [...]
[...] scaricare il plugin dal sito di delicious:days, scompattare il tutto nella cartella wp-content/plugin e attivare il plugin dall’apposito [...]
[...] cforms II (v5.0) [...]
[...] ü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 [...]
[...] II 5.0: Author’s Site, Repository Allows creation of multiple mail-to [...]
[...] 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 [...]
[...] 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 [...]
[...] night and today I upgraded to the newest version of the form plugin for the Member’s area and main [...]
[...] 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. [...]
[...] no site. O formulário, que pode ser acessado na barra superior do site, é baseado no plugin cforms II, de Oliver [...]
[...] 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. [...]
[...] 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 [...]
[...] 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 [...]
[...] up a comment form (cForms for me - the best forms plugin ever!) - again, you’ll probably want to create a separate page [...]
[...] ‘cforms II‘ Plugin adds a contact form to your WordPress blog. When people have the option to contact [...]
[...] cet effet, j’ai découvert un plugin, Cforms II, qui m’ a semblé ergonomique et [...]
[...] a bit of looking, I found cForms II, a WordPress contact form plugin developed by [...]
[...] ş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 [...]
[...] 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 [...]
[...] habe ich jetzt das Wordpress-Plugin cforms II von Oliver Seidel eingebunden und das Formular sieht dann folgendermassen [...]
[...] Cforms ist ein Kontaktformular-Plugin für Wordpress-Nutzer. Bin ziemlich angetan, mit das beste, [...]
[...] benutze seit heute das Kontaktformular cforms II von delicious:days und bin sehr zufrieden damit was Einstellungsmöglichkeiten [...]
[...] in der Sidebar eingebaute Kontaktformular, das auf CForms basiert, wird prima angenommen. Nur mal zur Info für interessierte Wordpress-Blogger. Der [...]
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-...
[...] 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. [...]
[...] 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: [...]
[...] 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 [...]
[...] plugin s’appelle cforms II et il est hyper facilement configurable et customisable avec une interface des plus simple (ajax, [...]
[...] 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. [...]
[...] 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 [...]
[...] 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 [...]
[...] 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 [...]
[...] 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 [...]
[...] 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 [...]
[...] plugin scelto è cforms II che offre molta flessibilità per la creazione di form con un numero a piacere di campi, gestisce [...]
[...] Originele naam plugin: Cforms II [...]
[...] 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 [...]
[...] 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 [...]
[...] Cforms II — гибкий и функциональный конÑтруктор форм Ð´Ð»Ñ WordPress Ñ Ð¿Ð¾Ñ€Ð°Ð¶Ð°ÑŽÑ‰Ð¸Ð¼Ð¸ воображение Ñ€Ñдового блоггера возможноÑÑ‚Ñми. Ð’Ñе оÑтальные плагины Ð´Ð»Ñ WordPress форм обратной ÑвÑзи нервно курÑÑ‚ в Ñторонке и завидуют функциональноÑти и краÑоте cforms II :) [...]
[...] Cforms II — гибкий и функциональный конÑтруктор форм Ð´Ð»Ñ WordPress Ñ Ð¿Ð¾Ñ€Ð°Ð¶Ð°ÑŽÑ‰Ð¸Ð¼Ð¸ воображение Ñ€Ñдового блоггера возможноÑÑ‚Ñми. Ð’Ñе оÑтальные плагины Ð´Ð»Ñ WordPress форм обратной ÑвÑзи нервно курÑÑ‚ в Ñторонке и завидуют функциональноÑти и краÑоте cforms II. [...]
[...] cforms II [...]
[...] форму и наÑтроить ее внешний вид. ÐазываетÑÑ Ñто чудо - Cforms II. ПоÑетите домашнюю Ñтраничку плагина, где Ð’Ñ‹ Ñможете [...]
[...] Cforms - An AJAX Contact form plugin for Wordpress, offering convenient deployment of multiple contact [...]
[...] 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 [...]
[...] zur Plugin Homepage Vorheriger Beitrag der [...]
[...] 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. [...]
[...] Download & unzip the plugin [...]
[...] 7.2 Naam plugin: cforms II Ontwikkelaar van plugin: Oliver Seidel Plugin instellen toevoegen in: Vertaling plaatsen in: Opmerkingen vertaling: Andere [...]
[...] 1. CForms 2 (www.deliciousdays.com/cforms-plugin) [...]
[...] 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 [...]
[...] Potete trovare tutte le informazioni, caratteristiche e parametri di validazione errori su http://www.deliciousdays.com/cforms-plugin [...]
[...] 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, [...]
[...] Link: http://www.deliciousdays.com/cforms-plugin [...]
[...] 1. CForms 2 (www.deliciousdays.com/cforms-plugin) [...]
[...] 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 [...]
[...] 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 [...]
[...] 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 [...]
[...] 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 [...]
[...] 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 [...]
[...] 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 [...]
[...] 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 [...]
[...] 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 [...]
[...] of the Week: cforms II - Awesome contact [...]
[...] 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 [...]
[...] 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. [...]
[...] 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 [...]
[...] 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 [...]
[...] 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. [...]
[...] to the very excellent cformsII plugin, a graphic designer like my can now whip up something like a contact page! Should you need [...]
[...] 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 [...]
[...] 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. [...]
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...
[...] 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 [...]
[...] 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 [...]
[...] 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. [...]
[...] 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. [...]
[...] cforms contact form by delicious:days [...]
[...] 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 [...]
[...] 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 [...]
[...] cForms II : If I say that it’s one of the most advanced plugin ever built for WordPress then most of [...]
[...] There’s no list without cforms by Delicious Days. Cforms is a really nice form manager that allows you to create your own [...]
[...] 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 [...]
[...] 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.










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