I am completing a registration form, and I took some precautions against SQL injection. And for an aesthetic question, I would not like to enter a captcha.
The form in question is for user registration, which will be logged in later.
My concern is that I had an experience, which I believe falls under the term "flood", where I kept receiving several records of the same type, and since I had no data processing, the robot would send some links ...
I run some risk by not inserting it, is it imperative?