Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1147567

    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.

    #1148199

    Hey Thomas,

    Please enable the form so we can be able to edit this and try configure properly for you.

    Best regards,
    Basilis

    #1148434

    Hi Basilis,

    The form is active on the page in the private link below.

    #1150074

    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

    #1150125

    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

    #1150256

    Hi,

    I’m glad this was resolved. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Contact form error message if required field is blank / empty’ is closed to new replies.