diff --git a/layouts/shortcodes/form.html b/layouts/shortcodes/form.html index d7c2d72..94a0045 100644 --- a/layouts/shortcodes/form.html +++ b/layouts/shortcodes/form.html @@ -9,7 +9,10 @@ {{ end }} {{ end }} -
+{{ $seed := now.Unix }} +{{ $random := delimit (shuffle (split (md5 $seed) "" )) "" }} + + {{ $fieldCount := 0 }} {{ range $key, $value := .Params }} {{ if hasPrefix $key "field" }} @@ -58,14 +61,24 @@ {{ end }} - - {{ with .Get "recaptcha_site_key" }} -
- {{ end }} - +
-
-
\ No newline at end of file + + + \ No newline at end of file