PaulSHowe
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7] Failed to send your message.Hi, this is now sorted, I discovered that I had been amending the form code for one of the five forms implemented on the site and testing from just that one page. However, our developer had in fact pasted in the wrong form id into the page I was testing so obviously my test page was never being updated when I made changes such as replacing the ; with a ,
Anyway, that WAS in fact the error, i.e. for multiple recipients in the To field you have to separate using a comma NOT an apostrophe (as you had already noted).
Thank you for your time helping to resolve this.Forum: Plugins
In reply to: [Contact Form 7] Failed to send your message.Sorry, that was a mis-type, it was a comma that I used. The syntax is now:
email1@test.com,email2@test.comForum: Plugins
In reply to: [Contact Form 7] Failed to send your message.OK, I removed the ; and replaced with a ‘ and left the space off. No change though unfortunately, I’m still getting the same error message on submission.
Forum: Plugins
In reply to: [Contact Form 7] Failed to send your message.Separate them by ONLY a comma or a comma and a space?
There are corresponding field in the form.
Forum: Plugins
In reply to: [Contact Form 7] Failed to send your message.One other thing, the hosting company (and I) checked the log files and there are no entries in there at all for the failed sends so, like Oriain’s experience, the form script appears not to be talking to the server when sending at all.
Forum: Plugins
In reply to: [Contact Form 7] Failed to send your message.I have two recipients in the “To” field, separated by a ; and a space
I have the following syntax for the from field “[first-name] [surname] <[email]>”
The subject line is populated
There are no additional headers or file attachments and I’m not using Mail (2)
The Message body is:
From: [first-name] [surname] <[email]>
Subject: Online EnquiryFirst name: [first-name]
Surname: [surname]
Email: [email]
Telephone: [ telephone]
Brief details: [details]—
This e-mail was sent from a contact form on the xxx websiteThe other odd thing about it was that when I was trying to establish the meaning of the error message, I tried to edit the messages fields. Despite saving the change, the error message generated on submission did not update to my edited version, despite clearing my cache etc. That said, that is a side issue, the important issue is the failure to send.