Tag: Contact Form 7

  • Contact Form 7 1.4.1

    I released Contact Form 7 1.4.1 which is minor update including: Revision of Akismet option in form tag, and Spanish and Catalan translations by Jordi Sancho. Revision of Akismet option in form tag akismet:content option was removed. Now, all field values are concatenated and sent to Akismet server as comment content. The reason for this…

  • Contact Form 7 1.4

    I released new version 1.4 of Contact Form 7 today. The main feature is spam filtering with Akismet.

  • Contact Form 7 1.3

    Contact Form 7 1.3 is now available. I added new type of form element tag named [select]. This tag is replaced by a <select> element. Example: [select your-country “China” “India” “other”] This tag is replaced to: <select name=”your-country”> <option value=”China”>China</option> <option value=”India”>India</option> <option value=”other”>other</option> </select> Then you can insert user selection into mail sent to…

  • Contact Form 7 1.2

    Contact Form 7 1.2 is now available. A main feature of this version is introduction of jQuery Form Plugin. Due to this, we could replace the input validation process to client side and use AJAX posting. While we lost compatibility with old version WordPress. New supported WordPress version is 2.2 or higher. I’m sorry if…

  • Contact Form 7

    This post is no longer updated. Move to Contact Form 7 official site. Download | Plugin Homepage | FAQ | Support Forum (日本語の説明はこちら) Summary Just another contact form plugin. Simple but flexible. Supports multiple contact forms. You can customize form and mail contents with simple markup. AJAX submitting with jQuery Form Plugin. Spam filtering with…