Hello! I have a contact form that I have set up on my static Github Pages site using EmailJS. I want to implement reCAPTCHA on the form, so I attempted to register a new site on the Google reCAPTCHA website.
This is an example of what happens:
It says: “The following domain is invalid: https://myname.github.io. A valid domain requires a host and must not include any protocol, path, port, query or fragment.”
I have also attempted https://www.github.io, which failed (I obviously don’t own Github Pages as a whole). I also attempted the complete url to my specific Github page site, which of course doesn’t work.
How can I enter my Github Pages domain on the form in a way that will satisfy reCAPTCHA’s requirements?
Thank you so much!