Before you ask please READ THIS

CONTACT FORM NOT SHOWING SUCCESS MESSAGE

in FatMoon Posts: 124
Hi,
Contact Form 7 not showing success message. I am receiving the emails though.
Sensibleedibles.com/wholesale
I read one of your earlier discussions. You added a code snippet to fix Contact form 7. I tired it. No luck
.form-info,
span.wpcf7-not-valid-tip,
div.wpcf7-response-output{
display: block;
}

Comments

  • AirAir
    Posts: 10,970
    Hey :-)

    It looks like they keep changing this, but this time they have gone the right way, so I will make adjustments for the next version.

    Please add such custom CSS:
    .wpcf7 form.sent div.wpcf7-response-output {
      display: block;
    }
    With kind regards.
  • Posts: 124
    Hi,
    Added, no luck.
  • AirAir
    Posts: 10,970
    Well, you have added some strange code in your custom CSS:
    add_filter('woof_delete_img_url',
    function($current_img) {
     return 'https://sensibleedibles.com/wp-content/my-woof-del.png'
    }
    ,
    10,
    1);
    So it can not work as the above code invalidates the rest of CSS below it.
    Please remove it.
  • Posts: 124
    Heyo!! Worked like charm. Thanks Air!
Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!