- This topic is empty.
-
AuthorPosts
-
January 22, 2013 at 8:31 am #42174
mandrill
MemberI’ve got the form set up here: [http://keithneilson.co.uk/experimental/Mittelstand/#](http://keithneilson.co.uk/experimental/Mittelstand/# “”)
Not only am I not getting mails from it, I’d also like it to remain on the ‘CONTACT’ part of the page and simply replace the form with the “Thank you” message (but that’s another issue)
January 22, 2013 at 8:46 am #121881maxisix
ParticipantDid you look on ure spam box ?
January 22, 2013 at 9:01 am #121883mandrill
MemberYes :D
January 22, 2013 at 9:44 am #121888Paulie_D
MemberI’m not sure what we can do to help.
Exactly what is the form doing with the content of the boxes? I think we need to see your JS.
January 22, 2013 at 9:50 am #121889mandrill
MemberThe content of the form is not touched by JS at all. It’s simply going through the Nice & Simple form as it does out of the box. The only thing I’ve changed is the styling and adding the relevant email addresses to contactengine.php.
January 22, 2013 at 9:56 am #121890Paulie_D
MemberThen I’m guessing that something is up with contactengine.php.
Frankly, I didn’t know that PHP could create and send emails by itself….I know very little about WP / PHP.
January 22, 2013 at 10:05 am #121892mandrill
MemberNever mind, seems to be working now. I got a test mail from it. Still haven’t got any of the mails previous to the test one tho, weird.
January 22, 2013 at 10:06 am #121894mandrill
MemberWhile I’m here is there any way for the ‘From’ email to be the same as the one submitted?
January 22, 2013 at 10:07 am #121896Andy Howells
ParticipantYeah just change the email from to be the post data from the email address the customer types in.
January 22, 2013 at 12:33 pm #121910__
Participant> While I’m here is there any way for the ‘From’ email to be the same as the one submitted?
Keep in mind that this may get your mail caught by more spam filters. The email *is not* “from” the person who filled out the form – it’s “from” your website. You might set the `Reply-to` header with that person’s email address, but the `From` address should be an address on your domain (typically something like “[email protected]”).
January 22, 2013 at 12:34 pm #121911Andy Howells
ParticipantTrue, but you can also set a custom subject and mark the subject as safe in most email systems.
So “Website Enquiry – 1234 Safe Word” – that’s how I roll!
January 22, 2013 at 2:03 pm #121919__
ParticipantIn this case, sure, since you’re only sending emails to yourself.
But what’s the *reason* for wanting the user’s name in the `From` field? The most common reason is to allow you to “reply” to the message. Using the `Reply-to` header allows that, without the need for any workarounds.
January 22, 2013 at 2:28 pm #121922Andy Howells
ParticipantI see your point, there’s no real down sides to yours.
-
AuthorPosts
- The forum ‘Other’ is closed to new topics and replies.