Contact Form 7 1.7.7
April 7, 2008
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
- Danish (author: Jens Griebel)
- Latvian (author: Sandis Veinbergs)
- Swedish (author: Fredrik Jonsson)
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* を新たに導入しました。フォームを送信する際には少なくともひとつの意味のある項目の選択が求められます。
新しい言語対応
- デンマーク語 (作者: Jens Griebel さん)
- ラトビア語 (作者: Sandis Veinbergs さん)
- スウェーデン語 (作者: Fredrik Jonsson さん)
Contact Form 7 はこれで計 17 の言語に翻訳されました。翻訳してくれたみなさん、ありがとうございます!



April 13, 2008 at 12:33 pm
Excellent update! 100% valid xhtml again. :)
Thanks!
April 17, 2008 at 7:15 am
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
April 17, 2008 at 5:13 pm
Kathleen,
You need GD and FreeType libraries installed on your server.
April 20, 2008 at 6:26 pm
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
April 20, 2008 at 11:24 pm
Toly,
You can also use Swift Mailer plugins.
April 21, 2008 at 8:51 pm
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. :)
April 24, 2008 at 1:08 pm
How do I change Contact Form 7 language?
Thanks.
April 24, 2008 at 8:16 pm
John,
[subject]should work. Just in case, you should useinclude_blankoption like,[select subject include_blank "option1" "option2"]April 24, 2008 at 9:04 pm
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.
April 30, 2008 at 11:15 pm
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
May 1, 2008 at 11:51 pm
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
May 3, 2008 at 2:58 am
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?
May 3, 2008 at 9:32 pm
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
May 3, 2008 at 9:51 pm
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.May 3, 2008 at 9:54 pm
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.
May 4, 2008 at 5:39 pm
I will surely wait, then!
May 10, 2008 at 8:43 pm
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
May 11, 2008 at 8:01 pm
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
May 11, 2008 at 8:51 pm
Ok ajax issue was because I forgot:
php wp_head();
Figures! ;)
Thanks again!!
May 11, 2008 at 9:31 pm
charles, see FAQ. It will help you.
May 20, 2008 at 2:02 am
Brilliant plugin! Many thanks.
Is there a way to set a Thankyou url anywhere? Even if its for all forms, not individual ones? Or a pointer where I can hack it to do so? An optional “Return-URL” hidden field would be great.
May 27, 2008 at 4:48 am
Hi Miyoshi,
thankyou for a great plugin. I would like to centre each field on my contact page rather than have them aligned left as they are just now – apologies for this basic question but I have no skills!
May 29, 2008 at 5:29 pm
the captcha image is not displayed. GD is installed with Freetype enabled. no error msg is displayed.
using WordPress 2.5.1
Plugins Installed –
Akismet 2.1.5
Contact Form 7 1.7.7
All in One SEO Pack 1.4.6.8
Google XML Sitemaps 3.1.0.1
WP Super Cache 0.6.4
techpaq.org/contact-us is the url
canu pls help me in solving this problem.
June 1, 2008 at 9:03 pm
jim, you can do it with CSS.
div.wpcf7 { text-align: center }or something like that.
June 16, 2008 at 12:55 am
Hi Miyoshi,
It is possible to replace the “Send” button with an Image “Send” button?
June 16, 2008 at 9:38 am
Josh Budde, currently no. You can make image buttons manually, though.
June 6, 2009 at 10:04 am
The “include_blank” solved the drop down issue not showing up as a drop down in FF3.0 and also not including it in the email sent to the administrator.
Thanks for a great plugin!