Hello,
First of all, Enfold Rocks! Nice job!
I have a little problem with the ‘contact form 7’. I intergrated Contact Form 7 with the page builder.
Some fields are ‘required’ fields but when I press ‘submit’ button and leave these fields empty, it won’t show the errors. Did I do something wrong?
Just updated to 3.4.7 but don’t know if it was working on previous version
Hope you can help me.
Sorry, but you got the wrong form…..You found the MailChimp form.
Scroll down a bit.
Hello?
Sorry, but you got the wrong form…..You found the MailChimp form.
Scroll down a bit.
Hi!
It seems that the issue is how the contact form displays the error fields and on which position.
Can we please have access so we can give it a look and maybe check if we can re-make those CSS?
Regards,
Basilis
Hi Basilis,
Made an account, see details in private section.
Kind Regards
Hi!
I tested the form and the it throws an error when you leave the fields blank. By “error”, I mean the input fields’ borders becomes red when you submit the form. You won’t be able to notice it because the color scheme of the site is also red-ish. Change the default border color of the input fields with this:
#top .main_color input[type='text'], #top .main_color input[type='email'], #top .main_color select, #top .main_color input[type='tel'], #top .main_color textarea {
border: black 1px solid;
}
Cheers!
Ismael