{"id":5233,"date":"2009-04-06T12:02:53","date_gmt":"2009-04-06T12:02:53","guid":{"rendered":"https:\/\/wordpress.org\/plugins-wp\/scaleable-contact-form\/"},"modified":"2011-05-03T11:31:54","modified_gmt":"2011-05-03T11:31:54","slug":"scaleable-contact-form","status":"closed","type":"plugin","link":"https:\/\/wordpress.org\/plugins\/scaleable-contact-form\/","author":2327618,"comment_status":"closed","ping_status":"closed","template":"","meta":{"version":"0.8.2","stable_tag":"trunk","tested":"3.0.5","requires":"2.7.0","requires_php":"","requires_plugins":"","header_name":"Scaleable Contact Form","header_author":"Ulrich Kautz","header_description":"","assets_banners_color":"","last_updated":"2011-05-03 11:31:54","external_support_url":"","external_repository_url":"","donate_link":"","header_plugin_uri":"http:\/\/blog.foaa.de\/scaleable-contact-form","header_author_uri":"http:\/\/fortrabbit.de","rating":5,"author_block_rating":0,"active_installs":30,"downloads":13169,"num_ratings":0,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","faq"],"tags":[],"upgrade_notice":[],"ratings":{"1":0,"2":0,"3":0,"4":0,"5":"1"},"assets_icons":[],"assets_banners":[],"assets_blueprints":{},"all_blocks":[],"tagged_versions":[],"block_files":[],"assets_screenshots":[],"screenshots":[]},"plugin_section":[],"plugin_tags":[362,360,361,450],"plugin_category":[41,42,44],"plugin_contributors":[84901],"plugin_business_model":[],"class_list":["post-5233","plugin","type-plugin","status-closed","hentry","plugin_tags-captcha","plugin_tags-contact","plugin_tags-form","plugin_tags-mail","plugin_category-communication","plugin_category-contact-forms","plugin_category-discussion-and-community","plugin_contributors-ukautz","plugin_committers-ukautz"],"banners":[],"icons":{"svg":false,"icon":"https:\/\/s.w.org\/plugins\/geopattern-icon\/scaleable-contact-form.svg","icon_2x":false,"generated":true},"screenshots":[],"raw_content":"<!--section=description-->\n<p>Scaleable Contact Form Plugin<\/p>\n\n<h4>A Plugin for ..<\/h4>\n\n<p>.. a very customizable contact form on your wordpress blog.<\/p>\n\n<h4>Features:<\/h4>\n\n<ul>\n<li>Uses Captcha but no Akismet (yet).<\/li>\n<li>Required, non required Fields can be configured.<\/li>\n<li>Five different Field Types: Textfield, Textarea, Select, Radios and Checkboxes.<\/li>\n<li>All labels and buttons can be modified.<\/li>\n<li>You can choose either a regular send formular or AJAX driven<\/li>\n<li>Optional confirmation mail to ser<\/li>\n<\/ul>\n\n<h4>Usage:<\/h4>\n\n<p>Either put <code>[scaleable-contact-form]<\/code> somewhere in a post or site or call <code>echo scf_print_contact_form()<\/code> directly from a template.<\/p>\n\n<h3>Configuration<\/h3>\n\n<p>In the WP Admin interface, you'll find a submenu entry \"S.C.Form\" under \"Settings\". There you can add new fields, edit labels, error messages, behavior and so on..<\/p>\n\n<h4>Usage for AJAX Form<\/h4>\n\n<p>Either put <code>[scaleable-contact-form-ajax]<\/code> somewhere in a post or site or call <code>echo scf_print_contact_form_ajax()<\/code> directly from a template.<\/p>\n\n<h3>Change Notes<\/h3>\n\n<h4>0.8.2, 2011-05-03<\/h4>\n\n<ul>\n<li>Fix: Session unset after comment<\/li>\n<\/ul>\n\n<h4>0.8.1, 2010-10-25<\/h4>\n\n<ul>\n<li>Urgent fix: removed debugging \"display_errors\"<\/li>\n<\/ul>\n\n<h4>0.8.0, 2010-10-25<\/h4>\n\n<ul>\n<li>Adjusting PHP code to be compatible with php 6.<\/li>\n<li>Message is now optional.<\/li>\n<li>Added new error, which will be displayed if the user hit's (accidentally? spam?) reload (could not use redirect due to session_start for the captcha..).<\/li>\n<li>New optional customizable confirmation mail to user.<\/li>\n<li>Fixed non removal of the used captcha code.<\/li>\n<\/ul>\n\n<h4>0.7.1, 2010-01-24<\/h4>\n\n<ul>\n<li>Fix for 2.9.1<\/li>\n<\/ul>\n\n<h4>0.7, 2009-09-23<\/h4>\n\n<ul>\n<li>fixed the missing closing div<\/li>\n<\/ul>\n\n<h4>0.6, 2009-09-23<\/h4>\n\n<ul>\n<li>.. and replaced bloginfo with get_bloginfo to surpress the site title<\/li>\n<\/ul>\n\n<h4>0.5, 2009-09-23<\/h4>\n\n<ul>\n<li>Replaced lot of the patches relating captcha with old working version<\/li>\n<\/ul>\n\n<h4>0.4, 2009-09-16<\/h4>\n\n<ul>\n<li>Patch from Jonathan Rogers: Assure JQuery is included, differentiate between checkboxes and radios better, using fieldset for checkboxes and radios<\/li>\n<li>remove the \"formular always displayed on top of page\" bug (the [scaleable-contact-form] tag could be placed now anywhere)<\/li>\n<\/ul>\n\n<h4>0.3, 2009-07-08<\/h4>\n\n<ul>\n<li>fix for PHP4 (still?)<\/li>\n<\/ul>\n\n<h4>0.2, 2009-04-10<\/h4>\n\n<ul>\n<li>minor security issue<\/li>\n<li>better Simple CAPTCHA recognition<\/li>\n<li>integration of ajax formular<\/li>\n<\/ul>\n\n<!--section=installation-->\n<ol>\n<li>Use the WP Pluginstaller OR download .zip file and extract into your \"wp-content\/plugins\" directory.<\/li>\n<li>Activate the plugin through the 'Plugins' menu in WordPress<\/li>\n<li>Either put [scaleable-contact-form] somewhere in a post or page (in the text-editor, it will be replaced by the generated contact form) or call <code>scf_print_contact_form()<\/code> directly from a template.<\/li>\n<\/ol>\n\n<!--section=faq-->\n<dl>\n<dt>Does it work with WP Super Cache (or other caches for that matter)<\/dt>\n<dd><p>No, but you can simply add the URL of the page where you use the form to the ignore list (at least with WP Super Cache, tested with version 0.9.9.6):\n1. Go to WP Super Cache configurations in WP Admin.\n2. Go to the advanced tab.\n3. Scroll down to where it says \"Add here strings (not a filename) that forces a page not to be cached. [...]\"\n4. Add the path of your page\/site.. eg if it is in http:\/\/yourdomain.tld\/contact\/ then \"\/contact\/.*\" will fit).<\/p>\n\n<p>Example:\nI use the SCForm here: http:\/\/blog.foaa.de\/about\/, so i added \"\/about\/.*\" to the list, cleared the cache once and it worked like a charm.<\/p><\/dd>\n<dt>How many fields i can use in my contact form ?<\/dt>\n<dd><p>As much as you want and common sense dictates .. surely i didnt test with more then a \"reasonable\" amount..<\/p><\/dd>\n<dt>How can i use SMTP for sending the contact form mails ?<\/dt>\n<dd><p>This plugin uses <code>wp_mail()<\/code> instead of php's <code>mail()<\/code> so you need (another) plugin which modifies this method. I used WP-Mail-SMTP ( http:\/\/www.callum-macdonald.com\/code\/wp-mail-smtp\/ )<\/p><\/dd>\n\n<\/dl>","raw_excerpt":"Another contact form with very scalable multi-type Fields. Uses Captcha, no Akismet. Can use external SMTP via wp_mail() or other Plugins.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/5233","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=5233"}],"author":[{"embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/ukautz"}],"wp:attachment":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=5233"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=5233"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=5233"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=5233"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=5233"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=5233"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}