Forum Replies Created
-
AuthorPosts
-
Hi, I have the same issue.
Our customers fill out the Contact Form on our website and we supposed to receive the form in email.
In most cases it works properly but sometimes we do not receive the email.
I installed WP Mail Log plugin to figure out the problem. Yes, I see now logs of the missing emails. For the last few days we did not receive 3 emails from @yahoo.ca and @yandex.com
Maybe there is some kind of issue with “y” letter?
Did you find the solution to fix this issue? Please help.Thank you,
P.S. Before we used Google form installed on the site and we did not lost any single email for 2 years.
Yes, you can close the topic. Thank you!
Thank you so much, Ismael! It works perfect!
Hi Basilis, do you have any update for this issue?
Thank youYes, it’s provided
Yes, you can close the issue. Thank you so muct for your help!
Thank you so much, Mike! It works very good!
Hi, I found the solution to scroll page to a success message after the form submitting:
<script>
$(document).ready(function(){
$(“input.button”).click(function(){
$(‘#ajaxresponse_1’).attr(‘tabindex’).focus()
});
});
</script>It’s not ideal solution because keeps form header after submitting and it does not work on iphone. If you know how the code can be improved please let me know.
The form has another issue. It shows error inputs on validation but does not scroll the page to the first error input. Could you help me with that?
Thank you.
Hi Victoria,
I added the code to
1) Enfold Child > General Styling > Quick Css and
2) Enfold > Customize > Additioanl CSS and
3) directly to css file.
Unfortunately it still doesn’t work.Hi Mike, I put the javascript code before a really long form. It doesn’t work for errors neither for a success message.
Thank you, Mike. I added the code before the form but it does not work :-(
-
AuthorPosts