Hi, I need help determining the callback for freepik.com/profile/login
I was able to get this far.
1) Opened the site in Firefox and did an inspect element
2) in the console if I type "___grecaptcha_cfg.clients". I see 2 clients. Which one do i select? 0 or 100000
3) If I select 0 then.. Is this the correct path.. "___grecaptcha_cfg.clients[0].A.A." ..or do i need to go into some of the other letters below, like G, N etc. I was going with A.A as I see that it has the same sitekey value as I would need to use when I would request for the captcha response.
4) at this stage if I execute a callback I get an undefined error.
Do I need to specify the name of the callback in the brackets?
I was able to get this far.
1) Opened the site in Firefox and did an inspect element
2) in the console if I type "___grecaptcha_cfg.clients". I see 2 clients. Which one do i select? 0 or 100000
3) If I select 0 then.. Is this the correct path.. "___grecaptcha_cfg.clients[0].A.A." ..or do i need to go into some of the other letters below, like G, N etc. I was going with A.A as I see that it has the same sitekey value as I would need to use when I would request for the captcha response.
4) at this stage if I execute a callback I get an undefined error.
Do I need to specify the name of the callback in the brackets?
Last edited by a moderator: