magento-hackathon / HoneySpam

Spam protection module for customer registration, product review form and contact form.
Open Software License 3.0
102 stars 36 forks source link

Input code doesn't appear #36

Closed maxibel closed 6 years ago

maxibel commented 6 years ago

I have followed all steps, module is installed, .js is in the code, but <input id="url" isn't appearing within

tags. I have modified following files: /app/design/frontend/rwd/default/template/newsletter/subscribe.phtml /app/design/frontend/rwd/default/template/contacts/form.phtml Could you have some clue to find what is missing? Thank you!

MahmoudDolah commented 6 years ago

I have also noticed this behaviour I theorize that this module doesn't work on community edition sites, only enterprise edition ones

Can a maintainer of this confirm or deny my assumption?

Schrank commented 6 years ago

No, this extension is definitly working. Where does it not work?

Make sure the referenced blocks exist in your templates (https://github.com/magento-hackathon/HoneySpam/blob/master/app/design/frontend/base/default/layout/honeyspam.xml):

    <reference name="left.newsletter">
    <reference name="footer.newsletter">
    <reference name="newsletter">
    <reference name="form.additional.info">
    <reference name="form.additional.info">
    <reference name="product.review.form.fields.before">
    <reference name="contactForm">
maxibel commented 6 years ago

This module is working in contact form, but not in newsletter block in footer: http://bit.ly/2HHI873 .

Schrank commented 6 years ago

Please check the questions :-) It might be, that we are lacking RWD support.

markshust commented 6 years ago

it's working great on rwd, i just paid a PR to update the readme for it's usage