• Resolved Florian Brinkmann

    (@florianbrinkmann)


    Hi,

    a user that has your plugin installed and also uses Antispam Bee opened a support thread in the Antispam Bee (ASB) forum because he is not able to post new reviews when both plugins are active (https://wordpress.org/support/topic/it-is-stopping-all-reviews-on-woocommerce-products/). The reason for that is, that your plugin checks on submit if the name="comment" field is empty, and if so, an alert is displayed. But ASB duplicates the comment field and uses the visually hidden field with name="comment" as a honeypot for bots, so it is always empty on submit for normal users.

    The problem is, that cannot be fixed in Antispam Bee, because the only way to solve that would be to disable the honeypot feature.

    So, could you change the JS code so that it selects the textarea via id="comment" rather than name? That should work, because ASB leaves the id value unchanged.

    Thanks!
    Florian

Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Issue when used with Antispam Bee’ is closed to new replies.