What do have in the Form & Mail sections of your CF7 form.
That form is a blind form where it has hidden field.
It is actually grabbing an email address from a third party login box which is not implemented on this testing page.
I’m getting “The owner of tst-asiareseller.intel.com has configured their website improperly” at your form link.
I’d recommend you install Postman SMTP Mailer/Email Log temporarily which includes excellent email debugging.
Oh! So you see that error when you click the button?
Do you know what are those improper configuration?
Please advise.
Oh! So you see that error when you click the button?
No – when I visit https://tst-asiareseller.intel.com/2706-2/.
Could be SSL certificate issue.
Ok. Thanks for checking.
In that case, do you think it is because of the certificate, the form is giving me errors?
In that case, do you think it is because of the certificate, the form is giving me errors?
I can’t tell you much because I haven’t been able to see either the form backend or frontend.
But it sure looks like you may have something fundamentally wrong with your setup.
You would need to eliminate that issue before you could make any judgement about what is happening with CF7.
Ok. Do u have any idea of what configuration has setup is incorrect? So that I can pass the information to the right person. Thanks heaps.
mounica – here is a solution to the configuration errors based on the newest update of Contact form 7 to Version 4.4 – hopefully this helps you
Hi Wiyre
My form actually uses hidden fields like this.
[hidden emailAddress id:edu-email]
[hidden country id:edu-country]
[hidden page-source id:page-source1]
So I dont know where to have * ?
Please advise.
Hi there – try putting a “*” next to each option and see if that works
EX:
[hidden emailAddress* id:edu-email]
[hidden country* id:edu-country]
[hidden page-source* id:page-source1]
If this doesn’t work – try putting it next to the “hidden” text.
Let me know if that works
Unfortunately, both options does not work.
Yikes… hmm. could you try putting it at the end of the entire thing? Like so:
[hidden emailAddress id:edu-email*]
[hidden country id:edu-country*]
[hidden page-source id:page-source1*]
I’m really sorry – if this doesn’t work I’m totally out of ideas…