Include some fields which are hidden by CSS, but that has names such as email, first-name etc. If a human fill in the form, they won't fill in those hidden fields, if a bot fills in the form, they will probably fill in those fields in which case you can ignore those submissions.
Alternatively, you can track mouse cursor movement, if there's no mouse cursor or onclick triggered when the form is submitted, then it's probably also a bot.
Jan Vladimir Mostert
Idea Incubator