But if you still want to lazy it, you can set it in the body custom code on the pages you have the captcha and you only want to display when achieve a Y scroll. First wrap the captcha into a div block and create a class to the div block as “captcha-box”, then follow the code:
To know the Y number of the the page, you can go to the page, open console and write down “window.scrollY”, only set this code on the body you want the captcha, do not forget to wrap it into the div classed as “captcha-box” and delete the captcha element before publishing.
If worked, just set this comment as solution and if you need more help in the future, contact me via instagram, we can share and work together
The Y number is the position in Y axis of the page, for example: The beginning is 0px.
You do not need to change the number, only if you want. This number is the position in Y of the page, 0 is the beginning, so when the page achieve the position in Y = 1500px, the page will create the captcha element into the div with the class “captcha-box”.
If you want to change this number, you can to your website in the browser, right click with the mouse, go to inspect (if you use safari, google how to open inspect), then click on console, go to the part of the website you want to create the captcha and then type on console: window.scrollY - it will show you a number, then if you want to show in that Y position you change the Y inside of the if from 1500 to this number.
Console is inside of the inspect when you click with the right click on the page and go to inspect → console
Yeap, you can delete the recaptcha, because the code that I wrote will create to you automatically. but, remember to create a div withe the className of captcha-box on the place