• Hello,
    I have a field that the user cannot see ( not a “hidden” field ) that should not receive any input. If it does then I know that it’s a bot. I have set it to “required”.

    When the form is is submitted because it is “required” and should have no input it get flagged.

    I know how to use the “

    $result->invalidate( $tag, “Are you sure this is the correct address?” );

    I just need to know if I can validate the empty field or not. Maybe there is a better logic to doing this.

    Thanks for any help you can give on this.

    Regards

  • The topic ‘Honey po field’ is closed to new replies.