-
AuthorPosts
-
September 24, 2015 at 1:29 pm #508408
Hello Kriesi.
Thank you for your power theme!! I love it.My website’s contact form (www.sailfix.pt) was working well until yesterday (the day that I’ve noticed).
Can you please help me with this?
I’m sending you login credentials on the “private content area”Thank you.
September 24, 2015 at 1:33 pm #508413Hey vascopais!
Please see – http://kriesi.at/documentation/enfold/my-contact-form-is-not-sending-emails/
Regards,
YigitSeptember 26, 2015 at 9:52 am #509426My contact form won’t work on my website. Im not sure how to fix it, or if my admin email is set up correctly. Please help. No error message or spam. nothing.
Thank you
September 26, 2015 at 12:44 pm #509482Hi!
Can you please try point 2 of the article above:
http://kriesi.at/documentation/enfold/my-contact-form-is-not-sending-emails/Regards,
JosueSeptember 26, 2015 at 4:59 pm #509539Ok, so when I use the contact form provided in enfold the emails are being sent to my cpanel email account. My dilemma now is, I want them sent to a different email account, and I set up a auto respond message to the sender but no auto respond is sent.
- This reply was modified 9 years, 1 month ago by jaredj89.
September 26, 2015 at 8:10 pm #509569Hi,
Sounds like a server-imposed limitation, have you tried contacting your provider regarding this issue?
Regards,
JosueSeptember 26, 2015 at 10:44 pm #509582The contact form I created inside my Enfold theme, when tested, does not send emails to my email account. The above issues, and articles point to outgoing emails to other recipients, not from customers to me. Hope that makes sense. The SMPT plug in asks for outgoing server information…
September 26, 2015 at 10:56 pm #509584Hey!
Did you try point 2? it’s a discardment to a very common server limitation regarding email sending (when someone uses your contact form it uses the server mail capabilities to send the message to your address).
Cheers!
JosueSeptember 26, 2015 at 11:29 pm #509590Thanks Josue… I just tried point 2 and I received no message from WP.
Thanks!
SuzanneSeptember 26, 2015 at 11:35 pm #509595Ok, it seems your instance doesn’t have mail capabilities, i’d suggest you contacting your server provider support regarding that.
September 27, 2015 at 1:49 am #509626I got it to work through my server then forward the mail to my other mailbox through cpanel. Which solves my problem. It also sends the auto responder which I set up through cpanel as well. My new issue is that the date entry portion of the contact form is DD/MM/YYYY and I would like it to be MM/DD/YYYY, because that is most common in the United States where I’ll be doing business. Any help would be greatly appreciated.
September 27, 2015 at 2:13 am #509631Hey!
Try adding this at the very end of your theme / child theme functions.php file:
add_filter('avf_datepicker_dateformat', 'avf_change_datepicker_format'); function avf_change_datepicker_format($date_format) { $date_format = 'mm / dd / yy'; return $date_format; } add_filter('avf_datepicker_date_placeholder', 'avf_change_datepicker_date_placeholder'); function avf_change_datepicker_date_placeholder($placeholder) { $placeholder = 'MM / DD / YY'; return $placeholder; }
Cheers!
JosueSeptember 27, 2015 at 3:36 am #509640I added it verbatim to the end of my functions.php file and the website will not work at all now. Im freaking out a little bit. This is whats coming up.
Parse error: syntax error, unexpected ‘/’ in /home/lifelvox/public_html/wp-content/themes/enfold/functions.php on line 522
September 27, 2015 at 8:13 am #509645Connect via FTP and revert the change, if you don’t know how to do this hand me a temporary FTP access and i’ll do it for you.
Best regards,
JosueSeptember 27, 2015 at 11:20 am #509659Just thought I’d add that I use a smtp plugin to bypass server configured mail (as it always seems broken/limited).
The plugin I use is WP-Mail-SMTP.
https://wordpress.org/plugins/wp-mail-smtp/Works well with enfold.
September 27, 2015 at 8:44 pm #509744Some great suggestions here… is anyone else using GoDaddy as their server? I noticed mention of cPanel and had hopes. If yes, can you tell me exactly how you resolved this issue? Thanks so much!
September 27, 2015 at 9:01 pm #509746I am using namecheap as my server. No issues, its been great I’ve made 3 websites so far through namecheap with enfold. I went to email accounts on cpanel, and created an email account. Just (Email address hidden if logged out) and created a password. Then on the cpanel homepage I went to forwarders, and added a forwarder to my business email, for example (Email address hidden if logged out) . Now when you use the contact form it sends the request to my admin and business email. Next to use an auto reply when someone sends a request through my website i went to cpanel home again and clicked auto responders. I hit add autoresponder set it from my email (Email address hidden if logged out) , from company name, put a subject, and added a thank you, we will get back to you asap message immediately message and hit create at the bottom. Now it works perfectly. Thanks for everyones support.
- This reply was modified 9 years, 1 month ago by jaredj89.
September 27, 2015 at 11:56 pm #509756Well, good news. My issue has been resolved and turned out to be the easiest of fixes! Called GoDaddy Hosting Support 480-505-8877 and they had the ability to flip a switch and make my incoming email read either smpt OR php. Kind of sorry I ripped so much hair out now :=>. Thanks all for your suggestions. Greatly appreciated.
September 28, 2015 at 3:08 pm #510139Hi!
glad you could fix it. Let us know in a new ticket if you have some more questions related to the theme. We are happy to assist you.
Best regards,
Andy -
AuthorPosts
- The topic ‘Contact Form doesn't work’ is closed to new replies.