Greetings,
I am using WordPress 3.0.1 and Contact Form 7 2.3.1
The problem is that I don't get any responses from the Contact Form at all (e.g. successful e-mail sending, validation errors occured etc). (I get messages from the individual fields, but no global response from the form).
I have just read that there's a [response] tag in Contact Form 7, so I put it into my form, but there's no effect.
My form is shown below:
----------------------------------------------
<p>E-mail cím (kötelező)
[email* your-email] </p>
<p>Tárgy
[text your-subject] </p>
<p>Üzenet
[textarea your-message] </p>
<p>Írd be a képen látható szöveget, különben nem hiszem el, hogy nem egy nyomorult robot vagy:
[captchac captcha-443 size:l]
[captchar captcha-443]
</p>
<p>[response]</p>
<p>[submit "Küldés"]</p>
---------------------------------
As you can see, the [response] tag is located before the [submit] tag.
I also looked into the source of the page, but I couldn't find anything in replace of the [response] tag.
Thanks for the help in advance$
Besty regards,
Darren