So I'm coding a page with Laravel and the user needs to go through five pages until he gets to a submit button to publish something. The last page contains only three checkboxes. The user has to check at least two of three. How should google know that the user is a bot? I'm curious how this work. Because only at the very end I'm using reCAPTCHA invisible .
Besides Google has written you should include the script to use it, but not when exactly:
<script src='https://www.google.com/recaptcha/api.js'></script>
I'm using it only on the very last page. The page where the user needs to be checked. Is this enough? Or should it be on every single page of mine, in order to track the movement of the user?