Contact Form 7 1.7.7

April 7, 2008

Contact Form 7 / Download

I released Contact Form 7 1.7.7. This release contains new tag types for required checkboxes and drop-down menus. Checkbox* and Select* are newly introduced in this release. And Danish, Latvian and Swedish translations have been added.

New tag types: checkbox* and select*

As text*, email* and textarea* in the past, checkbox* and select* are required fields. The sender must check or select at least one meaningful option for each of these.

New translations

Contact Form 7 has now been translated into 17 languages. I’d like to genuinely thank all the translators!


(In Japanese from here.)

Contact Form 7 1.7.7 をリリースしました。必須選択のチェックボックスとドロップダウンメニューのためのタグとして checkbox*select* を新たに導入しました。デンマーク語、ラトビア語、スウェーデン語の言語ファイルが追加されました。

新しいタグ: checkbox*select*

必須入力のテキスト項目として text*email*textarea* のタグが以前からありますが、それと同様に必須選択のチェックボックスのために checkbox* を、ドロップダウンメニューのために select* を新たに導入しました。フォームを送信する際には少なくともひとつの意味のある項目の選択が求められます。

新しい言語対応

Contact Form 7 はこれで計 17 の言語に翻訳されました。翻訳してくれたみなさん、ありがとうございます!

20 Responses to “Contact Form 7 1.7.7”

  1. Will Says:

    Excellent update! 100% valid xhtml again. :)

    Thanks!

  2. Kathleen Says:

    CAPTCHA errors. It doesn’t work:

    Fatal error: Call to undefined function: imagettftext() in /home/dakinewb/public_html/Designs/wp-content/plugins/contact-form-7/captcha/captcha.php on line 60

  3. miyoshi Says:

    Kathleen,

    You need GD and FreeType libraries installed on your server.

  4. Toly Says:

    Hey Miyoshi,

    Instead of using @wp_mail(), I think the form should use swift (http://www.swiftmailer.org/).

    I used it as it is, and since it is going directly to php mailer, it takes a long time to send + long time to deliver.

    Swift did both for 1 second.

    Just a thought to your pool :)

    cool plugin, thanks,
    Toly

  5. miyoshi Says:

    Toly,

    You can also use Swift Mailer plugins.

  6. John Says:

    Hi,

    In my form, the objet is a drop-down menu like this :

    [select subject "option1" "option2"]

    How can i get the value of “subject” to pu it in the mail I will receive ? I tried to input [subject] or [select subject] but none is working.

    Thanks for your help and your plugin. :)

  7. Bruno Says:

    How do I change Contact Form 7 language?

    Thanks.

  8. miyoshi Says:

    John, [subject] should work. Just in case, you should use include_blank option like,

    [select subject include_blank "option1" "option2"]

  9. miyoshi Says:

    Bruno, Contact Form 7’s language setting follows WordPress’s language setting. This page explains how to set WordPress’s language. Contact Form 7 inludes 17 language files out of the box.

  10. Q-design Says:

    Hi, I have installed WordPress in Italian, but your plugin is in English.

    I have installed all languages situated in your folder, but I don’t know how to change the language of Contact Form.

    Regards

  11. kux Says:

    hello miyoshi

    great plugin. i love it. so easy to use and setup. thank you. now my question: which tag should i copy into mail, to se what the user had selcted (dropdown menu)?

    by now i am using these tags into mail to get my informations about the user. it works wery good, only the select tag won’t work. i wann see what options people are choosing when the contact me.

    [your-name]

    [your-email]

    [select*] <——–// not working
    [select* Auswaehlen "Allgemein" "Dj Cem für eine Party buchen" "Dj Dem für eine Party buchen" "Promotion" "Zusammenarbeit"] <——–// also not working
    [your-message]

    see also: http://www.purepassion.ch/wordpress/about/

    i hope you understand what i mean.

    thx

  12. franc3s Says:

    I think it’s fantastic! it saved me a lot of time!!
    I ask, is it possible to let user attach a file or at least an image?

  13. miyoshi Says:

    Q-design, Contact Form 7’s locale setting follows WordPress’s one. So you have only to do setting WordPress up as an Italian blog. The documentation is here.

    define('WPLANG', 'it_IT');

    should be written in your wp-config.php

  14. miyoshi Says:

    kux, yes I got what you mean. The correct answer is [Auswaehlen]. Mail field needs the second word of tags used in Form field. Also see FAQ.

  15. miyoshi Says:

    franc3s, it’s not possible at this time but it will be implemented in the next Contact Form 7 1.8.x released few months later (maybe). Please wait it.

  16. franc3s Says:

    I will surely wait, then!

  17. charles Says:

    I can add how many areas for information - a text area(required) for a proposed e-mail address - it does not send it!!!!

    it only sends what is in the e-mail form

    please reply

    charles

  18. Will Says:

    Hi,

    Can you please make this plug-in Valid XHTML 1.0 Strict ?

    The input fields simply needed to be between a fieldset.

    Tried myself but did not come out right. I made it valid but it was not ending the fieldset correctly.

    Also, do you know why ajax function is not working:

    http://www.war59312.com/contact/

    Works fine but no ajax goodness. Missing a hook in my theme perhaps?

    Thanks,

    Will

  19. Will Says:

    Ok ajax issue was because I forgot:

    php wp_head();

    Figures! ;)

    Thanks again!!

  20. miyoshi Says:

    charles, see FAQ. It will help you.

Leave a Reply