{{define "title"}}Example - Flash Messages{{end}} {{define "style"}} {{end}} {{define "content"}}

Inline Validation Example

Any field error that is not displayed inline will still be displayed as apart of the the validation at the top of the page.

{{template "invalid-feedback" dict "validationDefaults" $.validationDefaults "validationErrors" $.validationErrors "fieldName" "Email" }}

{{end}} {{define "js"}} {{end}}