diff --git a/assets/css/index.css b/assets/css/index.css index d8126d9..6a0ae27 100644 --- a/assets/css/index.css +++ b/assets/css/index.css @@ -1671,6 +1671,10 @@ select { pointer-events: none; } +.invisible { + visibility: hidden; +} + .static { position: static; } diff --git a/layouts/shortcodes/form.html b/layouts/shortcodes/form.html index 94a0045..b4de7b2 100644 --- a/layouts/shortcodes/form.html +++ b/layouts/shortcodes/form.html @@ -62,15 +62,13 @@ + {{ with .Get "recaptcha_site_key" }} +
+ {{ end }} +
@@ -78,7 +76,22 @@ \ No newline at end of file