views:

21

answers:

1

In this page, I'm using the Contact Form 7 plug in (at the very bottom).

When I fill the form and press send the form stay loading forever.

Any suggestions?

code:

<p>您的姓名 〈需填寫〉<br />
    [text* your-name] </p>

<p>您的電子郵件信箱 〈需填寫〉<br />
    [email* your-email] </p>

<p>主旨<br />
    [text your-subject] </p>

<p>您的信件內容<br />
    [textarea your-message] </p>

<p>[submit "傳送"]</p>

(there's isn't really too much code since is a Wordpress plugin).

I'm using Wordpress 3.0.1 and Contact Form 7 (3.3.1)

+1  A: 

Try another plugin to see if you can send any email at all. Might be a server problem. Also, try WordPress › WP Mail SMTP « WordPress Plugins

songdogtech