react-honeypot-field
    Preparing search index...

    Interface HoneypotOptions

    interface HoneypotOptions {
        fieldName?: string;
        timeThreshold?: number;
    }
    Index

    Properties

    fieldName?: string

    Field name sent with the form. Avoid obvious names like "bot" or "trap".

    "website"
    
    timeThreshold?: number

    Minimum milliseconds between mount and a valid submission. Humans rarely fill a form in under a second.

    1500