How to find the reCaptcha sitekey on the page
The easiest way is to open the developer tool, switch to the "Network" tab, and find a request to "reload?k=sitekey".
The "k" property holds the required sitekey value.
The easiest way is to open the developer tool, switch to the "Network" tab, and find a request to "reload?k=sitekey".
The "k" property holds the required sitekey value.