Hello Stackoverflow engineers. I know this question might sound basic but please i will like to know this. I have a form that i want to check for spam bot attack. I knew spam bot works by filling up form fields. lets assume that I have an input field with a value and a checkbox that checked.
<input type="text" name="myname" value="nancy">
<input type="checkbox" checked="checked">
my question: can spambot be able to remove the content an input box (nancy) or uncheck the already checkedbox.