• Resolved lazystuff

    (@lazystuff)


    Users are unable to leave a comment. Whatever you click it doesn’t work – if you click the stars, GDPR box and add your name and email – every time a pop up just says:
    – abc.com says “please leave your comment” –

    I’ve disabled the plugin to test it –?and leaving comments works again.

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi,
    Your problem is that there are two comment text area https://prnt.sc/pnfv94
    the first one is the real field that customers enter their comment but its name is modified as name=”be2592d572″ whereas it should be name=”comment”.

    Please open file plugins/woo-photo-reviews/js/script.js, line 12 is now let $content = $container.find('textarea[name="comment"]'); just replace that line with this let $content = $container.find('#comment');
    Best regards

    Thread Starter lazystuff

    (@lazystuff)

    OK thanks. It looks like there was a conflict with the plugin “antispam bee” which I’ve temporarily disabled.

    Okay i will mark this topic as resolved.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Unable to leave a comment “please leave your comment”’ is closed to new replies.