Как я могу занести отправителя в черный список?

  • bogdansinokop
    Asked on December 8, 2015 at 1:24 AM

    Уже четыре дня приходит через форму отправки одно и то же письмо от одного и того же отправителя. Хотим занести его в черный список по параметру e-mail, чтобы перестать получать эти сообщения.

    Может ли это быть сбой самой формы отправки или это может делать только человек вживую?

  • Charlie
    Replied on December 8, 2015 at 2:55 AM

    To confirm you are getting multiple submissions from one person, is that correct? That is quite not possible because there's a back end code that validates the input. It is possible that this is more related the user's end.

    You could do the following:

    1. First, add a captcha field to avoid your form being used as a spam.

    Как я могу занести отправителя в черный список? Image 1 Screenshot 20

     

    2. You can use the following widgets:

    http://widgets.jotform.com/widget/google_recaptcha 

    http://widgets.jotform.com/widget/playthru_captcha 

    http://widgets.jotform.com/widget/drawing_captcha 

     

    3. If you want to limit the submission by IP address or via it's cookies, you can follow this guide: http://www.jotform.com/help/64-How-to-Set-Unique-Submissions-on-a-Form 

    4. If you want to limit the submission by unique question, you can follow this guide: http://www.jotform.com/help/223-How-to-set-Form-Limits-Based-on-a-Unique-Question 

     

    I hope that helps.