package form const ( InputTypeText = "text" InputTypePassword = "password" InputTypeEmail = "email" InputTypePhoneNumber = "tel" )