diff --git a/main.go b/main.go index a5f9942..8bcf076 100644 --- a/main.go +++ b/main.go @@ -40,6 +40,7 @@ func main() { f.InputClasses = "block w-full rounded-md border-gray-300 shadow-sm focus:border-indigo-500 focus:ring-indigo-500 sm:text-sm" f.LabelClasses = "block text-sm font-medium text-gray-700" f.ErrorClasses = "text-red-800 font-bold" + e := forms.NewElement() e.Label = "Email Address" e.Type = "text"