• Resolved vinayakt3

    (@vinayakt3)


    Hello, I am using contact form 7 for my site, for spam protection I am using honeypot.
    But for every users form is giving this error: “Spamming or your Javascript is disabled !!”.

    I checked and found out that it is coming from honeypot (but js is enabled and i am not spamming).
    When I am disabling the plugin then form is working fine. Can someone give me a solution for it?


    I am trying to get a solution from every forum and support pages but nothing worked till now.

Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Author Dnesscarkey

    (@dnesscarkey)

    Hi @vinayakt3 ,

    The most common cause of this issue is often related to a caching plugin serving an old version of the site, or there may be a JavaScript error preventing the plugin from working as expected.

    If you are using a caching plugin, could you please try disabling it and see if that resolves the issue? If the problem persists, kindly share your form URL, and I’ll investigate the cause further.

    Thanks!

    Thread Starter vinayakt3

    (@vinayakt3)

    @dnesscarkey Thanks for your reply. There is no caching plugin but site is built using bedrock and sage. So there should not be any problem with cache because it is refresh with every deployment.
    Also there is no JS error.
    Here is the link to the page.

    Plugin Author Dnesscarkey

    (@dnesscarkey)

    HI @vinayakt3 ,

    I don’t see any js files related to our plugin being loaded there. Is our plugin currently deactivated ?

    Thanks

    Thread Starter vinayakt3

    (@vinayakt3)

    @dnesscarkey Plugin is activated. I also can’t see js file, but when I submit the form, I get the error.

    Plugin Author Dnesscarkey

    (@dnesscarkey)

    Hi @vinayakt3,

    Ya that’s the issue here. JS are not being loaded. Even related to Contact Form 7. Our js adds fields to the form and then later that fields are tested in php backend to check for spam.

    Due to lack of Js load, the field aren’t added and backend searching for that field is giving the error.

    FYI, even Contact Form 7’s js are not being loaded. So those forms are not submitted via ajax, which is default behaviour of Contact Form 7.

    Thanks

    Thread Starter vinayakt3

    (@vinayakt3)

    @dnesscarkey weird! without plugin, form is working, I will check that and will update you.
    Thanks

    Plugin Author Dnesscarkey

    (@dnesscarkey)

    Hi @vinayakt3,

    Ya the form is working but not working as expected for Contact Form 7. If you check this page https://contactform7.com/why-isnt-my-ajax-contact-form-working-correctly/ , you will find that the form is being submitted via ajax (page not reloading after submission).

    However here, https://takustik.com/user-story-application, the page reloads as the javascript needed by Contact Form 7 is not loaded.

    And same happening for our plugin, javascript needed for our plugin to work properly is not being loaded.

    Thanks

    Thread Starter vinayakt3

    (@vinayakt3)

    @dnesscarkey You are right. After scanning the theme files i found out that someone blocked the cf7 and honeypot script for whole site except contact us template. After removing the blocking code , it is working fine ??
    Thank you very much.

Viewing 8 replies - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.