Tagged: CONTACT FORM
-
AuthorPosts
-
February 16, 2016 at 1:00 am #583838
Hey guys,
I configured outlook as my smtp server. When using the contact form on my site it almost takes 10 seconds until the email is sent and a confirmation message has been displayed.
I’m wondering if there’s a way to implement the sending of email in a non-blocking way, without checking if the email actually was sent successfully or not. Also, I’m using the light transparent colour setting in the contact form, however the confirmation message is just displayed as a white empty box.
Any advice?
Thank you!
Bruno
February 17, 2016 at 8:53 am #584531Hi tumold!
We are not aware what are of the custom changes applied to the theme. However it normally do not take 10sec to show send email and show the conformation. Please create a temporary user with ‘administrator’ role and share in private content with permission to deactivate all plugins and add custom code if necessary to help you better.
The ajax confirmation message is in white color on a white background to change text color add the below code to enfold > general Styles > Quick CSS
#top .av-light-form, #top .av-light-form + .ajaxresponse * { color: #000!important; }
Regards,
Vinay KashyapFebruary 18, 2016 at 1:17 am #585038Hi Vinaj,
using the css provided creates a black outline around the submit (enquire) button which is not desired.
I provided a temp admin account with details below.Regards,
BrunoFebruary 18, 2016 at 2:13 am #585055Hi!
Please add following code to Quick CSS
#top div .av-light-form .input-text, #top div .av-light-form input[type='text'], #top div .av-light-form input[type='input'], #top div .av-light-form input[type='password'], #top div .av-light-form input[type='email'], #top div .av-light-form input[type='number'], #top div .av-light-form input[type='url'], #top div .av-light-form input[type='tel'], #top div .av-light-form input[type='search'], #top div .av-light-form textarea, #top div .av-light-form select, div div .av-light-form .button { color: #ffffff!important; border-color: #ffffff!important; }
Regards,
YigitFebruary 18, 2016 at 4:05 am #585119Hi Yigit,
I’ve added the css, same result, see screenshot link. Do you have any ideas about the long wait until email confirmation comes back?
Regards,
BrunoFebruary 18, 2016 at 1:02 pm #585367 -
AuthorPosts
- You must be logged in to reply to this topic.