diff --git a/layouts/shortcodes/form.html b/layouts/shortcodes/form.html index b4de7b2..4e56d5a 100644 --- a/layouts/shortcodes/form.html +++ b/layouts/shortcodes/form.html @@ -12,7 +12,7 @@ {{ $seed := now.Unix }} {{ $random := delimit (shuffle (split (md5 $seed) "" )) "" }} -
+ {{ $fieldCount := 0 }} {{ range $key, $value := .Params }} {{ if hasPrefix $key "field" }}