Forums

[resolved] [Plugin: Contact Form 7 Honeypot] breaks validation (1 post)

  1. StefanL
    Member
    Posted 9 months ago #

    The plugin broke my validation in XHTML 1.0 Transitional on line 77 in honeypot.php. To solve it, just change the line 77
    from:
    <div style="display:none;" class="hidden">
    to
    <span style="display:none;" class="hidden">
    and on line 81 from:
    </div>';
    to
    </span>';

Reply

You must log in to post.

About this Topic