About
August 7, 2006
Author
![]()
Hi, I’m Takayuki Miyoshi writing this blog from Tokyo, Japan. On this blog, I’m publishing WordPress tips and plugins I wrote.
Update: I moved to Fukuoka, my hometown, in June 2008.
If you have personal messages to me, feel free to send mail to this address. 
As my English skills are not enough, use plain English, please :)
Update: If you have support requests of my plugins, do not email it to me. Please use WordPress Support Forum instead.


February 5, 2007 at 11:16 pm
Hello. Can you help me? I want to allow my visitors to register to my WordPress 2.1 website with kanji usernames. Is it possible?
It seems that WordPress only accepts romanji usernames…
thank you!!!
davido
February 6, 2007 at 2:54 am
Davido,
I checked around the core code. As you wrote, it seems that WordPress does not accept Kanji and many other Unicode characters in user name.
However, it should be possible for a plugin to change the restriction by some filtering. validate_username in wp-includes/registration.php and sanitize_user in wp-includes/formatting.php are the possible candidates.
I am not sure if changing the default restriction will cause no problem in future (risky maybe), but if it is necessary for you, I can write a plugin in ten minutes. Please tell me what you think.
November 26, 2007 at 8:52 am
I use contact form 7 to add a contact form to my site. When the form is sent a confirmation message appears in a green rectangle beneath the form
“Your message was sent successfully”
My question: Which file do I edit to personalize this confirmation message?
Regards
Brian
November 26, 2007 at 7:30 pm
Brian,
I answered your question on wordpress.org’s support forum. Please check there.
Thanks for comment.
May 21, 2008 at 11:09 pm
Hi! Thanks for Great Module! I have one question though – how can i set privileges for configuring contact form settings to Editors? I changed
add_options_page(__(’Contact Form 7′, ‘wpcf7′), __(’Contact Form 7′, ‘wpcf7′), ‘manage_options’, __FILE__, array(&$this, ‘option_page’));
to
add_options_page(__(’Contact Form 7′, ‘wpcf7′), __(’Contact Form 7′, ‘wpcf7′), 5, __FILE__, array(&$this, ‘option_page’));
but this only shows option panel itself. If i click on a specific form, i got redirected to dashboard.
How can i solve this?
May 25, 2008 at 9:47 pm
banesto, edit wp-contact-form-7.php line #420
to this
This solves the issue, maybe.
June 5, 2008 at 6:30 am
Hey I am having problems in deploying my contact form? I put the code in the html area of the text editor and nothing?
Get back with me and if you don’t mind I can create you an admin to it and you can please check it out.
Let me know
July 21, 2008 at 9:40 pm
Hi! Thanks for great form.I have problems with drop-down menus and radio buttons.Nothing shows from these in the e-mails i get even the labels.I used contact form 7 1.7.8 in wordpress 2.3.1 page.Look above the form.Could you give me some help?
Your Name (required)
[text* your-name]
Your Email (required)
[email* your-email]
Telephone
[text text-3] *//it doesn’t work//*
Subject
[text your-subject]
Your Message
[textarea your-message]
Choice Activity
[radio radio-643 "Reception" "Seminars" "Enviroment Informing" "Embarkation" "Fishing" "Bicycles"]
*//it doesn’t work//*
Choice Persons
[select menu-262include_blank "1" "2" "3" "4" "5" "6" "7" "8" "9" "10" "11" "12" "13" "14" "15" "16" "17" "18" "19" "20"]
*//it doesn’t work//*
[submit "Send"]
September 4, 2008 at 4:43 am
hi,
how can i change the color of the textbox when message is send?
i mean the textbox that says:Your message was sent successfully. Thanks.
i want to change the color around the text.
its standart green.
September 7, 2008 at 10:25 pm
beatjunkiez, you can change it by editting CSS stylesheet. The default style is set in stylesheet.css in the plugin’s folder.
September 8, 2008 at 12:01 pm
[...] yeah, u kixors the ass Takayuki Miyoshi. [...]
October 9, 2008 at 10:48 pm
hi,
is there a possibility to send a file with the mail?
i mean attach a file…
if not, could you include these feature in the next
release? would be great.
regards, marc
November 16, 2008 at 4:59 pm
i’ve installed the contact form 7.
it is able to send email to visitors by showing the green box which mentioned email was sent successfully. However, “admin” is never recevive the email.
I didnt modify the contact form, just using the default one when i created it!
So, is there any step i miss to do??
how to solve it??
November 17, 2008 at 11:38 pm
pumpkinlam, check spam filters first. Or it might be just a delay.
December 5, 2008 at 4:07 am
I just download the contact form and I’m configuring it. I have added a question, “Are you interested in receiving our newsletter?” I have “yes” and “no” check box after the question. I want to receive the answer in the email from the sender. So far I cannot make it work. I added it at the bottom between the message box and the send button. How do I set this up so I receive the “yes” or “no” answer?
Thanks,
Sam
December 7, 2008 at 2:20 am
See FAQ first.
January 22, 2009 at 1:31 am
Thank you very very much for this wonderful application.
January 30, 2009 at 2:32 am
I’m a user of the contact form 7 plugin. As it is Thank a Plugin Developer Day today, I would like to thank you (and your team) for the wonderful plugin.
-Menard
February 1, 2009 at 2:12 am
@Menard Thanks. I do thank plugin users, too :)
February 11, 2009 at 12:54 pm
Trying to get the contact form work at
http://www.donald-neisler.com/?page_id=122&preview=true
But, just getting errors.
Failed to send your message. Please try later or contact administrator by other way.
Don’t I have to set the mail server and such somewhere. Am I missing something?
April 22, 2009 at 4:39 pm
Hey,
First of all – great script! Secondly, you’ve published 1.9.7 version but on wordpress.org there’s still 1.9.4 viewable. This means I’m on 1.9.7 still? Or just wordpress.org didn’t updated that ver number?
And last thing. Could you add a functionality that one would be able to grab someones IP? when submiting email? Or at least write me what to add and where to your script?
Thanks!
May 30, 2009 at 2:05 am
Hi Miyoshi,
Thank You for really great plugin (Contact Form 7), but can you please tell me how can I modify it, so it could send mail not from script itself using php functions, but using predefined smtp server?
I need this functionality badly, because my host provider adds advertisements to my mails sent through it’s php enviroment, therefore it provides very slow and not relieble mail services.
So I just need ability to send mails from Contacts Forms using different smtp server I have access to, rather than by default – using my hosting provider’s one.
May 30, 2009 at 6:14 pm
I’m having a problem witch really simple capcha, it seems that on my site it almost never shows the full code. There are almost always some letters missing. Can you help me on this?
This is the link in question http://joaoribeiro.eu/?page_id=930
June 24, 2009 at 1:49 am
Hi there
I have been usuing this great plugin for a few months but all of a sudden i can get it to work. Is it compatibale with wordpress 2.8? When i submit a form it says sent successfully…but when i check my inbox-nothing is delivered? Please could you help me.