you can use a trick maybe —
insert a text-field, hide it via CSS (the id) and check it MUST BE EMPTY!
all the spambots fill the fields with something, so just give it something like a name “address” or something…
if the bot fills it out, you can give a error…
other hint is just use ReCaptcha
5
solved How can I improve my form? [closed]