I am not too familiar with how spambots work.
I had a thought on stopping spambots and would like to know if it will work or not.
When a user registers, instead of sending a comfirmation email to their email address, user would be shown a link right after the form is completed. User must click on the link to complete registration.
Now, i ask if this may not work because I don't know if spambots follow links after submitting a form.
If they do indeed follow links after a form, what about inserting the link into the DOM dynamically via jquery or so, so the uri would never be in the DOM and, ideally, the bot would not be able to follow it.
Thank you.