{"id":1977,"date":"2019-02-03T14:41:03","date_gmt":"2019-02-03T14:41:03","guid":{"rendered":"https:\/\/ibex.tech\/cloud\/?p=1977"},"modified":"2022-02-17T07:14:01","modified_gmt":"2022-02-17T07:14:01","slug":"disabling-the-recaptcha-badge-in-the-bottom-right-of-every-screen","status":"publish","type":"post","link":"https:\/\/ibex.tech\/cloud\/html\/forms-html\/recaptcha-forms-html\/disabling-the-recaptcha-badge-in-the-bottom-right-of-every-screen","title":{"rendered":"Disabling the reCAPTCHA badge in the bottom right of every screen"},"content":{"rendered":"\n<p>You can disable it with this css<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>.grecaptcha-badge {\n    display: none;\n}<\/code><\/pre>\n\n\n\n<p>BUT, to remain compliant with the google terms of service you must include this with your forms using it (in the users flow), so under the form submit button would be a good place):<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>&lt;small>This site is protected by reCAPTCHA and the Google \n    &lt;a href=\"https:\/\/policies.google.com\/privacy\" target=\"_blank\">Privacy Policy&lt;\/a> and &lt;a href=\"https:\/\/policies.google.com\/terms\" target=\"_blank\">Terms of Service&lt;\/a> apply.\n&lt;\/small><\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"<p>You can disable it with this css BUT, to remain compliant with the google terms of service you must include this with your forms using it (in the users flow), so under the form submit button would be a good place):<\/p>\n","protected":false},"author":5,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[179],"tags":[],"class_list":["post-1977","post","type-post","status-publish","format-standard","hentry","category-recaptcha-forms-html"],"_links":{"self":[{"href":"https:\/\/ibex.tech\/cloud\/wp-json\/wp\/v2\/posts\/1977","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/ibex.tech\/cloud\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/ibex.tech\/cloud\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/ibex.tech\/cloud\/wp-json\/wp\/v2\/users\/5"}],"replies":[{"embeddable":true,"href":"https:\/\/ibex.tech\/cloud\/wp-json\/wp\/v2\/comments?post=1977"}],"version-history":[{"count":4,"href":"https:\/\/ibex.tech\/cloud\/wp-json\/wp\/v2\/posts\/1977\/revisions"}],"predecessor-version":[{"id":2217,"href":"https:\/\/ibex.tech\/cloud\/wp-json\/wp\/v2\/posts\/1977\/revisions\/2217"}],"wp:attachment":[{"href":"https:\/\/ibex.tech\/cloud\/wp-json\/wp\/v2\/media?parent=1977"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/ibex.tech\/cloud\/wp-json\/wp\/v2\/categories?post=1977"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/ibex.tech\/cloud\/wp-json\/wp\/v2\/tags?post=1977"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}