1
0
mirror of https://github.com/raseels-repos/golang-saas-starter-kit.git synced 2025-08-08 22:36:41 +02:00

Added note on example valiation page.

This commit is contained in:
Lucas Brown
2019-08-07 19:37:22 -08:00
parent 195754432c
commit 7d171d41b7
3 changed files with 6 additions and 3 deletions

View File

@ -14,6 +14,11 @@
<button class="btn btn-purple btn-user ">
Submit Form
</button>
<!-- hidden_field is not included in the form to show how inline validation errors
are removed from list of validation issues in the flash message. When submitting an
invalid email address, the flash message includes the validation issues for hidden_field
but does not include in for email. Instead the email validation issue is displayed inline -->
<hr>
</form>
{{end}}