Tagged: blank, contact, CONTACT FORM, empty, Error Message, validation
Hi Guys,
I am replacing some of my enfold installs that use contact form 7 with the built in contact form. Contact form 7 slows down the sites significantly so I am moving away where I can.
The code snippet in response to others asking the same question does not work.
.error label:after {
content: 'Please fill empty fields';
}
Is there a newer solution to this? I have tried disabling caching and disabling the performance features with no luck.
Hey Thomas,
Please enable the form so we can be able to edit this and try configure properly for you.
Best regards,
Basilis
Hi Basilis,
The form is active on the page in the private link below.
Hi,
Thank you for the update.
The css code doesn’t work because labels are hidden in the contact form. You have to replace it with this css code.
.error::after {
content: 'Please fill empty fields.';
color: red;
}
Best regards,
Ismael
Hi Ismael,
I’ve just tested this on another site I am working on. Works perfectly.
Thanks very much, you can close this issue.
Cheers,
Tom
Hi,
I’m glad this was resolved. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon