=== Scaleable Contact Form === Contributors: ukautz Donate link: Tags: contact, form, mail, captcha Requires at least: 2.7.0 Tested up to: 2.7.1 Stable tag: 0.2 Another Contact Form with very scalable multi-type Fields. Uses Captcha, no Akismet. Can use external SMTP via wp_mail() and other PLugins. AJAX Support! == Description == Scaleable Contact Form Plugin = A Plugin for .. = .. providing a contact form on your wordpress site. = Features: = * Uses Captcha but no Akismet (yet). * Required, non required Fields can be configured. * Five different Field Types: Textfield, Textarea, Select, Radios and Checkboxes. * All labels and buttons can be modified. * You can choose either a regular send formular or AJAX driven = Usage: = Either put `[scaleable-contact-form]` somewhere in a post or site or call `scf_print_contact_form()` directly from a template. = Usage for AJAX Form = Either put `[scaleable-contact-form-ajax]` somewhere in a post or site or call `scf_print_contact_form_ajax()` directly from a template. == Installation == 1. Download .zip file and extract into your "wp-content/plugins" directory. 1. Activate the plugin through the 'Plugins' menu in WordPress 1. Either put [scaleable-contact-form] somewhere in a post or site or call `scf_print_contact_form()` directly from a template. == Frequently Asked Questions == = How many fields i can use in my contact form ? = As much as you want .. surely i didnt test with more then a "reasonable" amount = How can i use SMTP for sending the contact form mails ? = This plugin uses `wp_mail()` instead of php's `mail()` so you need (another) plugin which modifies this method. I used WP-Mail-SMTP ( http://www.callum-macdonald.com/code/wp-mail-smtp/ ) Answer to foo bar dilemma. == Change Notes == = 0.2, 2009-04-10 = * minor security issue * better Simple CAPTCHA recognition * integration of ajax formular