• Resolved maccer1979

    (@maccer1979)


    I am getting spam emails submitted from the contact form even with Capcha turned on.

    Can you let me know what I can do about this please?

    Thanks,

    Server Settings

    Operating System: Linux (64)

    PHP Version: 7.0.30

    Server: Apache

    MySQL Version: 5.5.60-0+deb7u1-log

    SQL Mode: Not set

    PHP Allow URL fopen: On

    PHP Max Upload Size: 64M

    PCRE Backtracking Limit: 5000000

    PHP Max Post Size: 67108864

    PHP Max Script Execute Time: 30

    PHP Memory Limit: 268435456

    Memory usage: 61.04 MByte

    PHP Exif support: Yes (V7.0.)

    PHP IPTC support: Yes

    PHP XML support: Yes

    Graphic Library

    GD Version: bundled (2.1.0 compatible)

    FreeType Support: Yes

    FreeType Linkage: with freetype

    GIF Read Support: Yes

    GIF Create Support: Yes

    JPEG Support: Yes

    PNG Support: Yes

    WBMP Support: Yes

    XPM Support: No

    XBM Support: Yes

    WebP Support: No

    JIS-mapped Japanese Font Support: No

    Active Plugins

    affilinet Performance Ads

    All In One SEO Pack

    Contact Form 7 MailChimp Extension

    Contact Form 7

    Contact Form Builder

    Contact Form Maker

    Fast Velocity Minify

    Huge IT Photo Gallery

    Gallery – Video Gallery

    Google Analytics for WordPress by MonsterInsights

    Gravity Forms Signature Add-on by ApproveMe

    Jetpack by WordPress.com

    Kirki Toolkit

    LoginPress – Customizing the WordPress Login

    Meridian Fitness Features

    Meta Description Stats All in One SEO Pack Addon

    Huge IT Price Table Builder

    TablePress

    Cookie Consent

    WP Smush

    WP Super Cache

    WPeMatico

    NextGEN Gallery

    Active theme

    Meridian Fitness

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi,

    Could you please try the solution below:

    Please add the <input type=”hidden”> field in the form and named it spamhidden

    Then in this form-maker/frontend/models/form_maker.php file please search for a “savedata” and in function
    public function savedata($form, $id) { after the line $id_for_old = $id; add
    if(isset($_POST[“spamhidden”]) && trim($_POST[“spamhidden”]) != “”) { return false; }
    Also, please add in Form Maker/ Block IPs all IPs from which you received the spams.

    Thanks in advance, have a nice day!

    itservicefleck

    (@itservicefleck)

    I have the same problem, but I can not find out how to add this field you talk about into the form. My customer is very upset and my hoster is writing me mails every day that I have to stop the spam mails.

    How can I add this field to the form?

    Thnx in advance!

    WD Support

    (@wdsupport)

    Hi,

    We will do our best to solve the issue asap.

    Please contact our support team using the following email address: [email protected]

    Please, mention the URL of this forum topic in your message. We will provide a solution as soon as possible and share it here as well.

    Thanks. Have a nice day.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Spam emails’ is closed to new replies.