• Resolved wgfusari

    (@wgfusari)


    Since about the middle of August I have been receiving spam through the contact form. It seems bots are able to bypass the captcha somehow.

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello:

    Same issue, receiving many bots in same period of time.

    Thread Starter wgfusari

    (@wgfusari)

    I think I just need to find another plugin. It is happening everyday which is not good for my client.

    Plugin Support Kima Baghdasaryan

    (@kimabaghdasaryan)

    Hi,

    We are sorry for the late reply.

    Please try the following workaround.

    Edit your form and add a Hidden Field to it and have spamhidden set as its Name. Make sure to leave its Value blank.

    Please search savedata in contact-form-builder\frontend\models\CFMModelForm_maker.php file and add

    if(isset($_POST[‘spamhidden’]) && trim($_POST[‘spamhidden’]) != ”) { return false; }

    after

    $id_for_old = $id;

    Check the following gif.

    Thank you!

    Have a nice day!

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘bots getting through captcha’ is closed to new replies.