• Resolved wplifer

    (@wplifer)


    This plugin is awesome and works perfectly but I did notice the success message no longer appears after you submit the form. The form just goes blank but the user may not be quite sure it was sent.

    Thanks in advance for the help.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Glen Don Mongaya

    (@glenwpcoder)

    Hello @wplifer ,

    There’s inline css that hides “.wpcf7-response-output” which contains the error message & confirmation of contact form 7.

    Try to remove display:none and add display:block;

    It should look like this:

    .wpcf7-response-output {
      display:block;
    }

    Please let me know.

    Glen

    Thread Starter wplifer

    (@wplifer)

    That worked thank you very much, Glen. The owner of that website complained about the black outline around the success message and that is why I used the display none snippet. Again, thank you and if I have clients that are willing to pay for the pro version, I will recommend your plugin.

    Brett

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Success Message Disappeared’ is closed to new replies.