Grammarly causing false positives

Home Forums WP Armour – Honeypot Anti Spam Grammarly causing false positives

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #479982
    Zack Ellington
    Participant

    Hi Dinesh,

    A client of ours reported seeing the spam message when attempting to submit the form. They are using Chrome, but appear to have the Grammarly Chrome extension installed. Since this is a popular browser extension, do you have any advice on how to implement a workaround for this?

    https://docs.cloudhostwp.com/l/YfTosZ

    #480051
    Dinesh
    Keymaster

    Hi,

    Please send me the form url. I will install grammerly here and then try replicating the issue.

    Thanks

    #480974
    Zack Ellington
    Guest

    Hi Dinesh, I can PM you the URL, but the solution we ultimately had to do was to use a code snippet to request the grammarly extension not modify the form fields similar to this:

    $content = substr_replace( $content, ‘ data-gramm=”false” data-gramm_editor=”false” data-enable-grammarly=”false” ‘, $str_pos, 0 );

    Where we would find each field on the page and modify it to add the data-gramm-* values you see above.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Grammarly causing false positives’ is closed to new replies.